From 6ee95f21b85031bb0fa9c77813707fb7e0ca892a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 06:14:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 35a79a4..e4aff6a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,9 +80,9 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} products={[ - { id: "p1", name: "City Sedan", price: "₹9.5L", imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg" }, + { id: "p1", name: "City Sedan", price: "₹9.5L", imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg?_wi=1" }, { id: "p2", name: "Urban SUV", price: "₹14.2L", imageSrc: "http://img.b2bpic.net/free-photo/blue-crossover-driving-autumn-road-side-view-car-motion_169016-69911.jpg" }, - { id: "p3", name: "Compact Hatch", price: "₹6.8L", imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg" } + { id: "p3", name: "Compact Hatch", price: "₹6.8L", imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg?_wi=2" } ]} /> -- 2.49.1