3 Commits

Author SHA1 Message Date
b90b1dbd1c Update src/app/styles/variables.css 2026-04-07 15:43:44 +00:00
abd2c97de9 Update src/app/page.tsx 2026-04-07 15:43:44 +00:00
b97baf1cfb Merge version_1 into main
Merge version_1 into main
2026-04-07 15:40:57 +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 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>
); );
} }

View File

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