diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e172c4..309a2b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,17 +73,17 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg?_wi=1", imageAlt: "Luxury Sports Car", }, { id: "h2", - imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736801.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736801.jpg?_wi=1", imageAlt: "Premium Interior", }, { id: "h3", - imageSrc: "http://img.b2bpic.net/free-photo/superhero-car-vintage-style_23-2151636242.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/superhero-car-vintage-style_23-2151636242.jpg?_wi=1", imageAlt: "Supercar Garage", }, { @@ -139,7 +139,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-car-night_1303-17030.jpg?_wi=2", imageAlt: "car maintenance luxury service", }, { @@ -160,7 +160,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736801.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736801.jpg?_wi=2", imageAlt: "car maintenance luxury service", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/superhero-car-vintage-style_23-2151636242.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/superhero-car-vintage-style_23-2151636242.jpg?_wi=2", imageAlt: "car maintenance luxury service", }, ]}