From 119cf03db7332748a0887a433b14a0a4f0dcdede Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 15:47:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aef5be5..7c1c548 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,11 +88,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Rajesh Kumar", role: "Patient", testimonial: "RCT done perfectly, no issues.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/portrait-of-a-happy-patient-natural-ligh-1774885561437-2099921e.png" }, + { id: "1", name: "Rajesh Kumar", role: "Patient", testimonial: "RCT done perfectly, no issues.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/portrait-of-a-happy-patient-natural-ligh-1774885561437-2099921e.png?_wi=1" }, { id: "2", name: "Anita Devi", role: "Patient", testimonial: "Doctor is very skilled & calm.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/portrait-of-a-happy-patient-natural-ligh-1774885565179-7abf64c5.png" }, { id: "3", name: "Amit Singh", role: "Patient", testimonial: "Great experience as first timer.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/portrait-of-a-happy-patient-natural-ligh-1774885563413-a1aa157c.png" }, { id: "4", name: "Sita Kumari", role: "Patient", testimonial: "Excellent service and care.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/portrait-of-a-happy-patient-natural-ligh-1774885561166-d2ed2eaa.png" }, - { id: "5", name: "Vijay Pandey", role: "Patient", testimonial: "Highly professional and hygienic clinic.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/portrait-of-a-happy-patient-natural-ligh-1774885561437-2099921e.png" }, + { id: "5", name: "Vijay Pandey", role: "Patient", testimonial: "Highly professional and hygienic clinic.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/portrait-of-a-happy-patient-natural-ligh-1774885561437-2099921e.png?_wi=2" }, ]} title="What Our Patients Say" description="Real feedback from our happy patients in Gopalganj." -- 2.49.1