From 5edb6a306dd6ddfcb79bae812603828cfa88ee8b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 19:04:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19ee2c1..3e63dc6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,31 +53,31 @@ export default function LandingPage() { description="Experience the pinnacle of automotive innovation. Precision-crafted performance vehicles designed for the modern driver who demands excellence." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/back-view-grey-car-standing-bridge_114579-4084.jpg", imageAlt: "Sports Car 1"}, + imageSrc: "http://img.b2bpic.net/free-photo/back-view-grey-car-standing-bridge_114579-4084.jpg?_wi=1", imageAlt: "Sports Car 1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139322.jpg", imageAlt: "EV Car"}, + imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139322.jpg?_wi=1", imageAlt: "EV Car"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9275.jpg", imageAlt: "Luxury Grille"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9275.jpg?_wi=1", imageAlt: "Luxury Grille"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-interior-luxury-car_114579-4011.jpg", imageAlt: "Interior Cockpit"}, + imageSrc: "http://img.b2bpic.net/free-photo/wooden-interior-luxury-car_114579-4011.jpg?_wi=1", imageAlt: "Interior Cockpit"}, { - imageSrc: "http://img.b2bpic.net/free-photo/fitness-smiling-woman-green-sports-clothing-with-pink-hair-young-beautiful-model-with-perfect-bodyfemale-posing-street-near-roller-shutter-wall-stretching-out-before-training_158538-21613.jpg", imageAlt: "Sports Profile"}, + imageSrc: "http://img.b2bpic.net/free-photo/fitness-smiling-woman-green-sports-clothing-with-pink-hair-young-beautiful-model-with-perfect-bodyfemale-posing-street-near-roller-shutter-wall-stretching-out-before-training_158538-21613.jpg?_wi=1", imageAlt: "Sports Profile"}, { - imageSrc: "http://img.b2bpic.net/free-photo/red-sports-tuned-car-rear-view-wheel-close-up-fashion-car-day-road_78492-3878.jpg", imageAlt: "Supercar"}, + imageSrc: "http://img.b2bpic.net/free-photo/red-sports-tuned-car-rear-view-wheel-close-up-fashion-car-day-road_78492-3878.jpg?_wi=1", imageAlt: "Supercar"}, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/red-sports-tuned-car-rear-view-wheel-close-up-fashion-car-day-road_78492-3878.jpg", imageAlt: "Supercar"}, + imageSrc: "http://img.b2bpic.net/free-photo/red-sports-tuned-car-rear-view-wheel-close-up-fashion-car-day-road_78492-3878.jpg?_wi=2", imageAlt: "Supercar"}, { - imageSrc: "http://img.b2bpic.net/free-photo/fitness-smiling-woman-green-sports-clothing-with-pink-hair-young-beautiful-model-with-perfect-bodyfemale-posing-street-near-roller-shutter-wall-stretching-out-before-training_158538-21613.jpg", imageAlt: "Sports Profile"}, + imageSrc: "http://img.b2bpic.net/free-photo/fitness-smiling-woman-green-sports-clothing-with-pink-hair-young-beautiful-model-with-perfect-bodyfemale-posing-street-near-roller-shutter-wall-stretching-out-before-training_158538-21613.jpg?_wi=2", imageAlt: "Sports Profile"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-interior-luxury-car_114579-4011.jpg", imageAlt: "Interior Cockpit"}, + imageSrc: "http://img.b2bpic.net/free-photo/wooden-interior-luxury-car_114579-4011.jpg?_wi=2", imageAlt: "Interior Cockpit"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9275.jpg", imageAlt: "Luxury Grille"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9275.jpg?_wi=2", imageAlt: "Luxury Grille"}, { - imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139322.jpg", imageAlt: "EV Car"}, + imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139322.jpg?_wi=2", imageAlt: "EV Car"}, { - imageSrc: "http://img.b2bpic.net/free-photo/back-view-grey-car-standing-bridge_114579-4084.jpg", imageAlt: "Sports Car 1"}, + imageSrc: "http://img.b2bpic.net/free-photo/back-view-grey-car-standing-bridge_114579-4084.jpg?_wi=2", imageAlt: "Sports Car 1"}, ]} tag="Revolutionizing Automotive Standards" buttons={[ -- 2.49.1