diff --git a/src/app/page.tsx b/src/app/page.tsx index fddd61e..2086cf4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,32 +70,32 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mountain-range-surrounded-by-fir-trees-sunset-sky_181624-13369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mountain-range-surrounded-by-fir-trees-sunset-sky_181624-13369.jpg?_wi=1", imageAlt: "Snowy peak", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mountain-range-surrounded-by-fir-trees-sunset-sky_181624-13369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mountain-range-surrounded-by-fir-trees-sunset-sky_181624-13369.jpg?_wi=2", imageAlt: "Mountain view 2", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mountain-range-surrounded-by-fir-trees-sunset-sky_181624-13369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mountain-range-surrounded-by-fir-trees-sunset-sky_181624-13369.jpg?_wi=3", imageAlt: "Mountain view 3", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mountain-range-surrounded-by-fir-trees-sunset-sky_181624-13369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mountain-range-surrounded-by-fir-trees-sunset-sky_181624-13369.jpg?_wi=4", imageAlt: "Mountain view 4", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mountain-range-surrounded-by-fir-trees-sunset-sky_181624-13369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mountain-range-surrounded-by-fir-trees-sunset-sky_181624-13369.jpg?_wi=5", imageAlt: "Mountain view 5", }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mountain-range-surrounded-by-fir-trees-sunset-sky_181624-13369.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-mountain-range-surrounded-by-fir-trees-sunset-sky_181624-13369.jpg?_wi=6", imageAlt: "Mountain view 6", }, ]}