Update src/app/page.tsx

This commit is contained in:
2026-01-06 10:46:18 +00:00
parent e1f94ab580
commit 5b790b9c44

View File

@@ -5,6 +5,7 @@ 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";
@@ -111,6 +112,50 @@ export default function LandingPage() {
/>
</div>
<div id="feature-card-six" data-section="feature-card-six">
<FeatureCardSix
title="Why Choose Prestige Motors"
description="Experience excellence through our core values and commitment to automotive perfection."
tag="Our Advantages"
tagIcon={Star}
features={[
{
id: "1",
title: "Expert Curation",
description: "Hand-selected vehicles from top manufacturers worldwide.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767694470287-qpqhv04a.jpg",
imageAlt: "Expert vehicle selection"
},
{
id: "2",
title: "Transparent Pricing",
description: "No hidden fees. Clear, competitive pricing you can trust.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767694471300-mvk1sg4v.jpg",
imageAlt: "Transparent pricing"
},
{
id: "3",
title: "Comprehensive Warranty",
description: "Full warranty coverage on all vehicles for complete peace of mind.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767694472245-w9ytvkdy.jpg",
imageAlt: "Warranty coverage"
},
{
id: "4",
title: "Expert Support",
description: "Dedicated team of automotive specialists ready to assist.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767694470287-qpqhv04a.jpg",
imageAlt: "Expert support team"
}
]}
carouselMode="buttons"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
/>
</div>
<div id="products" data-section="products">
<ProductCardSix
title="Featured Inventory"