Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #13.
This commit is contained in:
2026-01-06 10:51:32 +00:00
2 changed files with 23 additions and 37 deletions

View File

@@ -1283,4 +1283,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -5,12 +5,12 @@ 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";
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() {
@@ -114,42 +114,28 @@ export default function LandingPage() {
<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."
title="Why Choose Prestige Motors?"
description="Experience the difference that expertise and integrity make in automotive retail."
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"
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"
@@ -306,4 +292,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}