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" } ]} />