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", }, ]}