Update src/app/page.tsx
This commit is contained in:
@@ -5,7 +5,6 @@ import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal";
|
||||
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||
import MediaSplitAbout from "@/components/sections/about/MediaSplitAbout";
|
||||
import FeatureCardEleven from "@/components/sections/feature/FeatureCardEleven";
|
||||
import FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
|
||||
import ProductCardSix from "@/components/sections/product/ProductCardSix";
|
||||
import TestimonialCardNine from "@/components/sections/testimonial/TestimonialCardNine";
|
||||
import TeamCardSeven from "@/components/sections/team/TeamCardSeven";
|
||||
@@ -112,51 +111,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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">
|
||||
<ProductCardSix
|
||||
title="Featured Inventory"
|
||||
|
||||
Reference in New Issue
Block a user