|
|
|
@@ -10,7 +10,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
|
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
|
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
|
|
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
|
|
|
import { Shield } from "lucide-react";
|
|
|
|
import { Shield, Sparkles, CheckCircle, Zap } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
@@ -86,12 +86,14 @@ export default function LandingPage() {
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
<FeatureCardTwentyOne
|
|
|
|
<FeatureCardTwentyOne
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
title="Why GlobalAuto?"
|
|
|
|
tag="Exclusive Perks"
|
|
|
|
description="We make international car buying seamless with end-to-end support."
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
|
|
|
title="Engineered for Excellence"
|
|
|
|
|
|
|
|
description="Discover why drivers worldwide choose our premium vehicle sourcing services for their next supercar or reliable daily driver."
|
|
|
|
accordionItems={[
|
|
|
|
accordionItems={[
|
|
|
|
{ id: "1", title: "Worldwide Sourcing", content: "Our network spans 50+ countries to locate the specific model you desire." },
|
|
|
|
{ id: "1", title: "Global Sourcing", content: "Access to exclusive networks across 50+ countries ensures we find the exact vehicle you desire." },
|
|
|
|
{ id: "2", title: "Full Legal Compliance", content: "We handle all import/export paperwork and local registration requirements." },
|
|
|
|
{ id: "2", title: "Total Compliance", content: "Our team manages all international customs, import tax, and registration paperwork seamlessly." },
|
|
|
|
{ id: "3", title: "Inspected & Verified", content: "Every car undergoes a rigorous mechanical and history check before shipment." },
|
|
|
|
{ id: "3", title: "Rigorous Inspection", content: "Every vehicle undergoes a 200-point mechanical and history check prior to transport." },
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg"
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg"
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
@@ -159,4 +161,4 @@ export default function LandingPage() {
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|