diff --git a/src/app/page.tsx b/src/app/page.tsx index abbc91f..dd3db9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,9 +121,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} team={[ - { id: "t1", name: "Dr. Irfan Hussain", role: "Head Surgeon", imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor-with-uniform-using-laptop-cabinet-working-checkup-appointments-desk-health-specialist-with-stethoscope-helping-with-prescription-medicine-treatment_482257-39448.jpg" }, - { id: "t2", name: "Dr. Sia", role: "Orthodontist", imageSrc: "http://img.b2bpic.net/free-photo/dental-doctor-standing-clinic_1303-26408.jpg" }, - { id: "t3", name: "Dr. Marcus Chen", role: "Implantologist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-portrait_23-2151997609.jpg" } + { id: "t1", name: "Dr. Irfan Hussain", role: "Head Surgeon" }, + { id: "t2", name: "Dr. Sia", role: "Orthodontist" } ]} title="Meet Our Specialists" description="Highly qualified dental surgeons dedicated to your care."