From f2cef93025a2fafdda209bd89e8c553c88d8e264 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:21:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87949f1..0e514e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,11 +54,11 @@ export default function DentalClinicPage() { testimonials={[ { name: "Priya Sharma", handle: "Patient, Mumbai", testimonial: "Dr Vikas is very kind and professional. The clinic is clean and the staff is incredibly helpful. Best dental experience!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", imageAlt: "Priya Sharma testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=1", imageAlt: "Priya Sharma testimonial" }, { name: "Rajesh Kumar", handle: "Patient, Chembur", testimonial: "Painless root canal treatment! Dr Vikas's expertise and gentle approach made the entire procedure comfortable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", imageAlt: "Rajesh Kumar testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg?_wi=1", imageAlt: "Rajesh Kumar testimonial" }, { name: "Anita Patel", handle: "Patient, Mumbai", testimonial: "Fantastic smile transformation! The teeth whitening results were amazing and the clinic environment is so welcoming.", rating: 5, @@ -66,7 +66,7 @@ export default function DentalClinicPage() { }, { name: "Vikram Singh", handle: "Patient, Chembur", testimonial: "Professional, punctual, and truly cares about patient satisfaction. Highly recommend Dr Vikas for dental implants!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Vikram Singh testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Vikram Singh testimonial" } ]} testimonialRotationInterval={5000} @@ -165,15 +165,15 @@ export default function DentalClinicPage() { testimonials={[ { id: "1", name: "Priya Sharma", handle: "@priya_smile", testimonial: "Dr Vikas is very kind and professional. The clinic is clean and the staff is incredibly helpful. I felt completely comfortable throughout the treatment. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", imageAlt: "Priya Sharma" + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=2", imageAlt: "Priya Sharma" }, { id: "2", name: "Rajesh Kumar", handle: "@rajesh_dental", testimonial: "Had a root canal done here and it was completely painless! Dr Vikas's expertise and gentle approach made all the difference. Best dental experience in Chembur.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg", imageAlt: "Rajesh Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-bright-smile_23-2148563438.jpg?_wi=2", imageAlt: "Rajesh Kumar" }, { id: "3", name: "Anita Patel", handle: "@anita_transforms", testimonial: "The teeth whitening results were absolutely amazing! My smile has completely transformed. The clinic is modern, clean, and the staff is super friendly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", imageAlt: "Anita Patel" + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=3", imageAlt: "Anita Patel" }, { id: "4", name: "Vikram Singh", handle: "@vikram_dental", testimonial: "Professional, punctual, and genuinely cares about patient satisfaction. Had dental implants done and couldn't be happier with the results. Truly the best dentist in Chembur!", rating: 5, @@ -181,11 +181,11 @@ export default function DentalClinicPage() { }, { id: "5", name: "Sneha Desai", handle: "@sneha_healthy", testimonial: "Took my entire family here and everyone loved the experience. Dr Vikas makes dental care comfortable and stress-free. Thank you for the excellent service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", imageAlt: "Sneha Desai" + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=4", imageAlt: "Sneha Desai" }, { id: "6", name: "Amit Verma", handle: "@amit_smile", testimonial: "Best smile design consultation I've had! The team is knowledgeable, friendly, and the results exceeded my expectations. Worth every penny!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Amit Verma" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Amit Verma" } ]} buttons={[{ text: "📱 Read More on Google", href: "https://g.page/r/CU2YZEY0iMtzEBE/review" }]} -- 2.49.1