From fdd0105a68a1c6110aaae3a599a90056d4995fee Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 07:50:19 +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 db7d91e..26eb9bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,53 +59,53 @@ export default function LandingPage() { description="The easiest, fastest way to list your vehicle and connect with serious buyers directly. Start your journey today." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-suitcase-open-trunk-car_23-2148328859.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-suitcase-open-trunk-car_23-2148328859.jpg?_wi=1", imageAlt: "Sporty Car", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shiny-headlight-black-luxury-car-isolated-white-background_181624-25404.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shiny-headlight-black-luxury-car-isolated-white-background_181624-25404.jpg?_wi=1", imageAlt: "Headlight detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-camera_23-2148266203.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-camera_23-2148266203.jpg?_wi=1", imageAlt: "SUV on highway", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-keys-lying-donw-inside-brand-new-modern-car_146671-16044.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-keys-lying-donw-inside-brand-new-modern-car_146671-16044.jpg?_wi=1", imageAlt: "Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32004.jpg?_wi=1", imageAlt: "Showroom", }, { - imageSrc: "http://img.b2bpic.net/free-photo/motion-speed-effect-with-city-night_1112-2006.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/motion-speed-effect-with-city-night_1112-2006.jpg?_wi=1", imageAlt: "Car on track", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/motion-speed-effect-with-city-night_1112-2006.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/motion-speed-effect-with-city-night_1112-2006.jpg?_wi=2", imageAlt: "Car on track", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32004.jpg?_wi=2", imageAlt: "Showroom", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-keys-lying-donw-inside-brand-new-modern-car_146671-16044.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-keys-lying-donw-inside-brand-new-modern-car_146671-16044.jpg?_wi=2", imageAlt: "Interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-camera_23-2148266203.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-camera_23-2148266203.jpg?_wi=2", imageAlt: "SUV on highway", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shiny-headlight-black-luxury-car-isolated-white-background_181624-25404.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shiny-headlight-black-luxury-car-isolated-white-background_181624-25404.jpg?_wi=2", imageAlt: "Headlight detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-suitcase-open-trunk-car_23-2148328859.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-suitcase-open-trunk-car_23-2148328859.jpg?_wi=2", imageAlt: "Sporty Car", }, ]}