Merge version_3 into main #2
@@ -97,21 +97,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View All Models", href: "/inventory" }]}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Luxury Sedan S", price: "$85,000", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-vector/premium-sales-badges_23-2147567189.jpg"},
|
||||
{
|
||||
id: "2", name: "Sports Coupe", price: "$120,000", variant: "Exotic", imageSrc: "http://img.b2bpic.net/free-vector/car-background-design_1268-530.jpg"},
|
||||
{
|
||||
id: "3", name: "Executive SUV", price: "$95,000", variant: "Utility", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-interior_23-2151138876.jpg"},
|
||||
{
|
||||
id: "4", name: "Grand Tourer", price: "$150,000", variant: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-wheel-disc-brake_1170-1212.jpg"},
|
||||
{
|
||||
id: "5", name: "Compact Prestige", price: "$60,000", variant: "Urban", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-thinking-purchase_1303-14594.jpg"},
|
||||
{
|
||||
id: "6", name: "Convertible Elite", price: "$110,000", variant: "Leisure", imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car-with-white-background_181624-25460.jpg"},
|
||||
{ id: "1", name: "Luxury Sedan S", price: "$85,000", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-vector/premium-sales-badges_23-2147567189.jpg" },
|
||||
{ id: "2", name: "Sports Coupe", price: "$120,000", variant: "Exotic", imageSrc: "http://img.b2bpic.net/free-vector/car-background-design_1268-530.jpg" },
|
||||
{ id: "3", name: "Executive SUV", price: "$95,000", variant: "Utility", imageSrc: "http://img.b2bpic.net/free-photo/view-3d-car-interior_23-2151138876.jpg" },
|
||||
{ id: "4", name: "Grand Tourer", price: "$150,000", variant: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-examining-car-wheel-disc-brake_1170-1212.jpg" },
|
||||
{ id: "5", name: "Compact Prestige", price: "$60,000", variant: "Urban", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-thinking-purchase_1303-14594.jpg" },
|
||||
{ id: "6", name: "Convertible Elite", price: "$110,000", variant: "Leisure", imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car-with-white-background_181624-25460.jpg" },
|
||||
{ id: "7", name: "Electric Hypercar", price: "$250,000", variant: "Future", imageSrc: "http://img.b2bpic.net/free-photo/white-sport-car-road_1145-1251.jpg" },
|
||||
{ id: "8", name: "Vintage Classic", price: "$180,000", variant: "Heritage", imageSrc: "http://img.b2bpic.net/free-photo/classic-car-vintage-style_1145-892.jpg" },
|
||||
]}
|
||||
title="Featured Vehicles"
|
||||
description="Our curated selection of top-tier luxury vehicles available now."
|
||||
title="Featured Vehicles & Gallery"
|
||||
description="Our curated selection of top-tier luxury vehicles available now. Browse through our expansive portfolio of high-performance machines."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -122,13 +118,17 @@ export default function LandingPage() {
|
||||
description="Excellence in every interaction, ensuring peace of mind for our clients."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "t1", title: "Unmatched Trust", content: "We prioritize transparency and long-term relationships with every client."},
|
||||
id: "t1", title: "Unmatched Trust", content: "We prioritize transparency and long-term relationships with every client."
|
||||
},
|
||||
{
|
||||
id: "t2", title: "Premium Quality Cars", content: "Every vehicle undergoes a rigorous inspection to meet our high standards."},
|
||||
id: "t2", title: "Premium Quality Cars", content: "Every vehicle undergoes a rigorous inspection to meet our high standards."
|
||||
},
|
||||
{
|
||||
id: "t3", title: "Expert Automotive Consulting", content: "Our team brings years of industry expertise to help you make informed choices."},
|
||||
id: "t3", title: "Expert Automotive Consulting", content: "Our team brings years of industry expertise to help you make informed choices."
|
||||
},
|
||||
{
|
||||
id: "t4", title: "Fast & Secure Delivery", content: "We handle logistics safely, delivering your dream car to your doorstep."},
|
||||
id: "t4", title: "Fast & Secure Delivery", content: "We handle logistics safely, delivering your dream car to your doorstep."
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-headlight-black-luxury-car-lights-against-grey-background_181624-25350.jpg"
|
||||
@@ -165,18 +165,29 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about our premium services."
|
||||
description="Everything you need to know about our premium services and vehicle purchasing process."
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "How do you source cars?", content: "We leverage a global network of trusted dealerships and auctions."},
|
||||
id: "q1", title: "How do you source cars?", content: "We leverage a global network of trusted dealerships and auctions to find rare and premium models tailored to your requirements."
|
||||
},
|
||||
{
|
||||
id: "q2", title: "What is the delivery timeline?", content: "Typically 14-21 days depending on current logistics."},
|
||||
id: "q2", title: "What is the delivery timeline?", content: "Typically 14-21 days depending on current logistics, import regulations, and your specific location for secure worldwide delivery."
|
||||
},
|
||||
{
|
||||
id: "q3", title: "Are cars inspected?", content: "Yes, every vehicle undergoes a 150-point inspection."},
|
||||
id: "q3", title: "Are cars inspected?", content: "Absolutely. Every vehicle undergoes a comprehensive 150-point inspection covering engine, transmission, electrical, and body work before it reaches you."
|
||||
},
|
||||
{
|
||||
id: "q4", title: "Do you offer financing?", content: "We work with top partner banks to facilitate financing."},
|
||||
id: "q4", title: "Do you offer financing?", content: "Yes, we work with several top-tier partner banks to facilitate flexible financing options for qualified buyers on select luxury models."
|
||||
},
|
||||
{
|
||||
id: "q5", title: "Can I trade in?", content: "We do offer trade-in services for select luxury models."},
|
||||
id: "q5", title: "Can I trade in my current vehicle?", content: "Certainly. We offer competitive trade-in assessments for select luxury models to help you offset the cost of your next purchase."
|
||||
},
|
||||
{
|
||||
id: "q6", title: "Do you provide warranty coverage?", content: "Yes, all our premium inventory comes with an initial 6-month limited warranty, with extended coverage plans available for your peace of mind."
|
||||
},
|
||||
{
|
||||
id: "q7", title: "How do I schedule a test drive?", content: "Please use the 'Contact' page to request a private viewing. We will arrange a time that best fits your busy schedule."
|
||||
},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -194,4 +205,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user