Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-04-07 15:43:47 +00:00
2 changed files with 16 additions and 14 deletions

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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fffaf5e6;
--primary-cta: #ffaa70;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #E34400;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #fffaf5e6;
--accent: #737373;
--background-accent: #737373;
--accent: #e2e2e2;
--background-accent: #E34400;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);