@@ -77,18 +58,9 @@ export default function LandingPage() {
title="Precision Engineering"
description="At Apex, we redefine automotive excellence through rigorous standards and cutting-edge technology integration."
bulletPoints={[
- {
- title: "Innovation",
- description: "Future-proof performance specs.",
- },
- {
- title: "Safety",
- description: "Advanced driver-assist systems.",
- },
- {
- title: "Heritage",
- description: "Decades of automotive mastery.",
- },
+ { title: "Innovation", description: "Future-proof performance specs." },
+ { title: "Safety", description: "Advanced driver-assist systems." },
+ { title: "Heritage", description: "Decades of automotive mastery." }
]}
imageSrc="http://img.b2bpic.net/free-photo/technology-background-concept_23-2148882653.jpg"
imageAlt="car engine precision engineering"
@@ -102,66 +74,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- brand: "Apex",
- name: "GT-R",
- price: "$125,000",
- rating: 5,
- reviewCount: "42",
- imageSrc: "http://img.b2bpic.net/free-photo/people-driving-cars-city-street_23-2149092020.jpg",
- imageAlt: "luxury sedan city street night",
- },
- {
- 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",
- },
- {
- 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",
- },
- {
- id: "p4",
- brand: "Apex",
- name: "City Nano",
- price: "$32,000",
- rating: 4,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-car-parking_23-2148328860.jpg",
- imageAlt: "compact luxury car city",
- },
- {
- id: "p5",
- brand: "Apex",
- name: "Cabrio V",
- price: "$95,000",
- rating: 5,
- reviewCount: "33",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscape-with-blue-sky_23-2151906867.jpg",
- imageAlt: "convertible car coastal road",
- },
- {
- id: "p6",
- brand: "Apex",
- name: "Track Master",
- price: "$450,000",
- rating: 5,
- reviewCount: "9",
- imageSrc: "http://img.b2bpic.net/free-photo/motion-speed-effect-with-city-night_1112-2007.jpg",
- imageAlt: "race car track motion",
- },
+ { id: "p1", brand: "Apex", name: "GT-R", price: "$125,000", rating: 5, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/people-driving-cars-city-street_23-2149092020.jpg", imageAlt: "luxury sedan city street night" },
+ { 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" },
+ { 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" }
]}
title="Our Inventory"
description="Discover our collection of elite performance machines."
@@ -174,36 +89,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "500+",
- title: "Engineers",
- items: [
- "Design",
- "Safety",
- "Testing",
- ],
- },
- {
- id: "m2",
- value: "12K",
- title: "Vehicles",
- items: [
- "Sold",
- "Serviced",
- "Delivered",
- ],
- },
- {
- id: "m3",
- value: "40+",
- title: "Patents",
- items: [
- "Innovation",
- "Safety",
- "Tech",
- ],
- },
+ { id: "m1", value: "500+", title: "Engineers", items: ["Design", "Safety", "Testing"] },
+ { id: "m2", value: "12K", title: "Vehicles", items: ["Sold", "Serviced", "Delivered"] },
+ { id: "m3", value: "40+", title: "Patents", items: ["Innovation", "Safety", "Tech"] }
]}
title="Performance at Scale"
description="Quantifiable excellence across our product lineup."
@@ -212,68 +100,18 @@ export default function LandingPage() {
@@ -352,16 +151,9 @@ export default function LandingPage() {
@@ -370,32 +162,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/dark-style-sky-nighttime_23-2151103566.jpg"
logoText="Apex Motors"
columns={[
- {
- title: "Company",
- items: [
- {
- label: "About",
- href: "#about",
- },
- {
- label: "Career",
- href: "#",
- },
- ],
- },
- {
- title: "Legal",
- items: [
- {
- label: "Privacy",
- href: "#",
- },
- {
- label: "Terms",
- href: "#",
- },
- ],
- },
+ { title: "Company", items: [{ label: "About", href: "#about" }, { label: "Career", href: "#" }] },
+ { title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
]}
/>