Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-04-21 23:20:28 +00:00

View File

@@ -98,17 +98,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", name: "Luxe Sedan", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528592.jpg"}, id: "p1", name: "Luxe Sedan", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/modern-empty-room_23-2150528592.jpg"},
{ {
id: "p2", name: "Executive SUV", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-33509.jpg"}, id: "p2", name: "Executive SUV", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-33509.jpg"},
{ {
id: "p3", name: "Sporty Coupe", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-trunk-door-black-car_23-2148321844.jpg"}, id: "p3", name: "Sporty Coupe", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-trunk-door-black-car_23-2148321844.jpg"},
{ {
id: "p4", name: "Blue Roadster", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom-with-business-flyers_1303-14578.jpg"}, id: "p4", name: "Blue Roadster", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/salesman-car-showroom-with-business-flyers_1303-14578.jpg"},
{ {
id: "p5", name: "Racing Edition", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32023.jpg"}, id: "p5", name: "Racing Edition", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32023.jpg"},
{ {
id: "p6", name: "Grey Cruiser", price: "Inquire for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-inner-accessories_181624-61771.jpg"}, id: "p6", name: "Grey Cruiser", price: "Check Availability", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-inner-accessories_181624-61771.jpg"},
]} ]}
title="Available Cars" title="Available Cars"
description="Explore our premium inventory ready for immediate delivery." description="Explore our premium inventory ready for immediate delivery."
@@ -174,9 +174,6 @@ export default function LandingPage() {
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
<FaqSplitText <FaqSplitText
useInvertedBackground={false} useInvertedBackground={false}
buttons={[
{ text: "Contact Our Team", href: "#contact" }
]}
faqs={[ faqs={[
{ {
id: "f1", title: "Do you offer installment?", content: "Yes, we offer flexible payment plans for eligible buyers."}, id: "f1", title: "Do you offer installment?", content: "Yes, we offer flexible payment plans for eligible buyers."},