175 lines
12 KiB
TypeScript
175 lines
12 KiB
TypeScript
"use client";
|
||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||
import { Sparkles, Instagram, Youtube, Facebook } from "lucide-react";
|
||
import Link from 'next/link';
|
||
|
||
export default function HomePage() {
|
||
const navItems = [
|
||
{ name: "Home", id: "/" },
|
||
{ name: "Inventory", id: "/inventory" },
|
||
{ name: "About", id: "/about" },
|
||
{ name: "Contact", id: "/contact" }
|
||
];
|
||
|
||
return (
|
||
<ThemeProvider
|
||
defaultButtonVariant={"hover-bubble"}
|
||
defaultTextAnimation={"reveal-blur"}
|
||
borderRadius={"rounded"}
|
||
contentWidth={"compact"}
|
||
sizing={"mediumLargeSizeMediumTitles"}
|
||
background={"noiseDiagonalGradient"}
|
||
cardStyle={"subtle-shadow"}
|
||
primaryButtonStyle={"shadow"}
|
||
secondaryButtonStyle={"solid"}
|
||
headingFontWeight={"normal"}
|
||
>
|
||
<div id="nav" data-section="nav">
|
||
<NavbarStyleFullscreen
|
||
brandName="Malnad Car Culture"
|
||
logoSrc="http://img.b2bpic.net/free-vector/event-logo-template_23-2150529679.jpg"
|
||
logoAlt="Malnad Car Culture Logo"
|
||
navItems={navItems.map(item => ({...item, href: item.id, name: item.name}))}
|
||
/>
|
||
</div>
|
||
|
||
<div id="hero" data-section="hero">
|
||
<HeroLogoBillboard
|
||
logoText="Malnad Car Culture"
|
||
description="From your first hatchback to your dream luxury sedan — we've got the perfect pre-owned car for you."
|
||
buttons={[
|
||
{ text: "Browse All Cars", href: "/inventory" },
|
||
{ text: "Talk to Us on WhatsApp", href: "https://wa.me/XXXXXXXXXX" }
|
||
]}
|
||
background={{ variant: "glowing-orb" }}
|
||
videoSrc="http://img.b2bpic.net/free-photo/blue-lights-long-exposure-technique_53876-144333.jpg"
|
||
imageAlt="Luxury car slowly rotating in a studio setting"
|
||
mediaAnimation="blur-reveal"
|
||
useInvertedBackground={false}
|
||
/>
|
||
</div>
|
||
|
||
<div id="featured-cars" data-section="featured-cars">
|
||
<ProductCardTwo
|
||
title="Handpicked for You"
|
||
description="Explore our curated selection of premium pre-owned cars, chosen for their quality and value."
|
||
products={[
|
||
{ id: "p1", brand: "Hyundai", name: "i10", price: "₹3,50,000", rating: 4, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/young-person-using-sustainable-mobility_23-2149290909.jpg", imageAlt: "Hyundai i10 blue hatchback" },
|
||
{ id: "p2", brand: "Honda", name: "City", price: "₹7,20,000", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_1339-8479.jpg", imageAlt: "Honda City grey sedan" },
|
||
{ id: "p3", brand: "Toyota", name: "Innova", price: "₹12,80,000", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/happy-tourist-couple-sea_23-2148637298.jpg", imageAlt: "Toyota Innova white MPV" },
|
||
{ id: "p4", brand: "Mercedes-Benz", name: "C-Class", price: "₹28,00,000", rating: 5, reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/elegant-uber-driver-giving-taxi-ride_23-2149241752.jpg", imageAlt: "Mercedes-Benz C-Class black sedan" },
|
||
{ id: "p5", brand: "BMW", name: "3 Series", price: "₹32,50,000", rating: 5, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/red-convertible-driving-city-road-dynamics-luxury-lifestyle_169016-72765.jpg", imageAlt: "BMW 3 Series white sports sedan" },
|
||
{ id: "p6", brand: "Audi", name: "Q5", price: "₹45,00,000", rating: 4, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/road-trip-concept-with-young-couple_23-2148195697.jpg", imageAlt: "Audi Q5 grey SUV" }
|
||
]}
|
||
carouselMode="auto"
|
||
gridVariant="three-columns-all-equal-width"
|
||
animationType="slide-up"
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
buttons={[{ text: "View All Cars", href: "/inventory" }]} />
|
||
</div>
|
||
|
||
<div id="why-trust-us" data-section="why-trust-us">
|
||
<FeatureCardSeven
|
||
title="Why Thousands Trust Us"
|
||
description="Our commitment to transparency, quality, and customer satisfaction sets us apart in the pre-owned car market."
|
||
features={[
|
||
{ title: "100% Verified Pre-Owned Cars", description: "Every vehicle undergoes a stringent verification process for authenticity and quality.", imageSrc: "http://img.b2bpic.net/free-photo/cut-out-paper-checklist-icon_53876-144713.jpg", imageAlt: "Verified checkmark icon" },
|
||
{ title: "100% Genuine & Accident-Free", description: "We guarantee genuine cars with no accident history, ensuring your peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-pages_23-2147796063.jpg", imageAlt: "Accident-free car shield icon" },
|
||
{ title: "Every Car Thoroughly Inspected", description: "Our expert technicians perform multi-point inspections to meet the highest standards.", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-using-digital-tablet_1170-1182.jpg", imageAlt: "Car inspection magnifying glass" },
|
||
{ title: "Full Ownership Transfer Support", description: "We handle all paperwork for a hassle-free and smooth ownership transfer process.", imageSrc: "http://img.b2bpic.net/free-photo/car-dealership-agent-demonstrating-vehicle-door-durability-clients_482257-124409.jpg", imageAlt: "Car key and handshake icon" },
|
||
{ title: "Full Service History Available", description: "Access complete service records for every car, detailing its maintenance journey.", imageSrc: "http://img.b2bpic.net/free-photo/hands-female-mechanic-using-digital-tablet_1170-1246.jpg", imageAlt: "Service history logbook icon" },
|
||
{ title: "Genuine Cars, Zero Compromises", description: "Our dedication to quality means no shortcuts, just authentic, reliable vehicles.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-steel-fatory-equipment-steel-production_1303-22927.jpg", imageAlt: "Genuine parts engine icon" }
|
||
]}
|
||
animationType="slide-up"
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
/>
|
||
</div>
|
||
|
||
<div id="metrics" data-section="metrics">
|
||
<MetricCardTwo
|
||
title="Our Legacy of Trust and Excellence"
|
||
description="Numbers that speak for themselves – a testament to our dedication to every customer."
|
||
metrics={[
|
||
{ id: "m1", value: "5000+", description: "Happy Customers" },
|
||
{ id: "m2", value: "5000+", description: "Cars Sold" },
|
||
{ id: "m3", value: "50+", description: "Brands Available" },
|
||
{ id: "m4", value: "10+", description: "Years of Trust" }
|
||
]}
|
||
gridVariant="uniform-all-items-equal"
|
||
animationType="blur-reveal"
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
/>
|
||
</div>
|
||
|
||
<div id="about-culture" data-section="about-culture">
|
||
<InlineImageSplitTextAbout
|
||
heading={[{ type: "text", content: "Born from a Passion for Cars, Built on Trust" } ]}
|
||
description="Malnad Car Culture began with a simple vision: to make quality pre-owned cars accessible to everyone. Our founders, avid car enthusiasts, envisioned a place where transparency and trust reign supreme. We believe every car has a unique story, and we're here to help you find the one that fits yours perfectly.\n\n"Our commitment goes beyond sales; it's about fostering a community where passion for automobiles meets unwavering trust." - Founder, Malnad Car Culture"
|
||
useInvertedBackground={false}
|
||
imageSrc="http://img.b2bpic.net/free-photo/stylish-elegant-couple-car-salon_1157-30103.jpg"
|
||
imageAlt="Malnad Car Culture showroom interior"
|
||
/>
|
||
</div>
|
||
|
||
<div id="testimonials" data-section="testimonials">
|
||
<TestimonialCardOne
|
||
title="What Our Customers Say"
|
||
description="Hear from our happy customers, from first-time buyers to luxury car enthusiasts, who found their perfect ride with us."
|
||
testimonials={[
|
||
{ id: "t1", name: "Priya Sharma", role: "First-Time Buyer", company: "Hyundai i10", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cool-young-man-with-red-car_1149-1765.jpg", imageAlt: "Priya Sharma with her new Hyundai i10" },
|
||
{ id: "t2", name: "Rahul Singh", role: "Luxury Enthusiast", company: "Mercedes C-Class", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-her-car-while-road-trip_23-2148801472.jpg", imageAlt: "Rahul Singh with his new Mercedes C-Class" },
|
||
{ id: "t3", name: "Ananya & Rohan", role: "Family Car Owners", company: "Toyota Innova", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/smiling-women-with-smartphone-near-man-looking-map-car-hood_23-2148039112.jpg", imageAlt: "Ananya and Rohan with their new Toyota Innova" },
|
||
{ id: "t4", name: "Suresh Kumar", role: "Experienced Driver", company: "BMW 3 Series", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confident-office-employers-thumbing-up-smiling-two-happy-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-cooperation-concept_74855-6924.jpg", imageAlt: "Suresh Kumar with his new BMW 3 Series" },
|
||
{ id: "t5", name: "Meena Devi", role: "Budget-Conscious Buyer", company: "Maruti Swift", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/family-with-baby-girl-choosing-car-car-salon_1303-26835.jpg", imageAlt: "Meena Devi with her new Maruti Swift" }
|
||
]}
|
||
carouselMode="auto"
|
||
gridVariant="three-columns-all-equal-width"
|
||
animationType="slide-up"
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
/>
|
||
</div>
|
||
|
||
<div id="financing" data-section="financing">
|
||
<PricingCardTwo
|
||
title="Drive Home Your Dream Car Today"
|
||
description="Flexible EMI & Easy Bank Financing Available. Check your eligibility now and make your dream a reality!"
|
||
plans={[
|
||
{ id: "financing-check", badge: "Easy Process", badgeIcon: Sparkles, price: "Starts Low", subtitle: "Get personalized financing options tailored to your budget.", buttons: [{ text: "Check Your Eligibility" }], features: ["Instant Online Application", "Partnerships with Leading Banks", "Customizable EMI Options", "Quick Approval Process"] }
|
||
]}
|
||
animationType="slide-up"
|
||
textboxLayout="default"
|
||
useInvertedBackground={false}
|
||
/>
|
||
</div>
|
||
|
||
<div id="footer" data-section="footer">
|
||
<FooterCard
|
||
logoText="Malnad Car Culture"
|
||
logoSrc="http://img.b2bpic.net/free-vector/event-logo-template_23-2150529679.jpg"
|
||
logoAlt="Malnad Car Culture Logo"
|
||
copyrightText="© 2024 Malnad Car Culture | Privacy Policy | Terms"
|
||
socialLinks={[
|
||
{ icon: Instagram, href: "https://instagram.com/malnadcarculture", ariaLabel: "Instagram" },
|
||
{ icon: Youtube, href: "https://youtube.com/malnadcarculture", ariaLabel: "YouTube" },
|
||
{ icon: Facebook, href: "https://facebook.com/malnadcarculture", ariaLabel: "Facebook" }
|
||
]}
|
||
useInvertedBackground={false}
|
||
/>
|
||
</div>
|
||
</ThemeProvider>
|
||
);
|
||
}
|