Update src/app/page.tsx
This commit is contained in:
@@ -2,14 +2,15 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal";
|
import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal";
|
||||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||||
import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout';
|
import MediaSplitAbout from "@/components/sections/about/MediaSplitAbout";
|
||||||
import FeatureCardEleven from '@/components/sections/feature/FeatureCardEleven';
|
import FeatureCardEleven from "@/components/sections/feature/FeatureCardEleven";
|
||||||
import ProductCardSix from '@/components/sections/product/ProductCardSix';
|
import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
|
||||||
import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine';
|
import ProductCardSix from "@/components/sections/product/ProductCardSix";
|
||||||
import TeamCardSeven from '@/components/sections/team/TeamCardSeven';
|
import TestimonialCardNine from "@/components/sections/testimonial/TestimonialCardNine";
|
||||||
import ContactInline from '@/components/sections/contact/ContactInline';
|
import TeamCardSeven from "@/components/sections/team/TeamCardSeven";
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import ContactInline from "@/components/sections/contact/ContactInline";
|
||||||
|
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||||
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,51 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="feature-card-six" data-section="feature-card-six">
|
||||||
|
<FeatureCardSix
|
||||||
|
title="Why Choose Prestige Motors"
|
||||||
|
description="Our commitment to excellence sets us apart in the luxury automotive market."
|
||||||
|
tag="Our Advantages"
|
||||||
|
tagIcon={Star}
|
||||||
|
features={[
|
||||||
|
{
|
||||||
|
id: "1",
|
||||||
|
title: "Expert Selection",
|
||||||
|
description: "Handpicked vehicles from world-renowned manufacturers, carefully vetted for quality and authenticity."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2",
|
||||||
|
title: "Transparent Pricing",
|
||||||
|
description: "No hidden fees or surprise charges. Our pricing reflects the true market value with complete transparency."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3",
|
||||||
|
title: "Comprehensive Warranty",
|
||||||
|
description: "Every vehicle comes with extended coverage and roadside assistance for peace of mind."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "4",
|
||||||
|
title: "Premium Service",
|
||||||
|
description: "Dedicated support before and after purchase. Our team is committed to your complete satisfaction."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "5",
|
||||||
|
title: "Flexible Financing",
|
||||||
|
description: "Work with our financial experts to find the perfect payment plan for your budget."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "6",
|
||||||
|
title: "Lifetime Support",
|
||||||
|
description: "We stand behind every vehicle with ongoing support and maintenance services."
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
|
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"
|
||||||
@@ -140,6 +186,7 @@ export default function LandingPage() {
|
|||||||
imageAlt: "2023 Sports Car"
|
imageAlt: "2023 Sports Car"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
|
|||||||
Reference in New Issue
Block a user