Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-18 06:14:03 +00:00

View File

@@ -54,6 +54,8 @@ export default function LandingPage() {
],
logoIcon: Car,
sidebarItems: [{ icon: Car, active: true }, { icon: Wrench }, { icon: ShieldCheck }],
buttons: [],
listItems: [],
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-car-car-showroom_1303-15196.jpg"
}}
/>
@@ -79,7 +81,8 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{ id: "p1", name: "City Sedan", price: "₹9.5L", imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg" },
{ id: "p2", name: "Urban SUV", price: "₹14.2L", imageSrc: "http://img.b2bpic.net/free-photo/blue-crossover-driving-autumn-road-side-view-car-motion_169016-69911.jpg" }
{ id: "p2", name: "Urban SUV", price: "₹14.2L", imageSrc: "http://img.b2bpic.net/free-photo/blue-crossover-driving-autumn-road-side-view-car-motion_169016-69911.jpg" },
{ id: "p3", name: "Compact Hatch", price: "₹6.8L", imageSrc: "http://img.b2bpic.net/free-photo/side-view-brand-new-car-sell_23-2148332886.jpg" }
]}
/>
</div>
@@ -95,14 +98,17 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
animationType="depth-3d"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
title="What Our Clients Say"
description="Hear from our valued customers about their experiences."
animationType="scale-rotate"
textboxLayout="inline-image"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Rahul S.", role: "Customer", testimonial: "Fantastic service center experience." },
{ id: "t2", name: "Priya D.", role: "Customer", testimonial: "Found my dream car hassle-free!" }
@@ -115,6 +121,7 @@ export default function LandingPage() {
names={["HDFC", "SBI", "Tata", "Mahindra"]}
title="Finance Partners"
description="We work with top banks to ensure seamless financing."
textboxLayout="default"
useInvertedBackground={true}
/>
</div>
@@ -122,12 +129,14 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqDouble
title="Frequently Asked Questions"
description="Get answers to common inquiries about our services."
faqs={[
{ id: "f1", title: "Test Drives?", content: "Yes, book them online anytime." },
{ id: "f2", title: "Warranty?", content: "Standard manufacturer warranties apply." }
]}
faqsAnimation="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
@@ -136,6 +145,8 @@ export default function LandingPage() {
tag="Contact Us"
title="Ready to Drive?"
description="Visit us in Siliguri for a consultation or test drive today."
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[{ text: "Call Us Now", href: "tel:+919999999999" }]}
/>
</div>
@@ -147,6 +158,7 @@ export default function LandingPage() {
columns={[
{ title: "Company", items: [{ label: "Home", href: "#" }, { label: "Contact", href: "#" }] }
]}
imageSrc="http://img.b2bpic.net/free-photo/blurred-expensive-cars_1203-829.jpg"
/>
</div>
</ReactLenis>