Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| efb27bd1a5 | |||
| 0359ed29b2 | |||
| 3d8de0f0d3 | |||
| 282ff870ff | |||
| 82af354c10 |
206
src/app/page.tsx
206
src/app/page.tsx
@@ -33,17 +33,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Cars",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Cars", id: "#gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="YMG Autosales"
|
||||
/>
|
||||
@@ -52,37 +46,24 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Drive Luxury Today"
|
||||
description="🇳🇬 Trusted Auto Dealer in Nigeria. Discover our curated selection of new & pre-owned luxury vehicles with flexible payment plans tailored for you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Your Dream Car",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Your Dream Car", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861916.jpg",
|
||||
imageAlt: "luxury car dealership interior dark",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-store-with-abstract-concept-architecture_23-2150861916.jpg", imageAlt: "luxury car dealership interior dark"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-car-salon_1157-20495.jpg",
|
||||
imageAlt: "silver luxury car showroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-car-salon_1157-20495.jpg", imageAlt: "silver luxury car showroom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-car-showroom-choosing-car_1303-19796.jpg",
|
||||
imageAlt: "sporty black suv showroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-car-showroom-choosing-car_1303-19796.jpg", imageAlt: "sporty black suv showroom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car_181624-23559.jpg",
|
||||
imageAlt: "white sports car showroom",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car_181624-23559.jpg", imageAlt: "white sports car showroom"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stunning-young-woman-waring-dress-posing-front-her-car-outdoors-ownership-driver_158595-6800.jpg",
|
||||
imageAlt: "blue exotic car dealership",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stunning-young-woman-waring-dress-posing-front-her-car-outdoors-ownership-driver_158595-6800.jpg", imageAlt: "blue exotic car dealership"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -96,33 +77,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "New & Pre-Owned",
|
||||
description: "High-quality vehicles vetted for excellence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434358.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004654.jpg",
|
||||
buttonText: "Browse",
|
||||
},
|
||||
title: "New & Pre-Owned", description: "High-quality vehicles vetted for excellence.", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434358.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/neo-brutalism-inspired-building_23-2151004654.jpg", buttonText: "Browse"},
|
||||
{
|
||||
title: "Flexible Payment",
|
||||
description: "Custom financing options designed to suit your budget.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17456.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/greyscale-shot-dark-tunnel-room-with-window_181624-20284.jpg",
|
||||
buttonText: "Inquire",
|
||||
},
|
||||
title: "Flexible Payment", description: "Custom financing options designed to suit your budget.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17456.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/greyscale-shot-dark-tunnel-room-with-window_181624-20284.jpg", buttonText: "Inquire"},
|
||||
{
|
||||
title: "Fast Delivery",
|
||||
description: "We ensure your car reaches you as quickly as possible.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528573.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg",
|
||||
buttonText: "Get Started",
|
||||
},
|
||||
title: "Fast Delivery", description: "We ensure your car reaches you as quickly as possible.", imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528573.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498630.jpg", buttonText: "Get Started"},
|
||||
{
|
||||
title: "Auto Pimping",
|
||||
description: "Professional upgrades to make your car truly yours.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-salesman-car-dealership_23-2148130100.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1203-2246.jpg",
|
||||
buttonText: "Explore",
|
||||
},
|
||||
title: "Auto Pimping", description: "Professional upgrades to make your car truly yours.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-salesman-car-dealership_23-2148130100.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1203-2246.jpg", buttonText: "Explore"},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="We offer more than just cars; we provide a complete luxury experience."
|
||||
@@ -137,41 +98,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Luxe Sedan",
|
||||
price: "Call for price",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528592.jpg",
|
||||
},
|
||||
id: "p1", name: "Luxe Sedan", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528592.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Executive SUV",
|
||||
price: "Call for price",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-33509.jpg",
|
||||
},
|
||||
id: "p2", name: "Executive SUV", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-33509.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Sporty Coupe",
|
||||
price: "Call for price",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-trunk-door-black-car_23-2148321844.jpg",
|
||||
},
|
||||
id: "p3", name: "Sporty Coupe", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-trunk-door-black-car_23-2148321844.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Blue Roadster",
|
||||
price: "Call for price",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom-with-business-flyers_1303-14578.jpg",
|
||||
},
|
||||
id: "p4", name: "Blue Roadster", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom-with-business-flyers_1303-14578.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Racing Edition",
|
||||
price: "Call for price",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32023.jpg",
|
||||
},
|
||||
id: "p5", name: "Racing Edition", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32023.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Grey Cruiser",
|
||||
price: "Call for price",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-inner-accessories_181624-61771.jpg",
|
||||
},
|
||||
id: "p6", name: "Grey Cruiser", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-inner-accessories_181624-61771.jpg"},
|
||||
]}
|
||||
title="Available Cars"
|
||||
description="Explore our premium inventory ready for immediate delivery."
|
||||
@@ -185,34 +122,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1000+",
|
||||
title: "Cars Sold",
|
||||
items: [
|
||||
"Happy clients",
|
||||
"Certified vehicles",
|
||||
"Trusted service",
|
||||
],
|
||||
id: "m1", value: "1000+", title: "Cars Sold", items: [
|
||||
"Happy clients", "Certified vehicles", "Trusted service"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
items: [
|
||||
"Always available",
|
||||
"Expert advice",
|
||||
"Flexible contact",
|
||||
],
|
||||
id: "m2", value: "24/7", title: "Support", items: [
|
||||
"Always available", "Expert advice", "Flexible contact"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Quality",
|
||||
items: [
|
||||
"Premium selection",
|
||||
"Safety checked",
|
||||
"Verified history",
|
||||
],
|
||||
id: "m3", value: "100%", title: "Quality", items: [
|
||||
"Premium selection", "Safety checked", "Verified history"],
|
||||
},
|
||||
]}
|
||||
title="Why Choose YMG"
|
||||
@@ -226,45 +145,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Smooth Deal",
|
||||
quote: "Smooth deal, very legit and customer friendly!",
|
||||
name: "Sarah Ade",
|
||||
role: "Entrepreneur",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg",
|
||||
},
|
||||
id: "t1", title: "Smooth Deal", quote: "Smooth deal, very legit and customer friendly!", name: "Sarah Ade", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Efficient",
|
||||
quote: "Got my car within the same week, impressive service.",
|
||||
name: "Michael Okafor",
|
||||
role: "Professional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg",
|
||||
},
|
||||
id: "t2", title: "Efficient", quote: "Got my car within the same week, impressive service.", name: "Michael Okafor", role: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Great Value",
|
||||
quote: "Best prices in Lagos, honestly worth every penny.",
|
||||
name: "Chioma Eze",
|
||||
role: "Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-woman_93675-133805.jpg",
|
||||
},
|
||||
id: "t3", title: "Great Value", quote: "Best prices in Lagos, honestly worth every penny.", name: "Chioma Eze", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-smiling-woman_93675-133805.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Reliable",
|
||||
quote: "Reliable dealership, will definitely return again.",
|
||||
name: "David Musa",
|
||||
role: "Consultant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
||||
},
|
||||
id: "t4", title: "Reliable", quote: "Reliable dealership, will definitely return again.", name: "David Musa", role: "Consultant", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Luxury Standard",
|
||||
quote: "The car quality is unmatched in the market.",
|
||||
name: "Tunde Bakare",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-business-caucasian-man-black-suit-office-background_609648-1007.jpg",
|
||||
},
|
||||
id: "t5", title: "Luxury Standard", quote: "The car quality is unmatched in the market.", name: "Tunde Bakare", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/close-up-business-caucasian-man-black-suit-office-background_609648-1007.jpg"},
|
||||
]}
|
||||
title="Client Reviews"
|
||||
description="Trusted by our partners and customers across Nigeria."
|
||||
@@ -276,14 +165,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Mercedes-Benz",
|
||||
"Toyota",
|
||||
"Lexus",
|
||||
"Range Rover",
|
||||
"Ford",
|
||||
"Honda",
|
||||
"Hyundai",
|
||||
]}
|
||||
"Mercedes-Benz", "Toyota", "Lexus", "Range Rover", "Ford", "Honda", "Hyundai"]}
|
||||
title="Our Trusted Brands"
|
||||
description="We partner with the world's leading automotive brands."
|
||||
/>
|
||||
@@ -294,20 +176,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer installment?",
|
||||
content: "Yes, we offer flexible payment plans for eligible buyers.",
|
||||
},
|
||||
id: "f1", title: "Do you offer installment?", content: "Yes, we offer flexible payment plans for eligible buyers."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Where is your location?",
|
||||
content: "Our showroom is located at 280 Ikorodu Road, Lagos.",
|
||||
},
|
||||
id: "f2", title: "Where is your location?", content: "Our showroom is located at 280 Ikorodu Road, Lagos."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do I order a car?",
|
||||
content: "You can contact us via WhatsApp or visit our office to book your inspection.",
|
||||
},
|
||||
id: "f3", title: "How do I order a car?", content: "You can contact us via WhatsApp or visit our office to book your inspection."},
|
||||
]}
|
||||
sideTitle="FAQs"
|
||||
sideDescription="Need answers? Here are the most frequently asked questions about YMG Autosales."
|
||||
@@ -319,8 +192,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Ready To Drive Your Dream Car?"
|
||||
description="Call or WhatsApp us today to get started with your luxury vehicle journey."
|
||||
@@ -337,13 +209,11 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: MessageCircle,
|
||||
href: "https://wa.me/2348035151288",
|
||||
ariaLabel: "WhatsApp",
|
||||
},
|
||||
href: "https://wa.me/2348035151288", ariaLabel: "WhatsApp"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user