diff --git a/src/app/page.tsx b/src/app/page.tsx index 03f981d..c39cf79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,17 +73,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/batmobile-car-with-neon-lights_23-2151649921.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/batmobile-car-with-neon-lights_23-2151649921.jpg?_wi=1", imageAlt: "Custom tuning garage", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-robotic-hummingbird_23-2151443797.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-robotic-hummingbird_23-2151443797.jpg?_wi=1", imageAlt: "Engine detail", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-fantasy-scenario_23-2151437470.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-fantasy-scenario_23-2151437470.jpg?_wi=1", imageAlt: "Performance track car", }, { @@ -147,7 +147,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/batmobile-car-with-neon-lights_23-2151649921.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/batmobile-car-with-neon-lights_23-2151649921.jpg?_wi=2", imageAlt: "dyno tuning results chart", }, { @@ -172,7 +172,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-robotic-hummingbird_23-2151443797.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-robotic-hummingbird_23-2151443797.jpg?_wi=2", imageAlt: "dyno tuning results chart", }, { @@ -197,7 +197,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-fantasy-scenario_23-2151437470.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/off-road-car-fantasy-scenario_23-2151437470.jpg?_wi=2", imageAlt: "dyno tuning results chart", }, ]}