6 Commits

Author SHA1 Message Date
411869936d Merge version_2 into main
Merge version_2 into main
2026-06-09 20:14:37 +00:00
ea45498c9f Update src/app/page.tsx 2026-06-09 20:14:31 +00:00
5ccc8bf27a Merge version_2 into main
Merge version_2 into main
2026-06-09 20:13:45 +00:00
fd7d30659d Update src/app/page.tsx 2026-06-09 20:13:42 +00:00
37e1f6a9a5 Merge version_2 into main
Merge version_2 into main
2026-06-09 20:13:02 +00:00
80e180bbfa Update src/app/page.tsx 2026-06-09 20:12:55 +00:00

View File

@@ -6,13 +6,13 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Award, Gauge, LifeBuoy, ShieldCheck, Sparkles, Star, Truck } from "lucide-react";
import { Sparkles } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,155 +33,37 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Features",
id: "#features",
},
name: "Products", id: "#products"},
{
name: "Products",
id: "#products",
},
{
name: "Pricing",
id: "#pricing",
},
{
name: "Testimonials",
id: "#testimonials",
},
{
name: "FAQ",
id: "#faq",
},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EujrmtFujXEcYEIsqcScmrXLOj/uploaded-1781035576635-ks4v7l5t.png"
logoAlt="Vanta Car Parts Logo"
brandName="Vanta Car Parts"
button={{
text: "Shop Now",
href: "#products",
text: "Sign In", href: "#contact"
}}
/>
</div>
<div id="home" data-section="home">
<HeroSplitTestimonial
useInvertedBackground={false}
<HeroCentered
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Premium Car Parts for Unrivaled Performance"
description="Discover high-quality components designed to enhance your vehicle's power, reliability, and style. Elevate your driving experience with Vanta Car Parts."
testimonials={[
{
name: "John D.",
handle: "@jd_automotive",
testimonial: "Vanta Car Parts transformed my ride! The quality is unmatched and delivery was super fast. Highly recommend for serious enthusiasts.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-is-buyer-standing-new-car-dealer-center-looking-camera_146671-14875.jpg",
},
{
name: "Sarah L.",
handle: "@gearhead_sarah",
testimonial: "Their customer service is fantastic, and the parts are top-notch. My car has never performed better. A truly reliable source.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-female-pointing-back-worker-uniform-looking-cheery-front-view_176474-34468.jpg",
},
{
name: "Mike R.",
handle: "@speed_demon_mike",
testimonial: "Found exactly what I needed here. The components are durable and have significantly boosted my car's performance.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-black-mechanic-taking-notes-while-talking-customer-auto-repair-shop_637285-11587.jpg",
},
{
name: "Emily C.",
handle: "@drive_happy_emily",
testimonial: "Exceptional quality and a wide selection. Vanta Car Parts is my go-to for all upgrades. My car feels brand new!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-business-man-car-showroom-choosing-car_1303-23600.jpg",
},
{
name: "David W.",
handle: "@david_mechanic",
testimonial: "As a mechanic, I trust Vanta Car Parts for my clients. The reliability and fitment are always perfect.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171286.jpg",
},
]}
buttons={[
{
text: "Shop All Parts",
href: "#products",
},
{
text: "Learn More",
href: "#about",
},
text: "Shop All Parts", href: "#products"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/annoyed-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-laptop-isolated-white_141793-76435.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-with-arms-crossed_1170-2381.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-male-standing-new-car_23-2148332930.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing_23-2150171294.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-smiling-mechanic_1170-2409.jpg",
alt: "Portrait of smiling mechanic",
},
]}
avatarText="Join our 10,000+ satisfied customers!"
imageSrc="http://img.b2bpic.net/free-photo/woman-making-desicion-buy-car_1303-13859.jpg"
imageAlt="Luxury sports car on a dark background"
mediaAnimation="slide-up"
marqueeItems={[
{
type: "text-icon",
text: "Performance Driven",
icon: Gauge,
},
{
type: "text-icon",
text: "Quality Guaranteed",
icon: ShieldCheck,
},
{
type: "text-icon",
text: "Expert Support",
icon: LifeBuoy,
},
{
type: "text-icon",
text: "Fast Shipping",
icon: Truck,
},
{
type: "text-icon",
text: "Customer Satisfaction",
icon: Award,
},
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EujrmtFujXEcYEIsqcScmrXLOj/uploaded-1781035576635-ks4v7l5t.png", alt: "Car enthusiast avatar" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EujrmtFujXEcYEIsqcScmrXLOj/uploaded-1781035576635-ks4v7l5t.png", alt: "Mechanic avatar" },
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EujrmtFujXEcYEIsqcScmrXLOj/uploaded-1781035576635-ks4v7l5t.png", alt: "Driver avatar" }
]}
/>
</div>
@@ -191,14 +73,10 @@ export default function LandingPage() {
useInvertedBackground={true}
title="About Vanta Car Parts"
description={[
"At Vanta Car Parts, we are passionate about delivering top-tier automotive components to enthusiasts and professionals alike. With years of experience in the industry, we handpick every product, ensuring it meets the highest standards of quality, performance, and durability.",
"Our mission is to empower you with the right parts to unlock your vehicle's full potential, whether you're upgrading for the track or maintaining your daily driver. We believe in providing exceptional customer service and expert advice to guide you through your selection process.",
]}
"At Vanta Car Parts, we are passionate about delivering top-tier automotive components to enthusiasts and professionals alike. With years of experience in the industry, we handpick every product, ensuring it meets the highest standards of quality, performance, and durability.", "Our mission is to empower you with the right parts to unlock your vehicle's full potential, whether you're upgrading for the track or maintaining your daily driver. We believe in providing exceptional customer service and expert advice to guide you through your selection process."]}
buttons={[
{
text: "Our Story",
href: "#",
},
text: "Our Story", href: "#about"},
]}
/>
</div>
@@ -210,29 +88,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "performance",
title: "Performance Upgrades",
description: "Boost your vehicle's horsepower and handling with our expertly engineered performance parts.",
tag: "Power",
imageSrc: "http://img.b2bpic.net/free-photo/speed-indication-womens-hands-steering-wheel-car-night_169016-50666.jpg",
imageAlt: "Engine performance graph",
},
id: "performance", title: "Performance Upgrades", description: "Boost your vehicle's horsepower and handling with our expertly engineered performance parts.", tag: "Power", imageSrc: "http://img.b2bpic.net/free-photo/speed-indication-womens-hands-steering-wheel-car-night_169016-50666.jpg", imageAlt: "Engine performance graph"},
{
id: "durability",
title: "Durability Guaranteed",
description: "Our parts are built to last, manufactured from robust materials for ultimate reliability and longevity.",
tag: "Reliability",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-shiny-metal-hub-car_181624-13545.jpg",
imageAlt: "Close-up of a durable car part",
},
id: "durability", title: "Durability Guaranteed", description: "Our parts are built to last, manufactured from robust materials for ultimate reliability and longevity.", tag: "Reliability", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-shiny-metal-hub-car_181624-13545.jpg", imageAlt: "Close-up of a durable car part"},
{
id: "support",
title: "Expert Support",
description: "Get personalized advice from our team of automotive specialists to find the perfect parts for your car.",
tag: "Guidance",
imageSrc: "http://img.b2bpic.net/free-photo/agent-persuading-hesitant-customer-buy-vehicle_482257-124144.jpg",
imageAlt: "Mechanic assisting a customer",
},
id: "support", title: "Expert Support", description: "Get personalized advice from our team of automotive specialists to find the perfect parts for your car.", tag: "Guidance", imageSrc: "http://img.b2bpic.net/free-photo/agent-persuading-hesitant-customer-buy-vehicle_482257-124144.jpg", imageAlt: "Mechanic assisting a customer"},
]}
title="Why Choose Vanta Car Parts?"
description="We offer a diverse selection of car parts that stand out for their innovation and quality."
@@ -247,65 +107,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
brand: "Speed Demon",
name: "High-Performance Racing Tire",
price: "$249.99",
rating: 5,
reviewCount: "89 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/rim-black-metal-grunge-close-up-3d-rendering_1379-899.jpg",
imageAlt: "High-performance racing tire",
},
id: "p1", brand: "Speed Demon", name: "High-Performance Racing Tire", price: "$249.99", rating: 5,
reviewCount: "89 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/rim-black-metal-grunge-close-up-3d-rendering_1379-899.jpg", imageAlt: "High-performance racing tire"},
{
id: "p2",
brand: "LuminaX",
name: "LED Projector Headlights",
price: "$499.00",
rating: 4,
reviewCount: "120 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/led-headlight-white-car_23-2147962979.jpg",
imageAlt: "LED projector headlights",
},
id: "p2", brand: "LuminaX", name: "LED Projector Headlights", price: "$499.00", rating: 4,
reviewCount: "120 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/led-headlight-white-car_23-2147962979.jpg", imageAlt: "LED projector headlights"},
{
id: "p3",
brand: "Ironclad Motors",
name: "V8 Engine Block",
price: "$2,999.00",
rating: 5,
reviewCount: "45 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/spare-parts-car_1170-1344.jpg",
imageAlt: "V8 engine block",
},
id: "p3", brand: "Ironclad Motors", name: "V8 Engine Block", price: "$2,999.00", rating: 5,
reviewCount: "45 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/spare-parts-car_1170-1344.jpg", imageAlt: "V8 engine block"},
{
id: "p4",
brand: "StopForce",
name: "Ceramic Brake Kit",
price: "$789.50",
rating: 5,
reviewCount: "72 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-worker-repairing-car_23-2150171256.jpg",
imageAlt: "Ceramic brake kit",
},
id: "p4", brand: "StopForce", name: "Ceramic Brake Kit", price: "$789.50", rating: 5,
reviewCount: "72 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/side-view-worker-repairing-car_23-2150171256.jpg", imageAlt: "Ceramic brake kit"},
{
id: "p5",
brand: "SmoothRide",
name: "Adjustable Coilover Suspension",
price: "$1,199.00",
rating: 4,
reviewCount: "61 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-mechanical-woman-working_23-2148327537.jpg",
imageAlt: "Adjustable coilover suspension",
},
id: "p5", brand: "SmoothRide", name: "Adjustable Coilover Suspension", price: "$1,199.00", rating: 4,
reviewCount: "61 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-mechanical-woman-working_23-2148327537.jpg", imageAlt: "Adjustable coilover suspension"},
{
id: "p6",
brand: "RoarSound",
name: "Stainless Steel Exhaust System",
price: "$950.00",
rating: 5,
reviewCount: "55 Reviews",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-working-service_23-2150171272.jpg",
imageAlt: "Stainless steel exhaust system",
},
id: "p6", brand: "RoarSound", name: "Stainless Steel Exhaust System", price: "$950.00", rating: 5,
reviewCount: "55 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-working-service_23-2150171272.jpg", imageAlt: "Stainless steel exhaust system"},
]}
title="Our Top Selling Car Parts"
description="Explore our curated selection of car parts, from engine components to styling accessories, designed to meet the demands of every driver."
@@ -319,43 +137,19 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic",
badge: "Standard",
badgeIcon: Sparkles,
price: "$19.99/month",
subtitle: "Essential benefits for every driver.",
features: [
"Access to basic parts catalog",
"Standard shipping rates",
"Email support",
],
id: "basic", badge: "Standard", badgeIcon: Sparkles,
price: "$19.99/month", subtitle: "Essential benefits for every driver.", features: [
"Access to basic parts catalog", "Standard shipping rates", "Email support"],
},
{
id: "pro",
badge: "Popular",
badgeIcon: Star,
price: "$49.99/month",
subtitle: "Enhanced features for performance seekers.",
features: [
"Full access to premium parts",
"Discounted expedited shipping",
"Priority email & chat support",
"Early access to new arrivals",
],
id: "pro", badge: "Popular", badgeIcon: Sparkles,
price: "$49.99/month", subtitle: "Enhanced features for performance seekers.", features: [
"Full access to premium parts", "Discounted expedited shipping", "Priority email & chat support", "Early access to new arrivals"],
},
{
id: "elite",
badge: "Ultimate",
badgeIcon: Award,
price: "$99.99/month",
subtitle: "Unleash full potential with VIP treatment.",
features: [
"Exclusive high-performance parts",
"Free express shipping on all orders",
"24/7 dedicated phone support",
"Personalized technical consultation",
"Annual VIP discount voucher",
],
id: "elite", badge: "Ultimate", badgeIcon: Sparkles,
price: "$99.99/month", subtitle: "Unleash full potential with VIP treatment.", features: [
"Exclusive high-performance parts", "Free express shipping on all orders", "24/7 dedicated phone support", "Personalized technical consultation", "Annual VIP discount voucher"],
},
]}
title="Membership & Service Plans"
@@ -368,35 +162,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Alex K.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg",
imageAlt: "Alex K.",
},
id: "t1", name: "Alex K.", imageSrc: "http://img.b2bpic.net/free-photo/couple-home-enjoying-life_23-2149167740.jpg", imageAlt: "Alex K."},
{
id: "t2",
name: "Maria P.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-female-looking-aside_181624-36541.jpg",
imageAlt: "Maria P.",
},
id: "t2", name: "Maria P.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-female-looking-aside_181624-36541.jpg", imageAlt: "Maria P."},
{
id: "t3",
name: "Ben T.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-smiling_1170-1139.jpg",
imageAlt: "Ben T.",
},
id: "t3", name: "Ben T.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-smiling_1170-1139.jpg", imageAlt: "Ben T."},
{
id: "t4",
name: "Chloe S.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
imageAlt: "Chloe S.",
},
id: "t4", name: "Chloe S.", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg", imageAlt: "Chloe S."},
{
id: "t5",
name: "Omar M.",
imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1275.jpg",
imageAlt: "Omar M.",
},
id: "t5", name: "Omar M.", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-shaking-hands-with-mechanic_1170-1275.jpg", imageAlt: "Omar M."},
]}
cardTitle="What Our Customers Say"
cardTag="Trusted by Drivers"
@@ -410,20 +184,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "What payment methods do you accept?",
content: "We accept all major credit cards (Visa, Mastercard, Amex), PayPal, and Apple Pay for your convenience.",
},
id: "q1", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, Amex), PayPal, and Apple Pay for your convenience."},
{
id: "q2",
title: "How long does shipping take?",
content: "Standard shipping usually takes 3-5 business days. Expedited options are available for faster delivery, typically 1-2 business days.",
},
id: "q2", title: "How long does shipping take?", content: "Standard shipping usually takes 3-5 business days. Expedited options are available for faster delivery, typically 1-2 business days."},
{
id: "q3",
title: "Can I return a part if it doesn't fit?",
content: "Yes, we offer a hassle-free return policy within 30 days of purchase. Please ensure the part is in its original condition.",
},
id: "q3", title: "Can I return a part if it doesn't fit?", content: "Yes, we offer a hassle-free return policy within 30 days of purchase. Please ensure the part is in its original condition."},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-woman-talking-her-car-mechanic-repair-shop_637285-8670.jpg"
imageAlt="Mechanic working on a car engine"
@@ -438,16 +203,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Get in Touch"
title="Need Expert Advice?"
description="Our team is ready to assist you with any questions about car parts or your order. Contact us today!"
buttons={[
{
text: "Contact Us Now",
href: "mailto:info@vantacarparts.com",
},
text: "Contact Us Now", href: "mailto:info@vantacarparts.com"},
]}
/>
</div>
@@ -459,73 +221,18 @@ export default function LandingPage() {
logoText="Vanta Car Parts"
columns={[
{
title: "Products",
items: [
title: "Company", items: [
{
label: "Engine Parts",
href: "#products",
},
label: "About Us", href: "#about"},
{
label: "Brakes & Suspension",
href: "#products",
},
{
label: "Exhaust Systems",
href: "#products",
},
{
label: "Tires & Wheels",
href: "#products",
},
],
},
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Careers",
href: "#",
},
{
label: "Blog",
href: "#",
},
{
label: "Partners",
href: "#",
},
],
},
{
title: "Support",
items: [
{
label: "FAQ",
href: "#faq",
},
{
label: "Contact Us",
href: "#contact",
},
{
label: "Returns Policy",
href: "#",
},
{
label: "Shipping Info",
href: "#",
},
label: "Contact Us", href: "#contact"},
],
},
]}
copyrightText="© 2024 Vanta Car Parts. All rights reserved."
copyrightText="© 2026 Vanta Car Parts. All rights reserved."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}