From be5d6148956be37173bf0c6c3176d70085edfdc0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 13:11:12 +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 7a49813..9362f20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,17 +72,17 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020119.jpg?_wi=1", imageAlt: "Professional Car Detailing", }, { id: "h2", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193618.jpg?_wi=1", imageAlt: "Interior Vacuuming", }, { id: "h3", - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-wrapping-car-with-ptotective-foil_1303-27665.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-wrapping-car-with-ptotective-foil_1303-27665.jpg?_wi=1", imageAlt: "Premium Waxing", }, { @@ -131,7 +131,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-room-background-with-white-walls_23-2151020119.jpg?_wi=2", imageAlt: "luxury car detailing interior", }, { @@ -142,7 +142,7 @@ export default function LandingPage() { }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193618.jpg?_wi=2", imageAlt: "luxury car detailing interior", }, { @@ -153,7 +153,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-wrapping-car-with-ptotective-foil_1303-27665.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-worker-wrapping-car-with-ptotective-foil_1303-27665.jpg?_wi=2", imageAlt: "luxury car detailing interior", }, ]} -- 2.49.1