diff --git a/src/app/page.tsx b/src/app/page.tsx index 579fa96..c1b0bc1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,11 +83,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Anjali S.", handle: "Meerut Resident", testimonial: "Dr. Kavita is incredibly kind and knowledgeable. My back pain has significantly reduced.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-laying-bed-resting-looking-camera-smiling-with-happy-face-enjoying-morning-time-bedroom-interior-light-background_141793-45352.jpg" }, + { id: "1", name: "Anjali S.", handle: "Meerut Resident", testimonial: "Dr. Kavita is incredibly kind and knowledgeable. My back pain has significantly reduced.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-laying-bed-resting-looking-camera-smiling-with-happy-face-enjoying-morning-time-bedroom-interior-light-background_141793-45352.jpg?_wi=1" }, { id: "2", name: "Rajesh K.", handle: "Local Patient", testimonial: "Highly recommended for post-surgery rehab. Modern equipment and great care!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/half-naked-young-african-sportsman-resting_171337-9436.jpg" }, { id: "3", name: "Priya V.", handle: "Regular Client", testimonial: "Excellent treatment for my joint pain. Very personalized approach, truly refreshing.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/doctor-holding-digital-tablet-while-talking-with-patient_107420-74007.jpg" }, { id: "4", name: "Amit M.", handle: "Patient", testimonial: "Best physiotherapy in Kankar Khera. Professional and very friendly environment.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medical-examination-report-stethoscope-white-desktop_1387-443.jpg" }, - { id: "5", name: "Sunita D.", handle: "Senior Citizen", testimonial: "The rehabilitation exercises have improved my mobility significantly. Highly satisfied!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-laying-bed-resting-looking-camera-smiling-with-happy-face-enjoying-morning-time-bedroom-interior-light-background_141793-45352.jpg" } + { id: "5", name: "Sunita D.", handle: "Senior Citizen", testimonial: "The rehabilitation exercises have improved my mobility significantly. Highly satisfied!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-laying-bed-resting-looking-camera-smiling-with-happy-face-enjoying-morning-time-bedroom-interior-light-background_141793-45352.jpg?_wi=2" } ]} showRating={true} title="What Our Patients Say"