From c34f0308978292e2079eb0655dba638da56e37f6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 04:28:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 393c8bd..6a6affa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,6 +52,12 @@ export default function LandingPage() { tagIcon={Heart} tagAnimation="slide-up" background={{ variant: "glowing-orb" }} + avatarText="1000+ children treated this year" + avatars={[ + { src: "http://img.b2bpic.net/free-photo/female-doctor-medical-office_1398-3765.jpg", alt: "Dr. Priya Sharma" }, + { src: "http://img.b2bpic.net/free-photo/portrait-orthopedic-doctor-working-help-with-recovery-healthcare-specialist-looking-camera-while-preparing-physiotherapy-with-physical-exercise-fitness-medic-clinic_482257-32901.jpg", alt: "Dr. Rajesh Gupta" }, + { src: "http://img.b2bpic.net/free-photo/portrait-man-doctor-with-stethoscope-lights_181624-15323.jpg", alt: "Dr. Anjali Verma" } + ]} buttons={[ { text: "Book Appointment", href: "#contact" }, { text: "Call Now: 07184 258 550", href: "tel:07184258550" }