5 Commits

Author SHA1 Message Date
4f47c4d0b9 Merge version_4 into main
Merge version_4 into main
2026-04-28 02:30:17 +00:00
542cf542ec Update src/app/page.tsx 2026-04-28 02:30:14 +00:00
858e605cb7 Merge version_3 into main
Merge version_3 into main
2026-04-28 02:28:54 +00:00
536377c3b4 Update src/app/page.tsx 2026-04-28 02:28:48 +00:00
c184ef678b Merge version_2 into main
Merge version_2 into main
2026-04-28 02:27:45 +00:00

View File

@@ -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"