Merge version_4 into main #4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user