8 Commits

Author SHA1 Message Date
d9a50d6432 Update src/app/page.tsx 2026-04-21 15:33:15 +00:00
45817046a5 Merge version_3 into main
Merge version_3 into main
2026-04-21 15:30:42 +00:00
02d212ea59 Update src/app/page.tsx 2026-04-21 15:30:35 +00:00
0223bb07c8 Merge version_2 into main
Merge version_2 into main
2026-04-21 15:27:13 +00:00
e0a3eb43d4 Update src/app/page.tsx 2026-04-21 15:27:10 +00:00
cc6f9f1fce Merge version_1 into main
Merge version_1 into main
2026-04-20 02:11:36 +00:00
6413dbdbd7 Merge version_1 into main
Merge version_1 into main
2026-04-20 02:11:09 +00:00
247908be25 Merge version_1 into main
Merge version_1 into main
2026-04-20 02:10:40 +00:00

View File

@@ -52,6 +52,9 @@ export default function LandingPage() {
title="Drive The Future Of Luxury"
description="Discover our collection of hand-picked performance vehicles. Excellence in engineering meets unmatched customer service."
tag="PREMIUM DEALERSHIP"
buttons={[
{ text: "Browse Inventory", href: "#inventory" }
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/mysterious-city-lights-night_23-2149001253.jpg?_wi=1", imageAlt: "Luxury Car Showcase"},
@@ -200,6 +203,9 @@ export default function LandingPage() {
<FaqDouble
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Have more questions?", href: "#contact" }
]}
faqs={[
{
id: "f1", title: "Do you offer trade-ins?", content: "Yes, we offer fair market value assessments for your current vehicle trade-in."},
@@ -207,6 +213,10 @@ export default function LandingPage() {
id: "f2", title: "Can I test drive cars?", content: "Absolutely. Appointments can be scheduled through our concierge service."},
{
id: "f3", title: "What finance options are available?", content: "We work with top-tier financial partners to provide tailored lending solutions."},
{
id: "f4", title: "What is your standard delivery timeline?", content: "We typically process and ship your vehicle within 7-14 business days, depending on your location and preparation requirements."},
{
id: "f5", title: "What is the duration of your warranty?", content: "All our certified vehicles come with a comprehensive 24-month or 25,000-mile bumper-to-bumper warranty for complete peace of mind."},
]}
title="Common Questions"
description="Everything you need to know about our services."
@@ -268,4 +278,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}