From ad51106cf357ab8b6bb5a0c207e613fd589b7706 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 12:30:19 +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 2b11a05..f567e11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,9 +53,9 @@ export default function LandingPage() { tag="Whitefield's Premier Dental Clinic" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-397.jpg", imageAlt: "Dental Clinic Environment"}, + imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-397.jpg?_wi=1", imageAlt: "Dental Clinic Environment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/dentist-sitting-beside-female-patient-dental-office_651396-2234.jpg", imageAlt: "Professional Patient Consultation"} + imageSrc: "http://img.b2bpic.net/free-photo/dentist-sitting-beside-female-patient-dental-office_651396-2234.jpg?_wi=1", imageAlt: "Professional Patient Consultation"} ]} mediaAnimation="slide-up" rating={5} @@ -113,10 +113,10 @@ export default function LandingPage() { id: "3", name: "Pradeep R.", date: "2025-01-05", title: "Detailed Explanation", quote: "The inspection and care was explained in detail. Very caring treatment overall.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-senior-man_23-2149038086.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-doctor-patient_23-2149844603.jpg", imageAlt: "smiling business woman portrait" }, { - id: "4", name: "Ananya K.", date: "2024-12-20", title: "Very Gentle", quote: "Very comfortable experience for my kids' treatment too. Truly family friendly.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-mature-woman-is-talking-doctor-counselling-medical-clinic_637285-1200.jpg", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-397.jpg", imageAlt: "modern dental clinic interior" + id: "4", name: "Ananya K.", date: "2024-12-20", title: "Very Gentle", quote: "Very comfortable experience for my kids' treatment too. Truly family friendly.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-mature-woman-is-talking-doctor-counselling-medical-clinic_637285-1200.jpg", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-397.jpg?_wi=2", imageAlt: "modern dental clinic interior" }, { - id: "5", name: "Vijay D.", date: "2024-12-15", title: "Exceptional Care", quote: "Excellence in every procedure. The staff is very well-trained.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-doctor-patient_23-2149844603.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dentist-sitting-beside-female-patient-dental-office_651396-2234.jpg", imageAlt: "happy patient smiling dental" + id: "5", name: "Vijay D.", date: "2024-12-15", title: "Exceptional Care", quote: "Excellence in every procedure. The staff is very well-trained.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-female-doctor-patient_23-2149844603.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dentist-sitting-beside-female-patient-dental-office_651396-2234.jpg?_wi=2", imageAlt: "happy patient smiling dental" } ]} title="Real Words from Real Patients" -- 2.49.1