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