From 3173bc53b0729a69cec7779f95337d41b6edd420 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 09:09:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 89bb087..32e3f50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { description="AutoMarket is the most trusted platform to browse thousands of pre-owned cars and bikes. Get the best price, guaranteed safety, and verified listings." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/people-vehicle-dealership-buying-new-car_342744-749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-vehicle-dealership-buying-new-car_342744-749.jpg?_wi=1", imageAlt: "luxury car showcase bright street", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { description: "Safe transaction portals for your peace of mind.", bentoComponent: "reveal-icon", icon: Lock, - imageSrc: "http://img.b2bpic.net/free-photo/people-vehicle-dealership-buying-new-car_342744-749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-vehicle-dealership-buying-new-car_342744-749.jpg?_wi=2", imageAlt: "luxury car showcase bright street", }, { @@ -189,7 +189,7 @@ export default function LandingPage() { description: "Sell your car to buyers across the country.", bentoComponent: "reveal-icon", icon: Globe, - imageSrc: "http://img.b2bpic.net/free-photo/young-mother-child-stand-near-they-suv-car-safety-driving-concept_627829-6605.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-mother-child-stand-near-they-suv-car-safety-driving-concept_627829-6605.jpg?_wi=1", imageAlt: "luxury car showcase bright street", }, ]} @@ -209,7 +209,7 @@ export default function LandingPage() { id: "1", name: "Toyota Sedan 2022", price: "$18,500", - imageSrc: "http://img.b2bpic.net/free-photo/young-mother-child-stand-near-they-suv-car-safety-driving-concept_627829-6605.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-mother-child-stand-near-they-suv-car-safety-driving-concept_627829-6605.jpg?_wi=2", }, { id: "2", @@ -282,7 +282,7 @@ export default function LandingPage() { button: { text: "Get Started", }, - imageSrc: "http://img.b2bpic.net/free-photo/people-vehicle-dealership-buying-new-car_342744-749.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-vehicle-dealership-buying-new-car_342744-749.jpg?_wi=3", imageAlt: "luxury car showcase bright street", }, { @@ -298,7 +298,7 @@ export default function LandingPage() { button: { text: "Get Started", }, - imageSrc: "http://img.b2bpic.net/free-photo/young-mother-child-stand-near-they-suv-car-safety-driving-concept_627829-6605.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-mother-child-stand-near-they-suv-car-safety-driving-concept_627829-6605.jpg?_wi=3", imageAlt: "luxury car showcase bright street", }, ]} -- 2.49.1