From 542cf542ecad506d0c7f3dcb2c205a331b28f3c0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 02:30:14 +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 c617b36..9f1ac24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,22 +102,22 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - 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?_wi=1", priceButtonProps: { text: "Inquire Now", href: "#contact" } + 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?_wi=1", priceButtonProps: { text: "Inquire Today", href: "#contact" } }, { - id: "2", name: "Honda City", price: "₹8,20,000", imageSrc: "http://img.b2bpic.net/free-photo/headlights-lamp-car_1203-7805.jpg", priceButtonProps: { text: "Book Test Drive", href: "#contact" } + id: "2", name: "Honda City", price: "₹8,20,000", imageSrc: "http://img.b2bpic.net/free-photo/headlights-lamp-car_1203-7805.jpg", priceButtonProps: { text: "Inquire Today", href: "#contact" } }, { - 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?_wi=1", priceButtonProps: { text: "Inquire Now", href: "#contact" } + 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?_wi=1", priceButtonProps: { text: "Inquire Today", href: "#contact" } }, { - id: "4", name: "Maruti Swift", price: "₹4,90,000", imageSrc: "http://img.b2bpic.net/free-photo/clients-entering-showroom-looking-make-vehicle-purchase_482257-124435.jpg", priceButtonProps: { text: "Book Test Drive", href: "#contact" } + id: "4", name: "Maruti Swift", price: "₹4,90,000", imageSrc: "http://img.b2bpic.net/free-photo/clients-entering-showroom-looking-make-vehicle-purchase_482257-124435.jpg", priceButtonProps: { text: "Inquire Today", href: "#contact" } }, { - id: "5", name: "Toyota Corolla", price: "₹9,50,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house-holding-charger_1303-17800.jpg", priceButtonProps: { text: "Inquire Now", href: "#contact" } + id: "5", name: "Toyota Corolla", price: "₹9,50,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-by-her-house-holding-charger_1303-17800.jpg", priceButtonProps: { text: "Inquire Today", href: "#contact" } }, { - id: "6", name: "Tata Nexon", price: "₹7,80,000", imageSrc: "http://img.b2bpic.net/free-photo/parked-vehicles-aerial-view_23-2148959696.jpg", priceButtonProps: { text: "Book Test Drive", href: "#contact" } + id: "6", name: "Tata Nexon", price: "₹7,80,000", imageSrc: "http://img.b2bpic.net/free-photo/parked-vehicles-aerial-view_23-2148959696.jpg", priceButtonProps: { text: "Inquire Today", href: "#contact" } }, ]} title="Latest Arrivals" -- 2.49.1