2 Commits

Author SHA1 Message Date
1ea6256048 Update src/app/page.tsx 2026-03-29 13:28:05 +00:00
2d533141c8 Merge version_1 into main
Merge version_1 into main
2026-03-29 13:22:29 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "home"},
id: "home",
},
{ {
name: "Vehicles", name: "Vehicles", id: "vehicles"},
id: "vehicles",
},
{ {
name: "Why Us", name: "Why Us", id: "about"},
id: "about",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Deals On Wheels London" brandName="Deals On Wheels London"
/> />
@@ -53,15 +45,12 @@ export default function LandingPage() {
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroSplit <HeroSplit
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="London's Premier Luxury Car Collection" title="London's Premier Luxury Car Collection"
description="Experience unparalleled performance, elegance, and service. We curate the finest vehicles for the most discerning drivers in London." description="Experience unparalleled performance, elegance, and service. We curate the finest vehicles for the most discerning drivers in London."
buttons={[ buttons={[
{ {
text: "Browse Collection", text: "Browse Collection", href: "#vehicles"},
href: "#vehicles",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/professional-automotive-studio-photograp-1774790533392-943e7fb5.png?_wi=1" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/professional-automotive-studio-photograp-1774790533392-943e7fb5.png?_wi=1"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
@@ -75,28 +64,13 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, id: 1,
tag: "Certified", tag: "Certified", title: "Verified Quality", subtitle: "Inspected Excellence", description: "Every vehicle undergoes a rigorous 200-point inspection before it joins our floor.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/iconographic-style-representation-of-a-t-1774790533499-68e6c86a.png"},
title: "Verified Quality",
subtitle: "Inspected Excellence",
description: "Every vehicle undergoes a rigorous 200-point inspection before it joins our floor.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/iconographic-style-representation-of-a-t-1774790533499-68e6c86a.png",
},
{ {
id: 2, id: 2,
tag: "Performance", tag: "Performance", title: "Elite Engineering", subtitle: "High Performance", description: "We specialize in vehicles that deliver thrill, precision, and reliable raw power.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/minimalist-icon-of-a-speedometer-indicat-1774790532620-ba68a9f3.png"},
title: "Elite Engineering",
subtitle: "High Performance",
description: "We specialize in vehicles that deliver thrill, precision, and reliable raw power.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/minimalist-icon-of-a-speedometer-indicat-1774790532620-ba68a9f3.png",
},
{ {
id: 3, id: 3,
tag: "Service", tag: "Service", title: "Concierge Care", subtitle: "Client Focus", description: "From selection to key handoff, we handle everything with bespoke professional care.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/minimalist-icon-of-a-handshake-signifyin-1774790532388-0fcf1026.png"},
title: "Concierge Care",
subtitle: "Client Focus",
description: "From selection to key handoff, we handle everything with bespoke professional care.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/minimalist-icon-of-a-handshake-signifyin-1774790532388-0fcf1026.png",
},
]} ]}
title="Why Choose Deals On Wheels?" title="Why Choose Deals On Wheels?"
description="Excellence in every mile. We redefine the car buying experience with uncompromising standards." description="Excellence in every mile. We redefine the car buying experience with uncompromising standards."
@@ -111,23 +85,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "car-1", id: "car-1", name: "Urban Elite Sedan", price: "£85,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/dynamic-shot-of-a-luxury-sedan-front-thr-1774790533306-7ec61828.png"},
name: "Urban Elite Sedan",
price: "£85,000",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/dynamic-shot-of-a-luxury-sedan-front-thr-1774790533306-7ec61828.png",
},
{ {
id: "car-2", id: "car-2", name: "Grand Touring Convertible", price: "£125,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/modern-high-end-convertible-driving-on-a-1774790532793-04c955c6.png"},
name: "Grand Touring Convertible",
price: "£125,000",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/modern-high-end-convertible-driving-on-a-1774790532793-04c955c6.png",
},
{ {
id: "car-3", id: "car-3", name: "Prestige Performance SUV", price: "£98,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/sleek-luxury-suv-in-a-sophisticated-mode-1774790533164-3cd30d85.png"},
name: "Prestige Performance SUV",
price: "£98,000",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/sleek-luxury-suv-in-a-sophisticated-mode-1774790533164-3cd30d85.png",
},
]} ]}
title="Our Latest Arrivals" title="Our Latest Arrivals"
description="Discover current inventory of hand-picked luxury vehicles." description="Discover current inventory of hand-picked luxury vehicles."
@@ -139,30 +101,15 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "James Sterling", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/portrait-of-a-confident-professional-cli-1774790533001-bb7446fd.png?_wi=1"},
name: "James Sterling",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/portrait-of-a-confident-professional-cli-1774790533001-bb7446fd.png?_wi=1",
},
{ {
id: "2", id: "2", name: "Elena Vance", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/portrait-of-a-happy-client-authentic-smi-1774790533525-46c1566d.png"},
name: "Elena Vance",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/portrait-of-a-happy-client-authentic-smi-1774790533525-46c1566d.png",
},
{ {
id: "3", id: "3", name: "Mark Thornton", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/portrait-of-a-stylish-client-high-qualit-1774790532921-de79209a.png"},
name: "Mark Thornton",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/portrait-of-a-stylish-client-high-qualit-1774790532921-de79209a.png",
},
{ {
id: "4", id: "4", name: "Sofia Rossi", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/portrait-of-a-sophisticated-client-studi-1774790533587-72563b8d.png"},
name: "Sofia Rossi",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/portrait-of-a-sophisticated-client-studi-1774790533587-72563b8d.png",
},
{ {
id: "5", id: "5", name: "David Al-Fayed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/portrait-of-a-confident-professional-cli-1774790533001-bb7446fd.png?_wi=2"},
name: "David Al-Fayed",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/portrait-of-a-confident-professional-cli-1774790533001-bb7446fd.png?_wi=2",
},
]} ]}
cardTitle="Client Experiences" cardTitle="Client Experiences"
cardTag="Luxury Trust" cardTag="Luxury Trust"
@@ -176,20 +123,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "faq-1", id: "faq-1", title: "Do you offer financing?", content: "Yes, we provide flexible financing tailored to your specific financial goals."},
title: "Do you offer financing?",
content: "Yes, we provide flexible financing tailored to your specific financial goals.",
},
{ {
id: "faq-2", id: "faq-2", title: "Can I test drive vehicles?", content: "Absolutely, appointments for viewings and test drives can be scheduled at your convenience."},
title: "Can I test drive vehicles?",
content: "Absolutely, appointments for viewings and test drives can be scheduled at your convenience.",
},
{ {
id: "faq-3", id: "faq-3", title: "What about after-sale care?", content: "Our service team remains available for maintenance and support throughout your ownership."},
title: "What about after-sale care?",
content: "Our service team remains available for maintenance and support throughout your ownership.",
},
]} ]}
title="Common Questions" title="Common Questions"
description="Answers to your inquiries regarding our dealership services." description="Answers to your inquiries regarding our dealership services."
@@ -203,26 +141,19 @@ export default function LandingPage() {
<ContactSplitForm <ContactSplitForm
useInvertedBackground={true} useInvertedBackground={true}
title="Get In Touch" title="Get In Touch"
description="Ready to experience your next vehicle? Contact our team in London today." description="Ready to experience your next vehicle? Contact our team in London today. Our concierge is available to assist you with inquiries, test drives, and personalized recommendations."
inputs={[ inputs={[
{ {
name: "name", name: "name", type: "text", placeholder: "Full Name", required: true,
type: "text",
placeholder: "Full Name",
required: true,
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Email Address", required: true,
type: "email",
placeholder: "Email Address",
required: true,
}, },
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Let us know which model interests you...", rows: 4,
placeholder: "Let us know which model interests you...",
rows: 4,
}} }}
buttonText="Submit Inquiry"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/close-up-of-luxury-vehicle-interior-stee-1774790532987-7c7ffd58.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/close-up-of-luxury-vehicle-interior-stee-1774790532987-7c7ffd58.png"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
/> />
@@ -233,40 +164,39 @@ export default function LandingPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/professional-automotive-studio-photograp-1774790533392-943e7fb5.png?_wi=3" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcZpQjREO3oRA5qn4ghzjCL3Sk/professional-automotive-studio-photograp-1774790533392-943e7fb5.png?_wi=3"
columns={[ columns={[
{ {
title: "Quick Links", title: "Quick Links", items: [
items: [
{ {
label: "Vehicles", label: "Vehicles", href: "#vehicles"},
href: "#vehicles",
},
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Legal", title: "Concierge Services", items: [
items: [
{ {
label: "Privacy Policy", label: "Schedule Viewing", href: "#contact"},
href: "#",
},
{ {
label: "Terms of Service", label: "Financing Options", href: "#faq"},
href: "#", {
}, label: "After-Sales Care", href: "#faq"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
], ],
}, },
]} ]}
logoText="Deals On Wheels London" logoText="Deals On Wheels London"
copyrightText="© 2025 Deals On Wheels London. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }