Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-01-06 10:25:19 +00:00

View File

@@ -10,6 +10,7 @@ import TestimonialCardNine from "@/components/sections/testimonial/TestimonialCa
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() {
@@ -76,38 +77,38 @@ export default function LandingPage() {
</div>
<div id="features" data-section="features">
<FeatureCardEleven
<FeatureCardSix
title="Our Process"
description="From selection to delivery, we ensure every step of your automotive journey exceeds expectations."
tag="How It Works"
tagIcon={CheckCircle}
features={[
{
id: 1,
id: "1",
title: "Vehicle Inspection",
description: "Every vehicle undergoes a comprehensive 150-point inspection by certified technicians. We verify mechanical condition, service history, and authenticity. Our transparent reporting ensures you know exactly what you're purchasing.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767694468744-6jfmljrh.jpg",
imageAlt: "Professional vehicle inspection"
},
{
id: 2,
id: "2",
title: "Flexible Financing",
description: "We partner with premier financial institutions to offer competitive rates and flexible terms. Our financing specialists work with you to find solutions that fit your budget and lifestyle.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767694473606-w4gvy7nj.jpg",
imageAlt: "Financing options consultation"
},
{
id: 3,
id: "3",
title: "Seamless Delivery",
description: "Once you've found your perfect vehicle, we handle the paperwork and delivery logistics. Drive away in your new car with confidence and a full manufacturer warranty.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767694469491-r5o87rph.jpg",
imageAlt: "Happy customer with new vehicle"
}
]}
gridVariant="uniform-all-items-equal"
animationType="opacity"
textboxLayout="default"
useInvertedBackground="noInvert"
usePrimaryButtonImage={false}
/>
</div>