Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-18 06:14:55 +00:00

View File

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