|
|
|
@@ -10,6 +10,7 @@ import TestimonialCardNine from "@/components/sections/testimonial/TestimonialCa
|
|
|
|
import TeamCardSeven from "@/components/sections/team/TeamCardSeven";
|
|
|
|
import TeamCardSeven from "@/components/sections/team/TeamCardSeven";
|
|
|
|
import ContactInline from "@/components/sections/contact/ContactInline";
|
|
|
|
import ContactInline from "@/components/sections/contact/ContactInline";
|
|
|
|
import FooterCard from "@/components/sections/footer/FooterCard";
|
|
|
|
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";
|
|
|
|
import { Sparkles, CheckCircle, Star, Award, Facebook, Instagram, Linkedin } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
export default function LandingPage() {
|
|
|
|
@@ -111,6 +112,36 @@ export default function LandingPage() {
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</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">
|
|
|
|
<div id="products" data-section="products">
|
|
|
|
<ProductCardSix
|
|
|
|
<ProductCardSix
|
|
|
|
title="Featured Inventory"
|
|
|
|
title="Featured Inventory"
|
|
|
|
@@ -261,4 +292,4 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|