Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-11 01:46:31 +00:00

View File

@@ -34,41 +34,25 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Inventory",
id: "#products",
},
name: "Inventory", id: "#products"},
{
name: "Services",
id: "#features",
},
name: "Services", id: "#features"},
{
name: "Pricing",
id: "#pricing",
},
name: "Pricing", id: "#pricing"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/taxi-application-with-screenshots_23-2147564052.jpg"
logoAlt="AutoFind Logo"
brandName="AutoFind"
button={{
text: "Browse Cars",
href: "#products",
}}
text: "Browse Cars", href: "#products"}}
animateOnLoad={true}
/>
</div>
@@ -77,92 +61,47 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={true}
background={{
variant: "downward-rays-animated-grid",
}}
variant: "downward-rays-animated-grid"}}
title="Your Journey Starts Here: Find Your Perfect Ride."
description="Discover a seamless car shopping experience with AutoFind. Browse our extensive inventory, compare models, and connect with trusted dealers effortlessly."
testimonials={[
{
name: "Sarah J.",
handle: "@HappyDriver",
testimonial: "AutoFind made finding my dream car incredibly easy! The filters were precise, and the dealer communication was excellent. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg",
imageAlt: "Sarah J.",
},
name: "Sarah J.", handle: "@HappyDriver", testimonial: "AutoFind made finding my dream car incredibly easy! The filters were precise, and the dealer communication was excellent. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg", imageAlt: "Sarah J."},
{
name: "Mark T.",
handle: "@CarEnthusiast",
testimonial: "I was skeptical about buying online, but AutoFind exceeded my expectations. Transparent pricing and a wide selection helped me find a great deal.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-pointing-front-isolated-white-wall_141793-94404.jpg",
imageAlt: "Mark T.",
},
name: "Mark T.", handle: "@CarEnthusiast", testimonial: "I was skeptical about buying online, but AutoFind exceeded my expectations. Transparent pricing and a wide selection helped me find a great deal.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-pointing-front-isolated-white-wall_141793-94404.jpg", imageAlt: "Mark T."},
{
name: "Emily R.",
handle: "@FirstTimeBuyer",
testimonial: "As a first-time car buyer, I appreciated the clear guidance and resources. The process felt stress-free from start to finish.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg",
imageAlt: "Emily R.",
},
name: "Emily R.", handle: "@FirstTimeBuyer", testimonial: "As a first-time car buyer, I appreciated the clear guidance and resources. The process felt stress-free from start to finish.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-caucasian-happy-teacher-glasses_74855-9736.jpg", imageAlt: "Emily R."},
{
name: "David K.",
handle: "@FamilyRides",
testimonial: "Finding a reliable family car was crucial. AutoFind's detailed listings and trusted reviews gave me peace of mind. Very satisfied!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-50-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1852.jpg",
imageAlt: "David K.",
},
name: "David K.", handle: "@FamilyRides", testimonial: "Finding a reliable family car was crucial. AutoFind's detailed listings and trusted reviews gave me peace of mind. Very satisfied!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-age-concept-close-up-portrait-positive-elegant-50-year-old-female-with-gray-hair-wrinkled-face-posing-against-white-brick-wall_344912-1852.jpg", imageAlt: "David K."},
{
name: "Jessica L.",
handle: "@UrbanDriver",
testimonial: "Quick, efficient, and user-friendly. I found the perfect compact car for city driving in just a few clicks. Excellent service!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg",
imageAlt: "Jessica L.",
},
name: "Jessica L.", handle: "@UrbanDriver", testimonial: "Quick, efficient, and user-friendly. I found the perfect compact car for city driving in just a few clicks. Excellent service!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg", imageAlt: "Jessica L."},
{
name: "Robert S.",
handle: "@UpgradeQuest",
testimonial: "Upgrading my vehicle was a breeze. AutoFind connected me with multiple options and competitive offers, saving me time and money.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/photo-serious-hipster-girl-with-hair-buns-blue-eyeliner-dressed-formal-dark-green-jacket-looks-directly-camera-walks-outdoors-poses-listens-something-attentively_273609-56210.jpg",
imageAlt: "Robert S.",
},
name: "Robert S.", handle: "@UpgradeQuest", testimonial: "Upgrading my vehicle was a breeze. AutoFind connected me with multiple options and competitive offers, saving me time and money.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/photo-serious-hipster-girl-with-hair-buns-blue-eyeliner-dressed-formal-dark-green-jacket-looks-directly-camera-walks-outdoors-poses-listens-something-attentively_273609-56210.jpg", imageAlt: "Robert S."},
]}
testimonialRotationInterval={5000}
buttons={[
{
text: "Explore Inventory",
href: "#products",
},
text: "Explore Inventory", href: "#products"},
{
text: "Sell Your Car",
href: "#contact",
},
text: "Sell Your Car", href: "#contact"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134201.jpg",
alt: "John Doe",
},
src: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134201.jpg", alt: "John Doe"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1o4psd",
alt: "Jane Smith",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1o4psd", alt: "Jane Smith"},
{
src: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg",
alt: "Alex Johnson",
},
src: "http://img.b2bpic.net/free-photo/happy-cheerful-student-guy-standing-pale-outdoor-wall_74855-4289.jpg", alt: "Alex Johnson"},
{
src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1367.jpg",
alt: "Maria Garcia",
},
src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1367.jpg", alt: "Maria Garcia"},
{
src: "http://img.b2bpic.net/free-photo/handsome-businessman-standing-with-hand-touching-his-chin-looking-camera-smile-wearing-white-shirt-cream-jacket-white-background-business-concept_549566-823.jpg",
alt: "Happy Customer",
},
src: "http://img.b2bpic.net/free-photo/handsome-businessman-standing-with-hand-touching-his-chin-looking-camera-smile-wearing-white-shirt-cream-jacket-white-background-business-concept_549566-823.jpg", alt: "Happy Customer"},
]}
avatarText="Join 10,000+ happy car owners"
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-headlight-silver-car_181624-22638.jpg"
@@ -170,29 +109,19 @@ export default function LandingPage() {
mediaAnimation="slide-up"
marqueeItems={[
{
type: "text-icon",
text: "Verified Dealers",
icon: ShieldCheck,
type: "text-icon", text: "Verified Dealers", icon: ShieldCheck,
},
{
type: "text-icon",
text: "Transparent Pricing",
icon: DollarSign,
type: "text-icon", text: "Transparent Pricing", icon: DollarSign,
},
{
type: "text-icon",
text: "Wide Selection",
icon: Car,
type: "text-icon", text: "Wide Selection", icon: Car,
},
{
type: "text-icon",
text: "Easy Financing",
icon: CreditCard,
type: "text-icon", text: "Easy Financing", icon: CreditCard,
},
{
type: "text-icon",
text: "Customer Support",
icon: Headphones,
type: "text-icon", text: "Customer Support", icon: Headphones,
},
]}
marqueeSpeed={40}
@@ -207,11 +136,8 @@ export default function LandingPage() {
title="Your Premier Destination for Car Buying & Selling."
buttons={[
{
text: "Learn More",
href: "#",
},
text: "Learn More", href: "#"},
]}
description="At AutoFind, we connect buyers with their dream cars and sellers with serious buyers, all through a trusted, transparent, and user-friendly platform. Experience the future of automotive commerce."
/>
</div>
@@ -224,59 +150,23 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "1",
name: "Porsche 911 Carrera",
price: "$120,000",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hard-drive-with-blue-light_23-2149413376.jpg",
imageAlt: "Red Porsche 911 Carrera",
rating: 5,
reviewCount: "25",
},
id: "1", name: "Porsche 911 Carrera", price: "$120,000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hard-drive-with-blue-light_23-2149413376.jpg", imageAlt: "Red Porsche 911 Carrera", rating: 5,
reviewCount: "25"},
{
id: "2",
name: "Mercedes-Benz GLE",
price: "$65,000",
imageSrc: "http://img.b2bpic.net/free-photo/baby-crying-car-family-road-trip-forest-driving-scene_169016-68593.jpg",
imageAlt: "Blue Mercedes-Benz GLE SUV",
rating: 4,
reviewCount: "30",
},
id: "2", name: "Mercedes-Benz GLE", price: "$65,000", imageSrc: "http://img.b2bpic.net/free-photo/baby-crying-car-family-road-trip-forest-driving-scene_169016-68593.jpg", imageAlt: "Blue Mercedes-Benz GLE SUV", rating: 4,
reviewCount: "30"},
{
id: "3",
name: "Ford Mustang GT '69",
price: "$75,000",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-retro-car-near-house_181624-45050.jpg",
imageAlt: "Classic Ford Mustang GT",
rating: 5,
reviewCount: "18",
},
id: "3", name: "Ford Mustang GT '69", price: "$75,000", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-retro-car-near-house_181624-45050.jpg", imageAlt: "Classic Ford Mustang GT", rating: 5,
reviewCount: "18"},
{
id: "4",
name: "Tesla Model S",
price: "$85,000",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-electric-car-charging-station_23-2149530086.jpg",
imageAlt: "White Tesla Model S",
rating: 5,
reviewCount: "40",
},
id: "4", name: "Tesla Model S", price: "$85,000", imageSrc: "http://img.b2bpic.net/free-photo/side-view-electric-car-charging-station_23-2149530086.jpg", imageAlt: "White Tesla Model S", rating: 5,
reviewCount: "40"},
{
id: "5",
name: "BMW 5 Series",
price: "$55,000",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17457.jpg",
imageAlt: "White BMW 5 Series sedan",
rating: 4,
reviewCount: "22",
},
id: "5", name: "BMW 5 Series", price: "$55,000", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17457.jpg", imageAlt: "White BMW 5 Series sedan", rating: 4,
reviewCount: "22"},
{
id: "6",
name: "Jeep Wrangler Rubicon",
price: "$48,000",
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-perspective-wood-logs-timber-industry_23-2151239350.jpg",
imageAlt: "Green Jeep Wrangler Rubicon",
rating: 4,
reviewCount: "35",
},
id: "6", name: "Jeep Wrangler Rubicon", price: "$48,000", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-perspective-wood-logs-timber-industry_23-2151239350.jpg", imageAlt: "Green Jeep Wrangler Rubicon", rating: 4,
reviewCount: "35"},
]}
title="Our Curated Inventory"
description="Explore a diverse selection of high-quality vehicles. From luxury sedans to rugged SUVs, your next car is waiting."
@@ -290,19 +180,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Limited Selection",
"Hidden Fees",
"Hassle with Paperwork",
"Unreliable Sellers",
],
"Limited Selection", "Hidden Fees", "Hassle with Paperwork", "Unreliable Sellers"],
}}
positiveCard={{
items: [
"Vast Inventory",
"Transparent Pricing",
"Streamlined Process",
"Verified Dealers",
],
"Vast Inventory", "Transparent Pricing", "Streamlined Process", "Verified Dealers"],
}}
title="Why Choose AutoFind?"
description="We stand out by offering superior service and value compared to traditional car shopping methods."
@@ -316,61 +198,29 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "basic",
badge: "Standard",
price: "Free",
subtitle: "Basic features for every user.",
buttons: [
id: "basic", badge: "Standard", price: "Free", subtitle: "Basic features for every user.", buttons: [
{
text: "Start Browsing",
href: "#products",
},
text: "Start Browsing", href: "#products"},
],
features: [
"Access to Full Inventory",
"Basic Search Filters",
"Direct Dealer Contact",
"Email Support",
],
"Access to Full Inventory", "Basic Search Filters", "Direct Dealer Contact", "Email Support"],
},
{
id: "premium",
badge: "Premium",
badgeIcon: Sparkles,
price: "$99/mo",
subtitle: "Unlock advanced tools and priority support.",
buttons: [
id: "premium", badge: "Premium", badgeIcon: Sparkles,
price: "$99/mo", subtitle: "Unlock advanced tools and priority support.", buttons: [
{
text: "Upgrade Now",
href: "#",
},
text: "Upgrade Now", href: "#"},
],
features: [
"All Standard Features",
"Advanced Analytics & Trends",
"Priority Customer Support",
"Concierge Service",
"Vehicle History Reports",
],
"All Standard Features", "Advanced Analytics & Trends", "Priority Customer Support", "Concierge Service", "Vehicle History Reports"],
},
{
id: "dealership",
badge: "For Dealerships",
price: "Custom",
subtitle: "Tailored solutions for your business.",
buttons: [
id: "dealership", badge: "For Dealerships", price: "Custom", subtitle: "Tailored solutions for your business.", buttons: [
{
text: "Contact Sales",
href: "#contact",
},
text: "Contact Sales", href: "#contact"},
],
features: [
"Custom Inventory Listings",
"Dedicated Account Manager",
"Premium Marketing Tools",
"Integrated CRM Solutions",
"Volume Discounts",
],
"Custom Inventory Listings", "Dedicated Account Manager", "Premium Marketing Tools", "Integrated CRM Solutions", "Volume Discounts"],
},
]}
title="Flexible Plans to Power Your Drive"
@@ -383,14 +233,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"AutoWorld",
"DriveFin",
"SecureWheels",
"TechMotors",
"GlobalLogistics",
"DealerSync",
"AccessoryPro",
]}
"AutoWorld", "DriveFin", "SecureWheels", "TechMotors", "GlobalLogistics", "DealerSync", "AccessoryPro"]}
title="Trusted by Industry Leaders"
description="Our platform is endorsed by top automotive brands, financial institutions, and tech innovators."
speed={40}
@@ -408,50 +251,20 @@ export default function LandingPage() {
uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105"
testimonials={[
{
id: "1",
name: "Alex P.",
role: "Marketing Manager",
company: "Dream Wheels",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
imageAlt: "Alex P.",
},
id: "1", name: "Alex P.", role: "Marketing Manager", company: "Dream Wheels", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Alex P."},
{
id: "2",
name: "Brenda L.",
role: "Car Collector",
company: "Vintage Rides",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg",
imageAlt: "Brenda L.",
},
id: "2", name: "Brenda L.", role: "Car Collector", company: "Vintage Rides", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-good-looking-young-man_1262-3489.jpg", imageAlt: "Brenda L."},
{
id: "3",
name: "Carlos G.",
role: "Logistics Expert",
company: "Swift Transport",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-model-wearing-casual-shirt-clothes-fashion-stylish-man-posing_158538-5315.jpg",
imageAlt: "Carlos G.",
},
id: "3", name: "Carlos G.", role: "Logistics Expert", company: "Swift Transport", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-young-man-model-wearing-casual-shirt-clothes-fashion-stylish-man-posing_158538-5315.jpg", imageAlt: "Carlos G."},
{
id: "4",
name: "Diana M.",
role: "Sales Director",
company: "Elite Auto",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg",
imageAlt: "Diana M.",
},
id: "4", name: "Diana M.", role: "Sales Director", company: "Elite Auto", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Diana M."},
{
id: "5",
name: "Ethan H.",
role: "Independent Dealer",
company: "Reliable Motors",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-with-beard-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-31901.jpg",
imageAlt: "Ethan H.",
},
id: "5", name: "Ethan H.", role: "Independent Dealer", company: "Reliable Motors", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-with-beard-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-31901.jpg", imageAlt: "Ethan H."},
]}
title="What Our Customers Say"
description="Hear directly from buyers and sellers who have found success with AutoFind."
@@ -463,30 +276,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "How do I list my car for sale?",
content: "Listing your car is simple. Create an account, provide details about your vehicle, upload high-quality photos, and set your price. Our platform guides you through each step.",
},
id: "1", title: "How do I list my car for sale?", content: "Listing your car is simple. Create an account, provide details about your vehicle, upload high-quality photos, and set your price. Our platform guides you through each step."},
{
id: "2",
title: "What is the process for buying a car?",
content: "Browse our extensive inventory, use advanced filters to narrow your search, and contact sellers directly. We facilitate communication and provide tools for secure transactions.",
},
id: "2", title: "What is the process for buying a car?", content: "Browse our extensive inventory, use advanced filters to narrow your search, and contact sellers directly. We facilitate communication and provide tools for secure transactions."},
{
id: "3",
title: "Are the dealers on AutoFind verified?",
content: "Yes, we partner only with trusted and verified dealerships. Each dealer undergoes a rigorous screening process to ensure credibility and customer satisfaction.",
},
id: "3", title: "Are the dealers on AutoFind verified?", content: "Yes, we partner only with trusted and verified dealerships. Each dealer undergoes a rigorous screening process to ensure credibility and customer satisfaction."},
{
id: "4",
title: "Can I get a car loan through AutoFind?",
content: "We connect you with various financing options from reputable lenders. You can apply for pre-approval directly through our platform to streamline your purchase.",
},
id: "4", title: "Can I get a car loan through AutoFind?", content: "We connect you with various financing options from reputable lenders. You can apply for pre-approval directly through our platform to streamline your purchase."},
{
id: "5",
title: "What kind of support is available?",
content: "We offer comprehensive customer support via email, phone, and live chat. Our premium plans also include a dedicated account manager for personalized assistance.",
},
id: "5", title: "What kind of support is available?", content: "We offer comprehensive customer support via email, phone, and live chat. Our premium plans also include a dedicated account manager for personalized assistance."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Find quick answers to the most common questions about buying and selling cars on AutoFind."
@@ -499,18 +297,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
text="Ready to Find Your Next Car or Sell Yours?"
buttons={[
{
text: "Get in Touch",
href: "#",
},
text: "Get in Touch", href: "#"},
{
text: "Join Our Community",
href: "#",
},
text: "Join Our Community", href: "#"},
]}
/>
</div>
@@ -521,13 +314,9 @@ export default function LandingPage() {
logoAlt="AutoFind Logo"
logoText="AutoFind"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>