From 4f7dd94fea3775c7e2d8750a30f618873b962e5c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 07:16:44 +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 3b477b5..0234653 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,15 +56,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Patient, 5-year client", testimonial: "The best dental experience I've ever had. Professional, friendly, and painless!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3387.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3387.jpg?_wi=1" }, { name: "David Chen", handle: "Patient, New patient", testimonial: "Exceeded all my expectations. The team made me feel completely comfortable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/doctor-shaking-hands-with-patient_107420-74004.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/doctor-shaking-hands-with-patient_107420-74004.jpg?_wi=1" }, { name: "Jennifer Lopez", handle: "Patient, Regular", testimonial: "Clean facility, skilled dentists, and the best customer service. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-short-hair_23-2148262831.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-short-hair_23-2148262831.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -103,7 +103,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Professional Cleaning", description: "Deep cleaning and plaque removal for optimal oral health", imageSrc: "http://img.b2bpic.net/free-photo/doctor-wearing-surgical-mask-with-female-patient_107420-74122.jpg", imageAlt: "Professional cleaning", buttonIcon: ArrowRight, + title: "Professional Cleaning", description: "Deep cleaning and plaque removal for optimal oral health", imageSrc: "http://img.b2bpic.net/free-photo/doctor-wearing-surgical-mask-with-female-patient_107420-74122.jpg?_wi=1", imageAlt: "Professional cleaning", buttonIcon: ArrowRight, buttonHref: "contact" }, { @@ -115,7 +115,7 @@ export default function LandingPage() { buttonHref: "contact" }, { - title: "Emergency Care", description: "Fast, reliable emergency dental services when you need us most", imageSrc: "http://img.b2bpic.net/free-photo/doctor-wearing-surgical-mask-with-female-patient_107420-74122.jpg", imageAlt: "Emergency dental care", buttonIcon: ArrowRight, + title: "Emergency Care", description: "Fast, reliable emergency dental services when you need us most", imageSrc: "http://img.b2bpic.net/free-photo/doctor-wearing-surgical-mask-with-female-patient_107420-74122.jpg?_wi=2", imageAlt: "Emergency dental care", buttonIcon: ArrowRight, buttonHref: "contact" } ]} @@ -161,15 +161,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Emma Johnson", role: "Patient", company: "5-year client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3387.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera_1301-3387.jpg?_wi=2" }, { id: "2", name: "Michael Ross", role: "Patient", company: "New patient", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/doctor-shaking-hands-with-patient_107420-74004.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/doctor-shaking-hands-with-patient_107420-74004.jpg?_wi=2" }, { id: "3", name: "Lisa Anderson", role: "Patient", company: "Regular visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-short-hair_23-2148262831.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-short-hair_23-2148262831.jpg?_wi=2" }, { id: "4", name: "James Wilson", role: "Patient", company: "Trusted provider", rating: 5, -- 2.49.1