From 774100ee64fe83eb789a724190ae1582fa4dfb6e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 06:29:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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." -- 2.49.1