From b8fd5f6a1c1612f91595475be176fd1dfc3fd315 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:31:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c1b273..ad66e5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,13 +126,13 @@ export default function LandingPage() { description="Experienced doctors committed to your health and care" members={[ { - id: "1", name: "Dr. Rajesh Sharma", role: "Chief Physician", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-working-with-hospital-records-test-results_482257-112066.jpg", imageAlt: "Chief Physician Dr. Rajesh Sharma" + id: "1", name: "Dr. Rajesh Sharma", role: "Chief Physician", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-working-with-hospital-records-test-results_482257-112066.jpg?_wi=1", imageAlt: "Chief Physician Dr. Rajesh Sharma" }, { id: "2", name: "Dr. Priya Singh", role: "General Medicine Specialist", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor_23-2148847616.jpg", imageAlt: "General Medicine Specialist Dr. Priya Singh" }, { - id: "3", name: "Dr. Amit Kumar", role: "Emergency Medical Officer", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-working-with-hospital-records-test-results_482257-112066.jpg", imageAlt: "Emergency Medical Officer Dr. Amit Kumar" + id: "3", name: "Dr. Amit Kumar", role: "Emergency Medical Officer", imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-working-with-hospital-records-test-results_482257-112066.jpg?_wi=2", imageAlt: "Emergency Medical Officer Dr. Amit Kumar" } ]} gridVariant="uniform-all-items-equal" @@ -150,10 +150,10 @@ export default function LandingPage() { description="Real experiences from people we've helped" testimonials={[ { - id: "1", name: "Rajesh Verma", handle: "Patient", testimonial: "Good staff and polite doctors. They treated me with utmost care and professionalism. Highly recommend Mohan Swarup Hospital for quality healthcare.", imageSrc: "http://img.b2bpic.net/free-photo/happy-general-practitioner-talking-senior-man-while-shaking-hands-with-him-home-visit_637285-1393.jpg", imageAlt: "Patient Rajesh Verma" + id: "1", name: "Rajesh Verma", handle: "Patient", testimonial: "Good staff and polite doctors. They treated me with utmost care and professionalism. Highly recommend Mohan Swarup Hospital for quality healthcare.", imageSrc: "http://img.b2bpic.net/free-photo/happy-general-practitioner-talking-senior-man-while-shaking-hands-with-him-home-visit_637285-1393.jpg?_wi=1", imageAlt: "Patient Rajesh Verma" }, { - id: "2", name: "Meera Patel", handle: "Family Member", testimonial: "Management behavior was professional and nice. The team explained everything clearly. My family felt comfortable and well-cared for throughout.", imageSrc: "http://img.b2bpic.net/free-photo/travel-agent-offering-trip-planning-clients_23-2149079455.jpg", imageAlt: "Patient Meera Patel" + id: "2", name: "Meera Patel", handle: "Family Member", testimonial: "Management behavior was professional and nice. The team explained everything clearly. My family felt comfortable and well-cared for throughout.", imageSrc: "http://img.b2bpic.net/free-photo/travel-agent-offering-trip-planning-clients_23-2149079455.jpg?_wi=1", imageAlt: "Patient Meera Patel" }, { id: "3", name: "Suresh Kumar", handle: "Long-time Patient", testimonial: "Reception service very good. The staff is responsive and helpful. I've visited multiple times and always feel welcomed and valued.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-talking-patient-front-view_23-2149856212.jpg", imageAlt: "Patient Suresh Kumar" @@ -162,10 +162,10 @@ export default function LandingPage() { id: "4", name: "Ananya Sharma", handle: "Emergency Care Patient", testimonial: "Excellent emergency response. The doctors were experienced and quick to help. I'm grateful for the professional care I received at Mohan Swarup Hospital.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-talking-female-patient_107420-73976.jpg", imageAlt: "Patient Ananya Sharma" }, { - id: "5", name: "Vikram Singh", handle: "Routine Consultation Patient", testimonial: "Clean facilities and caring staff. The doctors listened to my concerns carefully. Great hospital experience overall.", imageSrc: "http://img.b2bpic.net/free-photo/happy-general-practitioner-talking-senior-man-while-shaking-hands-with-him-home-visit_637285-1393.jpg", imageAlt: "Patient Vikram Singh" + id: "5", name: "Vikram Singh", handle: "Routine Consultation Patient", testimonial: "Clean facilities and caring staff. The doctors listened to my concerns carefully. Great hospital experience overall.", imageSrc: "http://img.b2bpic.net/free-photo/happy-general-practitioner-talking-senior-man-while-shaking-hands-with-him-home-visit_637285-1393.jpg?_wi=2", imageAlt: "Patient Vikram Singh" }, { - id: "6", name: "Priya Gupta", handle: "Family Healthcare", testimonial: "Our entire family trusts Mohan Swarup Hospital. The healthcare is reliable and affordable. Highly satisfied with their service.", imageSrc: "http://img.b2bpic.net/free-photo/travel-agent-offering-trip-planning-clients_23-2149079455.jpg", imageAlt: "Patient Priya Gupta" + id: "6", name: "Priya Gupta", handle: "Family Healthcare", testimonial: "Our entire family trusts Mohan Swarup Hospital. The healthcare is reliable and affordable. Highly satisfied with their service.", imageSrc: "http://img.b2bpic.net/free-photo/travel-agent-offering-trip-planning-clients_23-2149079455.jpg?_wi=2", imageAlt: "Patient Priya Gupta" } ]} animationType="slide-up" -- 2.49.1