13 Commits

Author SHA1 Message Date
6cde064fd7 Update src/app/page.tsx 2026-01-06 10:51:27 +00:00
6519375417 Update src/app/layout.tsx 2026-01-06 10:51:26 +00:00
dd0c848ff2 Update src/app/page.tsx 2026-01-06 10:48:19 +00:00
5b790b9c44 Update src/app/page.tsx 2026-01-06 10:46:18 +00:00
e1f94ab580 Update src/app/page.tsx 2026-01-06 10:38:52 +00:00
217dbc0240 Update src/app/page.tsx 2026-01-06 10:37:07 +00:00
a8a71efa7f Update src/app/page.tsx 2026-01-06 10:35:31 +00:00
042830f7ba Update src/app/page.tsx 2026-01-06 10:33:32 +00:00
7550b98335 Update src/app/page.tsx 2026-01-06 10:31:35 +00:00
12e9c792ce Update src/app/page.tsx 2026-01-06 10:30:01 +00:00
f3d4950f1e Update src/app/layout.tsx 2026-01-06 10:30:00 +00:00
3ae9b1f665 Update src/app/page.tsx 2026-01-06 10:28:12 +00:00
038709ad19 Update src/app/page.tsx 2026-01-06 10:25:14 +00:00

View File

@@ -10,6 +10,7 @@ import TestimonialCardNine from "@/components/sections/testimonial/TestimonialCa
import TeamCardSeven from "@/components/sections/team/TeamCardSeven";
import ContactInline from "@/components/sections/contact/ContactInline";
import FooterCard from "@/components/sections/footer/FooterCard";
import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
import { Sparkles, CheckCircle, Star, Award, Facebook, Instagram, Linkedin } from "lucide-react";
export default function LandingPage() {
@@ -111,6 +112,36 @@ export default function LandingPage() {
/>
</div>
<div id="feature-card-six" data-section="feature-card-six">
<FeatureCardSix
title="Why Choose Prestige Motors?"
description="Experience the difference that expertise and integrity make in automotive retail."
tag="Our Advantages"
tagIcon={Star}
negativeCard={{
title: "Traditional Dealerships",
items: [
"Hidden fees and markups",
"Limited transparency",
"High-pressure sales tactics",
"Generic inventory"
]
}}
positiveCard={{
title: "Prestige Motors",
items: [
"Transparent pricing, no surprises",
"Detailed vehicle history and inspection reports",
"Consultative, pressure-free approach",
"Carefully curated premium selection"
]
}}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
/>
</div>
<div id="products" data-section="products">
<ProductCardSix
title="Featured Inventory"