From ad31c3eb312ec5e71a7c487708cc308e62310fc6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:33:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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", }, ]} -- 2.49.1