Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 542cf542ec | |||
| 858e605cb7 | |||
| 536377c3b4 | |||
| c184ef678b |
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
logoText="Cochin Cars"
|
||||
description="The most trusted destination for buying and selling high-quality pre-owned vehicles in Kochi. Guaranteed transparency and fair pricing."
|
||||
description="Find your dream pre-owned car in Kochi with complete peace of mind and certified transparency."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Inventory", href: "#products"},
|
||||
@@ -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