Update src/app/page.tsx

This commit is contained in:
2026-04-07 15:43:44 +00:00
parent b97baf1cfb
commit abd2c97de9

View File

@@ -10,7 +10,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Shield } from "lucide-react";
import { Shield, Sparkles, CheckCircle, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -86,12 +86,14 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentyOne
useInvertedBackground={false}
title="Why GlobalAuto?"
description="We make international car buying seamless with end-to-end support."
tag="Exclusive Perks"
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={[
{ id: "1", title: "Worldwide Sourcing", content: "Our network spans 50+ countries to locate the specific model you desire." },
{ id: "2", title: "Full Legal Compliance", content: "We handle all import/export paperwork and local registration requirements." },
{ id: "3", title: "Inspected & Verified", content: "Every car undergoes a rigorous mechanical and history check before shipment." },
{ id: "1", title: "Global Sourcing", content: "Access to exclusive networks across 50+ countries ensures we find the exact vehicle you desire." },
{ id: "2", title: "Total Compliance", content: "Our team manages all international customs, import tax, and registration paperwork seamlessly." },
{ 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"
mediaAnimation="slide-up"
@@ -159,4 +161,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}