From ceb3ddccf7446a3f057d45ab37fd4fbf7b269090 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:55:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f2d2773..8949008 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,19 +61,19 @@ export default function LandingPage() { testimonials={[ { name: "Abhijit Ghosh", handle: "Patient since 2021", testimonial: "Dr. Vaibhav is extremely professional, knowledgeable, and always takes time to answer all questions thoroughly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-woman-outdoor-with-headphones_624325-2758.jpg", imageAlt: "smiling patient happy dental treatment" + imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-young-woman-outdoor-with-headphones_624325-2758.jpg?_wi=1", imageAlt: "smiling patient happy dental treatment" }, { name: "Reshmi Basu", handle: "Family Patient", testimonial: "Our entire family has been seeing Dr. Vaibhav for years. We couldn't be in better hands.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/doctor-writing-reports-while-discussing-with-patient_107420-74005.jpg", imageAlt: "confident woman bright smile dental" + imageSrc: "http://img.b2bpic.net/free-photo/doctor-writing-reports-while-discussing-with-patient_107420-74005.jpg?_wi=1", imageAlt: "confident woman bright smile dental" }, { name: "Pallab Sarkar", handle: "Patient", testimonial: "My mother's wisdom tooth extraction was smooth and painless. Healing took just a few days.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/family-eating-together-night_23-2149331979.jpg", imageAlt: "elderly patient happy dental care" + imageSrc: "http://img.b2bpic.net/free-photo/family-eating-together-night_23-2149331979.jpg?_wi=1", imageAlt: "elderly patient happy dental care" }, { name: "Ashish Singhal", handle: "Patient", testimonial: "Professional care with personal attention. The most reliable dentist I've visited.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/gynecologist-performing-ultrasound-consultation_23-2149353033.jpg", imageAlt: "young man confident smile dental" + imageSrc: "http://img.b2bpic.net/free-photo/gynecologist-performing-ultrasound-consultation_23-2149353033.jpg?_wi=1", imageAlt: "young man confident smile dental" } ]} testimonialRotationInterval={5000} @@ -86,10 +86,10 @@ export default function LandingPage() {