Merge version_5 into main #13

Merged
development merged 2 commits from version_5 into main 2026-01-06 10:51:32 +00:00
2 changed files with 23 additions and 37 deletions

View File

@@ -5,12 +5,12 @@ 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 FeatureCardSix from "@/components/sections/feature/FeatureCardSix";
import ProductCardSix from "@/components/sections/product/ProductCardSix"; import ProductCardSix from "@/components/sections/product/ProductCardSix";
import TestimonialCardNine from "@/components/sections/testimonial/TestimonialCardNine"; import TestimonialCardNine from "@/components/sections/testimonial/TestimonialCardNine";
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() {
@@ -114,42 +114,28 @@ export default function LandingPage() {
<div id="feature-card-six" data-section="feature-card-six"> <div id="feature-card-six" data-section="feature-card-six">
<FeatureCardSix <FeatureCardSix
title="Why Choose Prestige Motors" title="Why Choose Prestige Motors?"
description="Experience excellence through our core values and commitment to automotive perfection." description="Experience the difference that expertise and integrity make in automotive retail."
tag="Our Advantages" tag="Our Advantages"
tagIcon={Star} tagIcon={Star}
features={[ negativeCard={{
{ title: "Traditional Dealerships",
id: 1, items: [
title: "Expert Curation", "Hidden fees and markups",
description: "Hand-selected vehicles from top manufacturers worldwide.", "Limited transparency",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767694470287-qpqhv04a.jpg", "High-pressure sales tactics",
imageAlt: "Expert vehicle selection" "Generic inventory"
}, ]
{ }}
id: 2, positiveCard={{
title: "Transparent Pricing", title: "Prestige Motors",
description: "No hidden fees. Clear, competitive pricing you can trust.", items: [
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767694471300-mvk1sg4v.jpg", "Transparent pricing, no surprises",
imageAlt: "Transparent pricing" "Detailed vehicle history and inspection reports",
}, "Consultative, pressure-free approach",
{ "Carefully curated premium selection"
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" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"