diff --git a/src/app/page.tsx b/src/app/page.tsx
index 824a7b3..fb93d0f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -59,93 +44,31 @@ export default function LandingPage() {
@@ -157,18 +80,9 @@ export default function LandingPage() {
title="A Legacy of Perfection"
description="We specialize in sourcing and delivering the world's most sought-after automobiles. With decades of industry experience, we ensure that every vehicle meets our stringent standards of luxury and mechanical excellence."
bulletPoints={[
- {
- title: "Curation",
- description: "Hand-picked vehicles of unrivaled prestige.",
- },
- {
- title: "Service",
- description: "Concierge-level support through your journey.",
- },
- {
- title: "Integrity",
- description: "Absolute transparency in every transaction.",
- },
+ { title: "Curation", description: "Hand-picked vehicles of unrivaled prestige." },
+ { title: "Service", description: "Concierge-level support through your journey." },
+ { title: "Integrity", description: "Absolute transparency in every transaction." },
]}
imageSrc="http://img.b2bpic.net/free-photo/details-car-standing-car-showroom_1303-29460.jpg"
mediaAnimation="blur-reveal"
@@ -181,27 +95,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Craftsmanship",
- subtitle: "Meticulous detail",
- category: "Interior",
- value: "Premium leather and rare trims",
- },
- {
- id: "f2",
- title: "Engineering",
- subtitle: "Peak performance",
- category: "Mechanics",
- value: "Precision-tuned engines",
- },
- {
- id: "f3",
- title: "Technology",
- subtitle: "Advanced systems",
- category: "Tech",
- value: "Cutting-edge infotainment",
- },
+ { id: "f1", title: "Craftsmanship", subtitle: "Meticulous detail", category: "Interior", value: "Premium leather and rare trims" },
+ { id: "f2", title: "Engineering", subtitle: "Peak performance", category: "Mechanics", value: "Precision-tuned engines" },
+ { id: "f3", title: "Technology", subtitle: "Advanced systems", category: "Tech", value: "Cutting-edge infotainment" },
]}
title="Uncompromised Quality"
description="Our vehicles represent the intersection of performance, design, and innovation."
@@ -215,48 +111,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Grand Tourer V12",
- price: "P.O.R.",
- variant: "Coupe",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-car-with-simple-background_23-2150797046.jpg",
- },
- {
- id: "p2",
- name: "Executive Saloon",
- price: "P.O.R.",
- variant: "Sedan",
- imageSrc: "http://img.b2bpic.net/free-photo/young-mother-with-child-charging-electro-car-electric-gas-station_627829-6677.jpg",
- },
- {
- id: "p3",
- name: "Sport Dynamic",
- price: "P.O.R.",
- variant: "Convertible",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-car-full-shot_23-2148320218.jpg",
- },
- {
- id: "p4",
- name: "Urban Elite",
- price: "P.O.R.",
- variant: "SUV",
- imageSrc: "http://img.b2bpic.net/free-photo/rear-light-new-dark-car_23-2147962990.jpg",
- },
- {
- id: "p5",
- name: "Racing Edition",
- price: "P.O.R.",
- variant: "Track",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg",
- },
- {
- id: "p6",
- name: "Heritage Limited",
- price: "P.O.R.",
- variant: "Classic",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shiny-headlight-black-luxury-car-isolated-white-background_181624-25404.jpg",
- },
+ { id: "p1", name: "Grand Tourer V12", price: "P.O.R.", variant: "Coupe", imageSrc: "http://img.b2bpic.net/free-photo/3d-car-with-simple-background_23-2150797046.jpg" },
+ { id: "p2", name: "Executive Saloon", price: "P.O.R.", variant: "Sedan", imageSrc: "http://img.b2bpic.net/free-photo/young-mother-with-child-charging-electro-car-electric-gas-station_627829-6677.jpg" },
+ { id: "p3", name: "Sport Dynamic", price: "P.O.R.", variant: "Convertible", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-car-full-shot_23-2148320218.jpg" },
+ { id: "p4", name: "Urban Elite", price: "P.O.R.", variant: "SUV", imageSrc: "http://img.b2bpic.net/free-photo/rear-light-new-dark-car_23-2147962990.jpg" },
+ { id: "p5", name: "Racing Edition", price: "P.O.R.", variant: "Track", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg" },
+ { id: "p6", name: "Heritage Limited", price: "P.O.R.", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shiny-headlight-black-luxury-car-isolated-white-background_181624-25404.jpg" },
]}
title="Current Inventory"
description="Explore our curated collection of luxury automobiles currently available."
@@ -265,36 +125,13 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file