Merge version_1 into main #1
190
src/app/page.tsx
190
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Vehicles",
|
||||
id: "products",
|
||||
},
|
||||
name: "Vehicles", id: "products"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Elite Motors"
|
||||
/>
|
||||
@@ -56,31 +48,20 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Elite Private Car Sales"
|
||||
description="Discover your next premium vehicle. Curated, inspected, and ready for the road."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-salesman-presenting-vehicle-customer_342744-707.jpg",
|
||||
imageAlt: "Luxury car dealership interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-salesman-presenting-vehicle-customer_342744-707.jpg", imageAlt: "Luxury car dealership interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-getting-taxi-cab_23-2149236689.jpg",
|
||||
imageAlt: "Sport car exterior view",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-getting-taxi-cab_23-2149236689.jpg", imageAlt: "Sport car exterior view"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-inner-accessories_181624-61771.jpg",
|
||||
imageAlt: "Modern executive car interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-inner-accessories_181624-61771.jpg", imageAlt: "Modern executive car interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580571.jpg",
|
||||
imageAlt: "Car engine maintenance service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580571.jpg", imageAlt: "Car engine maintenance service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-headlight-silver-car_181624-22638.jpg",
|
||||
imageAlt: "Sleek silver car headlights",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-headlight-silver-car_181624-22638.jpg", imageAlt: "Sleek silver car headlights"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -92,20 +73,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Inspected Excellence",
|
||||
description: "Every car undergoes a 150-point inspection before it even touches our lot.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/your-signature-please-woman-auto-salon-with-employee-blue-uniform-taking-her-repaired-car-back_146671-16116.jpg",
|
||||
},
|
||||
title: "Inspected Excellence", description: "Every car undergoes a 150-point inspection before it even touches our lot.", imageSrc: "http://img.b2bpic.net/free-photo/your-signature-please-woman-auto-salon-with-employee-blue-uniform-taking-her-repaired-car-back_146671-16116.jpg"},
|
||||
{
|
||||
title: "Clean History",
|
||||
description: "We provide detailed CARFAX history reports for every vehicle we offer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-model-calculator-coins-white-table_1387-584.jpg",
|
||||
},
|
||||
title: "Clean History", description: "We provide detailed CARFAX history reports for every vehicle we offer.", imageSrc: "http://img.b2bpic.net/free-photo/car-model-calculator-coins-white-table_1387-584.jpg"},
|
||||
{
|
||||
title: "Transparent Sales",
|
||||
description: "No hidden fees, no pressure tactics. Just honest business deals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171286.jpg",
|
||||
},
|
||||
title: "Transparent Sales", description: "No hidden fees, no pressure tactics. Just honest business deals.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171286.jpg"},
|
||||
]}
|
||||
title="Why Elite Motors?"
|
||||
description="We bridge the gap between quality and affordability with complete transparency."
|
||||
@@ -120,41 +92,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Executive Sedan",
|
||||
price: "$34,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-new-car-with-doors-opened_23-2148332902.jpg",
|
||||
},
|
||||
id: "p1", name: "Executive Sedan", price: "$34,500", imageSrc: "http://img.b2bpic.net/free-photo/front-view-black-new-car-with-doors-opened_23-2148332902.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Family SUV",
|
||||
price: "$42,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-pickup-truck-road-strength-motion-modern-freedom_169016-69739.jpg",
|
||||
},
|
||||
id: "p2", name: "Family SUV", price: "$42,000", imageSrc: "http://img.b2bpic.net/free-photo/blue-pickup-truck-road-strength-motion-modern-freedom_169016-69739.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Sport Coupe",
|
||||
price: "$52,900",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/superhero-car-vintage-style_23-2151636142.jpg",
|
||||
},
|
||||
id: "p3", name: "Sport Coupe", price: "$52,900", imageSrc: "http://img.b2bpic.net/free-photo/superhero-car-vintage-style_23-2151636142.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Station Wagon",
|
||||
price: "$28,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-car_23-2151113114.jpg",
|
||||
},
|
||||
id: "p4", name: "Station Wagon", price: "$28,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-car_23-2151113114.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "City Hybrid",
|
||||
price: "$22,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-blond-male-with-long-hair-holds-fixed-bicycle-near-car-with-open-trunk_613910-10310.jpg",
|
||||
},
|
||||
id: "p5", name: "City Hybrid", price: "$22,500", imageSrc: "http://img.b2bpic.net/free-photo/bearded-blond-male-with-long-hair-holds-fixed-bicycle-near-car-with-open-trunk_613910-10310.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Luxury Coupe",
|
||||
price: "$61,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg",
|
||||
},
|
||||
id: "p6", name: "Luxury Coupe", price: "$61,000", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-exterior-details-modern-black-car_181624-25346.jpg"},
|
||||
]}
|
||||
title="Current Inventory"
|
||||
description="Carefully selected vehicles for every lifestyle and budget."
|
||||
@@ -182,25 +130,15 @@ export default function LandingPage() {
|
||||
author="Sarah Jennings"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg",
|
||||
alt: "Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg", alt: "Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-car-salon_1157-20960.jpg",
|
||||
alt: "Jane",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-car-salon_1157-20960.jpg", alt: "Jane"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-choosing-car-car-showroom_1303-15732.jpg",
|
||||
alt: "Mark",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-choosing-car-car-showroom_1303-15732.jpg", alt: "Mark"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-smiling-woman-holding-key-hands-wearing-casual-shirt-having-long-beautiful-hair-buys-new-flat-looks-happy-expressing-positive-emotions-being-lucky_176532-7322.jpg",
|
||||
alt: "Tim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-smiling-woman-holding-key-hands-wearing-casual-shirt-having-long-beautiful-hair-buys-new-flat-looks-happy-expressing-positive-emotions-being-lucky_176532-7322.jpg", alt: "Tim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-men-couple-sitting-car-dancing-street_839833-31657.jpg",
|
||||
alt: "Alex",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/two-men-couple-sitting-car-dancing-street_839833-31657.jpg", alt: "Alex"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -214,26 +152,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Vehicles Sold",
|
||||
description: "Success stories on the road",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163660.jpg",
|
||||
},
|
||||
id: "m1", value: "500+", title: "Vehicles Sold", description: "Success stories on the road", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163660.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.9/5",
|
||||
title: "Customer Rating",
|
||||
description: "Trusted by our community",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customers-dealership-analyzing-automobile-checking-car-interior-features_482257-113625.jpg",
|
||||
},
|
||||
id: "m2", value: "4.9/5", title: "Customer Rating", description: "Trusted by our community", imageSrc: "http://img.b2bpic.net/free-photo/customers-dealership-analyzing-automobile-checking-car-interior-features_482257-113625.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
description: "Deep automotive expertise",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanics-working-fix-car-distributor_482257-91142.jpg",
|
||||
},
|
||||
id: "m3", value: "15+", title: "Years Experience", description: "Deep automotive expertise", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-working-fix-car-distributor_482257-91142.jpg"},
|
||||
]}
|
||||
title="Proven Track Record"
|
||||
description="Numbers that speak to our commitment to excellence."
|
||||
@@ -246,20 +169,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you accept trades?",
|
||||
content: "Yes, we evaluate all trade-in vehicles to offer you a fair credit toward your next purchase.",
|
||||
},
|
||||
id: "f1", title: "Do you accept trades?", content: "Yes, we evaluate all trade-in vehicles to offer you a fair credit toward your next purchase."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are vehicles certified?",
|
||||
content: "All of our vehicles undergo rigorous safety and mechanical checks.",
|
||||
},
|
||||
id: "f2", title: "Are vehicles certified?", content: "All of our vehicles undergo rigorous safety and mechanical checks."},
|
||||
{
|
||||
id: "f3",
|
||||
name: "Can I test drive?",
|
||||
content: "Absolutely. Reach out to schedule a viewing and test drive at your convenience.",
|
||||
},
|
||||
id: "f3", title: "Can I test drive?", content: "Absolutely. Reach out to schedule a viewing and test drive at your convenience."},
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Got questions about our process? We have the answers."
|
||||
@@ -271,8 +185,7 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Ready to find your perfect car? Contact us today to schedule an inspection."
|
||||
/>
|
||||
</div>
|
||||
@@ -282,50 +195,31 @@ export default function LandingPage() {
|
||||
logoText="Elite Motors"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Vehicles",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Vehicles", href: "#products"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Trades",
|
||||
href: "#",
|
||||
},
|
||||
label: "Trades", href: "#"},
|
||||
{
|
||||
label: "Inspections",
|
||||
href: "#",
|
||||
},
|
||||
label: "Inspections", href: "#"},
|
||||
{
|
||||
label: "Warranty",
|
||||
href: "#",
|
||||
},
|
||||
label: "Warranty", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user