From d0a7c58a82881b9429abc6f5db649cd48ea0bf01 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:27:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28ea548..981d100 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -167,13 +167,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Rajesh Patil", role: "Patient", testimonial: "Dr. Snehal's professional approach and thorough examination gave me complete confidence. The treatment was effective, and the follow-up care was excellent. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-practitioner-nurse-with-medical-stethoscope-analyzing-pharmaceutical-prescription-clinical-appointment-hospital-office-woman-asisstance-checking-sickness-symptoms_482257-28575.jpg?_wi=1", imageAlt: "Rajesh Patil" + id: "1", name: "Amit Deshmukh", role: "Patient", testimonial: "The facility is clean, modern, and welcoming. Dr. Shinde's expertise in managing my diabetes has been invaluable. I feel my health is in the best hands.", imageSrc: "http://img.b2bpic.net/free-photo/tired-asian-patient-being-nervous-checkup-visit-appointment-while-waiting-specialist-discuss-medication-treatment-young-adult-sitting-chair-hospital-waiting-area_482257-63342.jpg", imageAlt: "Amit Deshmukh" }, { - id: "2", name: "Priya Sharma", role: "Patient", testimonial: "I visited for chronic headaches and was pleasantly surprised by the comprehensive diagnosis and personalized treatment plan. The doctor truly cares about patient wellness.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923346.jpg", imageAlt: "Priya Sharma" + id: "2", name: "Rajesh Patil", role: "Patient", testimonial: "Dr. Snehal's professional approach and thorough examination gave me complete confidence. The treatment was effective, and the follow-up care was excellent. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-practitioner-nurse-with-medical-stethoscope-analyzing-pharmaceutical-prescription-clinical-appointment-hospital-office-woman-asisstance-checking-sickness-symptoms_482257-28575.jpg?_wi=1", imageAlt: "Rajesh Patil" }, { - id: "3", name: "Amit Deshmukh", role: "Patient", testimonial: "The facility is clean, modern, and welcoming. Dr. Shinde's expertise in managing my diabetes has been invaluable. I feel my health is in the best hands.", imageSrc: "http://img.b2bpic.net/free-photo/tired-asian-patient-being-nervous-checkup-visit-appointment-while-waiting-specialist-discuss-medication-treatment-young-adult-sitting-chair-hospital-waiting-area_482257-63342.jpg", imageAlt: "Amit Deshmukh" + id: "3", name: "Priya Sharma", role: "Patient", testimonial: "I visited for chronic headaches and was pleasantly surprised by the comprehensive diagnosis and personalized treatment plan. The doctor truly cares about patient wellness.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923346.jpg", imageAlt: "Priya Sharma" }, { id: "4", name: "Sneha Yadav", role: "Patient", testimonial: "Outstanding healthcare experience from start to finish. The staff is courteous, appointment booking is seamless, and Dr. Shinde's treatment approach is modern and evidence-based.", imageSrc: "http://img.b2bpic.net/free-photo/black-female-doctor-senior-man-wearing-face-masks-while-talking-about-medical-report-hospital_637285-11256.jpg", imageAlt: "Sneha Yadav" @@ -225,4 +225,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1