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}