From b92cda5463f354ed0a5c7982f7eade19887f15f5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 06:26:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a1b99da..71e66be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,12 +71,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-washing-station_1157-27219.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-washing-station_1157-27219.jpg?_wi=1", imageAlt: "self service car wash bay", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/bubbles-marine-water_23-2147798195.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bubbles-marine-water_23-2147798195.jpg?_wi=1", imageAlt: "car foam washing suds", }, { @@ -134,7 +134,7 @@ export default function LandingPage() { description: "Deep cleaning suds to gently scrub away stubborn surface debris.", bentoComponent: "reveal-icon", icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-washing-station_1157-27219.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-washing-station_1157-27219.jpg?_wi=2", imageAlt: "Car wash detailing station", }, { @@ -142,7 +142,7 @@ export default function LandingPage() { description: "High-purity water filtration for a flawless, shiny finish every time.", bentoComponent: "reveal-icon", icon: Droplets, - imageSrc: "http://img.b2bpic.net/free-photo/bubbles-marine-water_23-2147798195.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bubbles-marine-water_23-2147798195.jpg?_wi=2", imageAlt: "Car wash detailing station", }, ]} -- 2.49.1