import {Guide1} from "../utils"; import {Guide2} from "../utils"; import {Guide3} from "../utils"; const leaders = [ { name: "Dr. G. Chellappa", title: "CEO & Founder", bio: "Dr. G. Chellappa is the CEO and Founder of Genomatics, with a vision to revolutionize genomic research and its applications in healthcare. He brings years of experience in bioinformatics and precision medicine.", image: Guide1, // Image URL for leader social: { linkedin: "https://www.linkedin.com/in/chellappa-gopalakrishnan/", twitter: "#", }, }, { name: "Dr. Sujan Dhar", title: "Senior Consultant & Advisor", bio: "Dr.Sujan is associated with Genomatics since its inception in an advisory capacity and assists the management in product and business strategy formulation. His wide experience and passion in Biotech and Healthcare industry has been a great asset.", image: Guide2, // Image URL for leader social: { linkedin: "https://www.linkedin.com/in/sujan-dhar-5783235/", twitter: "#", }, }, { name: "Mrs. Sindhu K.", title: "Consultant Heading IT & Co-Founder", bio: "Mrs. Sindhu K. is the Consultant Heading IT and Co-Founder of Genomatics. With her expertise in IT infrastructure and genomic data management, she ensures seamless tech solutions to support groundbreaking genomic research.", image: Guide3, // Image URL for leader social: { linkedin: "https://www.linkedin.com/in/sindhukmnp/", twitter: "#", }, }, ]; export default leaders;