Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-30 20:12:46 +00:00

View File

@@ -12,7 +12,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { CarCheck, Wallet, CalendarCheck, CreditCard, Headset, Book, MapPin, Sparkles, Leaf, Handshake } from "lucide-react"; import { CheckCircle, Wallet, CalendarCheck, CreditCard, Headset, Book, MapPin, Sparkles, Leaf, Handshake } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -91,7 +91,7 @@ export default function LandingPage() {
description="We're committed to making your car purchase smooth and enjoyable with transparent processes, quality vehicles, and dedicated support every step of the way." description="We're committed to making your car purchase smooth and enjoyable with transparent processes, quality vehicles, and dedicated support every step of the way."
features={[ features={[
{ {
title: "Quality Inspection", description: "Every vehicle undergoes a rigorous multi-point inspection by certified technicians to ensure top performance and safety.", bentoComponent: "reveal-icon", icon: CarCheck title: "Quality Inspection", description: "Every vehicle undergoes a rigorous multi-point inspection by certified technicians to ensure top performance and safety.", bentoComponent: "reveal-icon", icon: CheckCircle
}, },
{ {
title: "Flexible Financing", description: "We partner with multiple lenders to offer competitive financing solutions tailored to your budget and credit needs.", bentoComponent: "icon-info-cards", items: [ title: "Flexible Financing", description: "We partner with multiple lenders to offer competitive financing solutions tailored to your budget and credit needs.", bentoComponent: "icon-info-cards", items: [
@@ -101,7 +101,7 @@ export default function LandingPage() {
] ]
}, },
{ {
title: "Exceptional Support", description: "From selection to after-sales, our friendly and knowledgeable team is here to assist you with any questions or needs.", bentoComponent: "3d-task-list", heading: "Customer Success", subheading: "Dedicated Support", items: [ title: "Exceptional Support", description: "From selection to after-sales, our friendly and knowledgeable team is here to assist you with any questions or needs.", bentoComponent: "3d-task-list", title: "Customer Success", items: [
{ icon: Headset, label: "Personalized Consultation", time: "Immediately" }, { icon: Headset, label: "Personalized Consultation", time: "Immediately" },
{ icon: Book, label: "Transparent Documentation", time: "Hassle-free" }, { icon: Book, label: "Transparent Documentation", time: "Hassle-free" },
{ icon: MapPin, label: "Post-Sale Assistance", time: "Ongoing" } { icon: MapPin, label: "Post-Sale Assistance", time: "Ongoing" }