From f3af975ab71b680ff4cbcf7c446fbba204152ad2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 04:13:38 +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 f3dd200..c6eea7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-vector/clinic-reception-realistic-modern-interior_1284-24101.jpg", imageAlt: "Modern dental clinic interior" + id: "1", imageSrc: "http://img.b2bpic.net/free-vector/clinic-reception-realistic-modern-interior_1284-24101.jpg?_wi=1", imageAlt: "Modern dental clinic interior" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/dentist-smiling-office_1328-4082.jpg", imageAlt: "Dr. Shahnawaz Ahmed" @@ -69,7 +69,7 @@ export default function LandingPage() { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-66741.jpg", imageAlt: "Professional dental cleaning" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-vector/clinic-reception-realistic-modern-interior_1284-24101.jpg", imageAlt: "Welcoming clinic entrance" + id: "6", imageSrc: "http://img.b2bpic.net/free-vector/clinic-reception-realistic-modern-interior_1284-24101.jpg?_wi=2", imageAlt: "Welcoming clinic entrance" } ]} autoPlay={true} -- 2.49.1