Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
405
src/app/page.tsx
405
src/app/page.tsx
@@ -34,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Vehicles",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Vehicles", id: "#products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/plug-hybrid-electric-vehicle-combining-electric-motor-with-combustion-engine_482257-124569.jpg"
|
||||
logoAlt="AutoFindr Logo"
|
||||
@@ -74,92 +60,47 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Find Your Dream Car Today, Effortlessly."
|
||||
description="Unlock a world of automotive possibilities. Our advanced car locator service connects you with the perfect vehicle, matched to your preferences and budget, without the hassle."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@HappyDriver",
|
||||
testimonial: "Found my perfect SUV within days! The process was incredibly smooth.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-playing-poker-casino_23-2151831023.jpg",
|
||||
imageAlt: "Sarah J. testimonial avatar",
|
||||
},
|
||||
name: "Sarah J.", handle: "@HappyDriver", testimonial: "Found my perfect SUV within days! The process was incredibly smooth.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-playing-poker-casino_23-2151831023.jpg", imageAlt: "Sarah J. testimonial avatar"},
|
||||
{
|
||||
name: "Michael L.",
|
||||
handle: "@CarEnthusiast",
|
||||
testimonial: "The detailed filters helped me pinpoint exactly what I needed. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
imageAlt: "Michael L. testimonial avatar",
|
||||
},
|
||||
name: "Michael L.", handle: "@CarEnthusiast", testimonial: "The detailed filters helped me pinpoint exactly what I needed. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Michael L. testimonial avatar"},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@NewCarOwner",
|
||||
testimonial: "Navigating the car market felt daunting until AutoFindr. Now I'm driving my dream car!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-african-office-worker-with-light-brown-skin-showing-okay-sign-after-conference-with-foreign-partners-portrait-female-black-freelancer-enjoying-successful-project_197531-3864.jpg",
|
||||
imageAlt: "Emily R. testimonial avatar",
|
||||
},
|
||||
name: "Emily R.", handle: "@NewCarOwner", testimonial: "Navigating the car market felt daunting until AutoFindr. Now I'm driving my dream car!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-african-office-worker-with-light-brown-skin-showing-okay-sign-after-conference-with-foreign-partners-portrait-female-black-freelancer-enjoying-successful-project_197531-3864.jpg", imageAlt: "Emily R. testimonial avatar"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@SmartBuyer",
|
||||
testimonial: "Transparent pricing and verified listings made me confident in my purchase. Fantastic service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hispanic-woman-wearing-business-jacket-looking-confident-camera-smiling-with-crossed-arms-hand-raised-chin-thinking-positive_839833-8974.jpg",
|
||||
imageAlt: "David K. testimonial avatar",
|
||||
},
|
||||
name: "David K.", handle: "@SmartBuyer", testimonial: "Transparent pricing and verified listings made me confident in my purchase. Fantastic service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hispanic-woman-wearing-business-jacket-looking-confident-camera-smiling-with-crossed-arms-hand-raised-chin-thinking-positive_839833-8974.jpg", imageAlt: "David K. testimonial avatar"},
|
||||
{
|
||||
name: "Jessica M.",
|
||||
handle: "@AutoFan",
|
||||
testimonial: "The easiest way to find a specific car model. Saved me so much time!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg",
|
||||
imageAlt: "Jessica M. testimonial avatar",
|
||||
},
|
||||
name: "Jessica M.", handle: "@AutoFan", testimonial: "The easiest way to find a specific car model. Saved me so much time!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg", imageAlt: "Jessica M. testimonial avatar"},
|
||||
{
|
||||
name: "Chris T.",
|
||||
handle: "@RoadTripper",
|
||||
testimonial: "From search to delivery, every step was seamless. My road trips just got an upgrade!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg",
|
||||
imageAlt: "Chris T. testimonial avatar",
|
||||
},
|
||||
name: "Chris T.", handle: "@RoadTripper", testimonial: "From search to delivery, every step was seamless. My road trips just got an upgrade!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg", imageAlt: "Chris T. testimonial avatar"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Search",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Start Your Search", href: "#products"},
|
||||
{
|
||||
text: "How It Works",
|
||||
href: "#features",
|
||||
},
|
||||
text: "How It Works", href: "#features"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285285.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285285.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-boy-with-missing-tooth_1308-171301.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-boy-with-missing-tooth_1308-171301.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-taking-selfie-with-her-colleagues_23-2149330987.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-taking-selfie-with-her-colleagues_23-2149330987.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163674.jpg",
|
||||
alt: "New happy driver",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163674.jpg", alt: "New happy driver"},
|
||||
]}
|
||||
avatarText="Join 100,000+ happy drivers!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163673.jpg"
|
||||
@@ -168,29 +109,17 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={true}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
icon: Car,
|
||||
text: "New Listings Daily",
|
||||
},
|
||||
type: "text-icon", icon: Car,
|
||||
text: "New Listings Daily"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/gps-system-smart-car_53876-98192.jpg",
|
||||
alt: "Gps system in a smart car",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/gps-system-smart-car_53876-98192.jpg", alt: "Gps system in a smart car"},
|
||||
{
|
||||
type: "text-icon",
|
||||
icon: Star,
|
||||
text: "5-Star Rated Service",
|
||||
},
|
||||
type: "text-icon", icon: Star,
|
||||
text: "5-Star Rated Service"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163676.jpg",
|
||||
alt: "Close up on fuel level gauge in vehicle",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163676.jpg", alt: "Close up on fuel level gauge in vehicle"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Nationwide Delivery",
|
||||
},
|
||||
type: "text", text: "Nationwide Delivery"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -212,35 +141,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Advanced Search Filters",
|
||||
tags: [
|
||||
"Precision",
|
||||
"Customization",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interactive-transparent-window-screen-smart-car_53876-105390.jpg",
|
||||
imageAlt: "Magnifying glass over a car blueprint",
|
||||
},
|
||||
id: "f1", title: "Advanced Search Filters", tags: [
|
||||
"Precision", "Customization"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interactive-transparent-window-screen-smart-car_53876-105390.jpg", imageAlt: "Magnifying glass over a car blueprint"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Verified Listings & Dealers",
|
||||
tags: [
|
||||
"Trust",
|
||||
"Reliability",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-portable-power-bank-charge-her-phone_107420-95741.jpg",
|
||||
imageAlt: "Handshake over a secure transaction icon",
|
||||
},
|
||||
id: "f2", title: "Verified Listings & Dealers", tags: [
|
||||
"Trust", "Reliability"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-portable-power-bank-charge-her-phone_107420-95741.jpg", imageAlt: "Handshake over a secure transaction icon"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Doorstep Delivery Options",
|
||||
tags: [
|
||||
"Convenience",
|
||||
"Flexibility",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-courier-with-boxes-car_23-2147767801.jpg",
|
||||
imageAlt: "Map with GPS pin on a car",
|
||||
},
|
||||
id: "f3", title: "Doorstep Delivery Options", tags: [
|
||||
"Convenience", "Flexibility"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-courier-with-boxes-car_23-2147767801.jpg", imageAlt: "Map with GPS pin on a car"},
|
||||
]}
|
||||
title="How AutoFindr Simplifies Your Search"
|
||||
description="Our platform is built to provide an unparalleled car-finding experience, from initial search to final delivery. Discover features designed for efficiency and peace of mind."
|
||||
@@ -255,65 +166,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Mercedes-Benz",
|
||||
name: "C-Class Sedan",
|
||||
price: "$48,500",
|
||||
rating: 5,
|
||||
reviewCount: "120 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-new-york-traffic_23-2150868220.jpg",
|
||||
imageAlt: "Sleek black Mercedes-Benz C-Class Sedan",
|
||||
},
|
||||
id: "p1", brand: "Mercedes-Benz", name: "C-Class Sedan", price: "$48,500", rating: 5,
|
||||
reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-new-york-traffic_23-2150868220.jpg", imageAlt: "Sleek black Mercedes-Benz C-Class Sedan"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Tesla",
|
||||
name: "Model Y SUV",
|
||||
price: "$52,990",
|
||||
rating: 4,
|
||||
reviewCount: "250 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-electric-gas-station_1157-35458.jpg",
|
||||
imageAlt: "White Tesla Model Y SUV charging",
|
||||
},
|
||||
id: "p2", brand: "Tesla", name: "Model Y SUV", price: "$52,990", rating: 4,
|
||||
reviewCount: "250 reviews", imageSrc: "http://img.b2bpic.net/free-photo/woman-charging-electro-car-electric-gas-station_1157-35458.jpg", imageAlt: "White Tesla Model Y SUV charging"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Porsche",
|
||||
name: "911 Carrera",
|
||||
price: "$115,000",
|
||||
rating: 5,
|
||||
reviewCount: "85 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-spoiler-red-modern-sports-car-lights-isolated_181624-28321.jpg",
|
||||
imageAlt: "Red Porsche 911 Carrera on a track",
|
||||
},
|
||||
id: "p3", brand: "Porsche", name: "911 Carrera", price: "$115,000", rating: 5,
|
||||
reviewCount: "85 reviews", imageSrc: "http://img.b2bpic.net/free-photo/closeup-spoiler-red-modern-sports-car-lights-isolated_181624-28321.jpg", imageAlt: "Red Porsche 911 Carrera on a track"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Honda",
|
||||
name: "Civic Hatchback",
|
||||
price: "$25,100",
|
||||
rating: 4,
|
||||
reviewCount: "180 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shanghai-street-view-with-urban-scene-busy-traffic-dusk_649448-4352.jpg",
|
||||
imageAlt: "Blue Honda Civic Hatchback in a city",
|
||||
},
|
||||
id: "p4", brand: "Honda", name: "Civic Hatchback", price: "$25,100", rating: 4,
|
||||
reviewCount: "180 reviews", imageSrc: "http://img.b2bpic.net/free-photo/shanghai-street-view-with-urban-scene-busy-traffic-dusk_649448-4352.jpg", imageAlt: "Blue Honda Civic Hatchback in a city"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Ford",
|
||||
name: "F-150 Raptor",
|
||||
price: "$78,000",
|
||||
rating: 5,
|
||||
reviewCount: "95 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-while-traveling-alone-by-car_23-2148771875.jpg",
|
||||
imageAlt: "Silver Ford F-150 Raptor off-roading",
|
||||
},
|
||||
id: "p5", brand: "Ford", name: "F-150 Raptor", price: "$78,000", rating: 5,
|
||||
reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-while-traveling-alone-by-car_23-2148771875.jpg", imageAlt: "Silver Ford F-150 Raptor off-roading"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "BMW",
|
||||
name: "Z4 Roadster",
|
||||
price: "$65,000",
|
||||
rating: 4,
|
||||
reviewCount: "70 reviews",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car_181624-23559.jpg",
|
||||
imageAlt: "Luxury white BMW Z4 Roadster",
|
||||
},
|
||||
id: "p6", brand: "BMW", name: "Z4 Roadster", price: "$65,000", rating: 4,
|
||||
reviewCount: "70 reviews", imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car_181624-23559.jpg", imageAlt: "Luxury white BMW Z4 Roadster"},
|
||||
]}
|
||||
title="Explore Our Featured Vehicles"
|
||||
description="From daily drivers to luxury sports cars, discover a curated selection of top vehicles available through our network."
|
||||
@@ -329,24 +198,13 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100,000+",
|
||||
title: "Cars Found",
|
||||
description: "Successfully connected buyers with their ideal vehicles.",
|
||||
icon: Car,
|
||||
id: "m1", value: "100,000+", title: "Cars Found", description: "Successfully connected buyers with their ideal vehicles.", icon: Car,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
title: "Satisfaction Rate",
|
||||
description: "Our users consistently rate their experience as excellent.",
|
||||
icon: Smile,
|
||||
id: "m2", value: "98%", title: "Satisfaction Rate", description: "Our users consistently rate their experience as excellent.", icon: Smile,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
title: "Trusted Dealers",
|
||||
description: "A growing network of vetted dealerships nationwide.",
|
||||
id: "m3", value: "500+", title: "Trusted Dealers", description: "A growing network of vetted dealerships nationwide.", icon: Star
|
||||
},
|
||||
]}
|
||||
title="Driving Success, One Car at a Time"
|
||||
@@ -362,64 +220,28 @@ export default function LandingPage() {
|
||||
uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Aisha Khan",
|
||||
role: "Marketing Manager",
|
||||
company: "DigitalDrive",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/satisfied-male-customer-holding-car-key-auto-repair-shop-looking-camera_637285-7746.jpg",
|
||||
imageAlt: "Aisha Khan",
|
||||
},
|
||||
id: "t1", name: "Aisha Khan", role: "Marketing Manager", company: "DigitalDrive", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/satisfied-male-customer-holding-car-key-auto-repair-shop-looking-camera_637285-7746.jpg", imageAlt: "Aisha Khan"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Robert Davis",
|
||||
role: "Software Engineer",
|
||||
company: "CodeCruiser",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-s-feet-with-map-car-man-travels-autumn_501050-45.jpg",
|
||||
imageAlt: "Robert Davis",
|
||||
},
|
||||
id: "t2", name: "Robert Davis", role: "Software Engineer", company: "CodeCruiser", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/men-s-feet-with-map-car-man-travels-autumn_501050-45.jpg", imageAlt: "Robert Davis"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sophia Lee",
|
||||
role: "Product Designer",
|
||||
company: "PixelWheels",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-driver-s-licence_23-2149891360.jpg",
|
||||
imageAlt: "Sophia Lee",
|
||||
},
|
||||
id: "t3", name: "Sophia Lee", role: "Product Designer", company: "PixelWheels", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-driver-s-licence_23-2149891360.jpg", imageAlt: "Sophia Lee"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "James Wilson",
|
||||
role: "Sales Director",
|
||||
company: "AutoVelocity",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-driver-s-licence_23-2149891362.jpg",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
id: "t4", name: "James Wilson", role: "Sales Director", company: "AutoVelocity", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-driver-s-licence_23-2149891362.jpg", imageAlt: "James Wilson"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Olivia Martinez",
|
||||
role: "Operations Lead",
|
||||
company: "GearShifters",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-buying-brand-new-car-local-vehicle-dealership_342744-709.jpg",
|
||||
imageAlt: "Olivia Martinez",
|
||||
},
|
||||
id: "t5", name: "Olivia Martinez", role: "Operations Lead", company: "GearShifters", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-buying-brand-new-car-local-vehicle-dealership_342744-709.jpg", imageAlt: "Olivia Martinez"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "10x",
|
||||
label: "Faster Search",
|
||||
},
|
||||
value: "10x", label: "Faster Search"},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Support",
|
||||
},
|
||||
value: "24/7", label: "Support"},
|
||||
{
|
||||
value: "1M+",
|
||||
label: "Cars Listed",
|
||||
},
|
||||
value: "1M+", label: "Cars Listed"},
|
||||
]}
|
||||
title="What Our Happy Drivers Are Saying"
|
||||
description="Don't just take our word for it. Hear directly from the thousands of satisfied customers who found their perfect ride with AutoFindr."
|
||||
@@ -431,21 +253,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Luxury Motors",
|
||||
"EcoCar Direct",
|
||||
"Performance Autos",
|
||||
"Urban Wheels",
|
||||
"Family Drive Hub",
|
||||
"Adventure Trucks",
|
||||
"Electric Avenue",
|
||||
]}
|
||||
"Luxury Motors", "EcoCar Direct", "Performance Autos", "Urban Wheels", "Family Drive Hub", "Adventure Trucks", "Electric Avenue"]}
|
||||
title="Our Network of Trusted Dealerships"
|
||||
description="We partner with reputable dealerships and brands to bring you the best selection and quality cars available on the market."
|
||||
buttons={[
|
||||
{
|
||||
text: "Become a Partner",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Become a Partner", href: "#contact"},
|
||||
]}
|
||||
showCard={false}
|
||||
/>
|
||||
@@ -457,25 +270,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "How does AutoFindr work?",
|
||||
content: "AutoFindr uses advanced AI algorithms to match your preferences with available vehicles from our extensive network of dealerships, presenting you with tailored options.",
|
||||
},
|
||||
id: "faq1", title: "How does AutoFindr work?", content: "AutoFindr uses advanced AI algorithms to match your preferences with available vehicles from our extensive network of dealerships, presenting you with tailored options."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Is my personal data safe?",
|
||||
content: "Absolutely. We utilize industry-standard encryption and security protocols to protect your personal information throughout the entire process.",
|
||||
},
|
||||
id: "faq2", title: "Is my personal data safe?", content: "Absolutely. We utilize industry-standard encryption and security protocols to protect your personal information throughout the entire process."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can I arrange a test drive?",
|
||||
content: "Yes, once you've identified a car of interest, our platform facilitates scheduling a test drive directly with the dealership at your convenience.",
|
||||
},
|
||||
id: "faq3", title: "Can I arrange a test drive?", content: "Yes, once you've identified a car of interest, our platform facilitates scheduling a test drive directly with the dealership at your convenience."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What if I can't find the exact car I want?",
|
||||
content: "Our 'Car Request' feature allows you to specify highly particular criteria, and we'll notify you as soon as a matching vehicle becomes available within our network.",
|
||||
},
|
||||
id: "faq4", title: "What if I can't find the exact car I want?", content: "Our 'Car Request' feature allows you to specify highly particular criteria, and we'll notify you as soon as a matching vehicle becomes available within our network."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-looking-away-car-showroom_23-2148266155.jpg"
|
||||
imageAlt="Person asking questions about a car, an illustration"
|
||||
@@ -491,14 +292,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static",
|
||||
}}
|
||||
variant: "downward-rays-static"}}
|
||||
text="Ready to find your next car? Connect with us today and let our experts guide you to the perfect ride."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "mailto:support@autofindr.com",
|
||||
},
|
||||
text: "Get in Touch", href: "mailto:support@autofindr.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -512,54 +310,33 @@ export default function LandingPage() {
|
||||
logoText="AutoFindr"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Vehicles",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Vehicles", href: "#products"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user