From 93d1a6f9405a07188ecbd516b030603467203686 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 23:11:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0db05d5..e3ad091 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,23 +68,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22308.jpg?_wi=1", imageAlt: "Luxury car wash exterior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg?_wi=1", imageAlt: "Detailing equipment", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cleaning-car-front-glass_53876-30980.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cleaning-car-front-glass_53876-30980.jpg?_wi=1", imageAlt: "Sports car shining", }, { - imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22308.jpg?_wi=2", imageAlt: "Modern cleaning jets", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg?_wi=2", imageAlt: "Premium detailing station", }, ]} @@ -154,7 +154,7 @@ export default function LandingPage() { button: { text: "Learn More", }, - imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22308.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22308.jpg?_wi=3", imageAlt: "luxury car wash exterior professional", }, { @@ -171,7 +171,7 @@ export default function LandingPage() { button: { text: "Learn More", }, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg?_wi=3", imageAlt: "automotive care detailing equipment", }, { @@ -188,7 +188,7 @@ export default function LandingPage() { button: { text: "Join Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/cleaning-car-front-glass_53876-30980.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cleaning-car-front-glass_53876-30980.jpg?_wi=2", imageAlt: "sports car shining clean", }, ]} -- 2.49.1