From 04e4eea7dc5187074a9ef6e9dcf6b25acecb1b79 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 13:41:02 +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 bc25339..26eab93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-dental-treatment_107420-65463.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-dental-treatment_107420-65463.jpg?_wi=1", imageAlt: "Luxury dental whitening kit on marble surface", }, { @@ -247,7 +247,7 @@ export default function LandingPage() { content: "Many customers report visible results within 3-5 days.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-patient-receiving-dental-treatment_107420-65463.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-patient-receiving-dental-treatment_107420-65463.jpg?_wi=2" title="Frequently Asked Questions" description="Got questions about whitening? We've got the answers." faqsAnimation="slide-up" -- 2.49.1