From aa62f455cb20db1c1a9c4f7ec40e9ae33d61fbbe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 02:26:41 +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 72aaa8d..16b53ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-car-parking-lot_74190-4753.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-car-parking-lot_74190-4753.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -128,7 +128,7 @@ export default function LandingPage() { id: "1", name: "Hyundai i20", price: "₹6,50,000", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-blue-suv-wet-road-modern-car-details-motion_169016-69808.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-blue-suv-wet-road-modern-car-details-motion_169016-69808.jpg?_wi=1", }, { id: "2", @@ -140,7 +140,7 @@ export default function LandingPage() { id: "3", name: "Mahindra XUV500", price: "₹12,50,000", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-sales-person-car-showroom_1303-15134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-sales-person-car-showroom_1303-15134.jpg?_wi=1", }, { id: "4", @@ -209,7 +209,7 @@ export default function LandingPage() { quote: "Very professional and fair deals.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1640.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-car-parking-lot_74190-4753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-car-parking-lot_74190-4753.jpg?_wi=2", imageAlt: "satisfied customer with car", }, { @@ -242,7 +242,7 @@ export default function LandingPage() { quote: "Highly recommended for Kochi buyers.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-choosing-car-car-showroom_1303-31966.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-blue-suv-wet-road-modern-car-details-motion_169016-69808.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-blue-suv-wet-road-modern-car-details-motion_169016-69808.jpg?_wi=2", imageAlt: "satisfied customer with car", }, { @@ -253,7 +253,7 @@ export default function LandingPage() { quote: "Great selection of clean cars.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/headlights-lamp-car_1203-7805.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-sales-person-car-showroom_1303-15134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-sales-person-car-showroom_1303-15134.jpg?_wi=2", imageAlt: "satisfied customer with car", }, ]} -- 2.49.1