Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db93f02d60 | |||
| 46d97d385b | |||
| 948c134a16 |
@@ -78,7 +78,10 @@ export default function LandingPage() {
|
||||
{ id: "p2", brand: "Apex", name: "E-Hyper", price: "$295,000", rating: 5, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/view-three-dimensional-car-model_23-2151138991.jpg", imageAlt: "electric hypercar top view", onProductClick: () => { window.location.href = "#contact"; } },
|
||||
{ id: "p3", brand: "Apex", name: "Terra SUV", price: "$85,000", rating: 4, reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/people-getting-ready-winter-camping_23-2149237488.jpg", imageAlt: "luxury suv mountain landscape", onProductClick: () => { window.location.href = "#contact"; } }
|
||||
]}
|
||||
buttons={[{ text: "Configure Now", href: "#contact" }]}
|
||||
buttons={[
|
||||
{ text: "View Details", href: "#contact" },
|
||||
{ text: "Configure Now", href: "#contact" }
|
||||
]}
|
||||
title="Our Inventory"
|
||||
description="Discover our collection of elite performance machines."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user