Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-10 16:43:20 +00:00

View File

@@ -27,49 +27,27 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "About Us", name: "About Us", id: "/about"},
id: "/about",
},
{ {
name: "Personal Leasing", name: "Personal Leasing", id: "/personal-leasing"},
id: "/personal-leasing",
},
{ {
name: "Business Leasing", name: "Business Leasing", id: "/business-leasing"},
id: "/business-leasing",
},
{ {
name: "Electric Vehicles", name: "Electric Vehicles", id: "/electric-vehicles"},
id: "/electric-vehicles",
},
{ {
name: "Special Offers", name: "Special Offers", id: "/special-offers"},
id: "/special-offers",
},
{ {
name: "Vehicle Search", name: "Vehicle Search", id: "/vehicle-search"},
id: "/vehicle-search",
},
{ {
name: "Reviews", name: "Reviews", id: "/reviews"},
id: "/reviews",
},
{ {
name: "FAQ", name: "FAQ", id: "/faq"},
id: "/faq",
},
{ {
name: "Blog", name: "Blog", id: "/blog"},
id: "/blog",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="LINGsCARS" brandName="LINGsCARS"
/> />
@@ -80,105 +58,43 @@ export default function LandingPage() {
layout="section" layout="section"
products={[ products={[
{ {
id: "catalog-product-1", id: "catalog-product-1", name: "Mercedes-Benz A-Class", price: "£380 / month", rating: 5,
name: "Mercedes-Benz A-Class", reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/stunning-young-woman-waring-dress-posing-front-her-car-outdoors-ownership-driver_158595-6800.jpg", imageAlt: "Mercedes-Benz A-Class"},
price: "£380 / month",
rating: 5,
reviewCount: "120 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/stunning-young-woman-waring-dress-posing-front-her-car-outdoors-ownership-driver_158595-6800.jpg",
imageAlt: "Mercedes-Benz A-Class",
},
{ {
id: "catalog-product-2", id: "catalog-product-2", name: "BMW 3 Series Saloon", price: "£450 / month", rating: 4,
name: "BMW 3 Series Saloon", reviewCount: "95 reviews", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-street-landscape-with-rainbow_23-2150169065.jpg", imageAlt: "BMW 3 Series Saloon"},
price: "£450 / month",
rating: 4,
reviewCount: "95 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-street-landscape-with-rainbow_23-2150169065.jpg",
imageAlt: "BMW 3 Series Saloon",
},
{ {
id: "catalog-product-3", id: "catalog-product-3", name: "Audi Q2 SUV", price: "£390 / month", rating: 5,
name: "Audi Q2 SUV", reviewCount: "110 reviews", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-taking-photos_23-2149005003.jpg", imageAlt: "Audi Q2 SUV"},
price: "£390 / month",
rating: 5,
reviewCount: "110 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-taking-photos_23-2149005003.jpg",
imageAlt: "Audi Q2 SUV",
},
{ {
id: "catalog-product-4", id: "catalog-product-4", name: "Volkswagen Tiguan", price: "£360 / month", rating: 4,
name: "Volkswagen Tiguan", reviewCount: "80 reviews", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-dealership_23-2148130188.jpg", imageAlt: "Volkswagen Tiguan"},
price: "£360 / month",
rating: 4,
reviewCount: "80 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-dealership_23-2148130188.jpg",
imageAlt: "Volkswagen Tiguan",
},
{ {
id: "catalog-product-5", id: "catalog-product-5", name: "Ford Kuga SUV", price: "£340 / month", rating: 4,
name: "Ford Kuga SUV", reviewCount: "70 reviews", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-protective-mask-sitting-car_1157-32371.jpg", imageAlt: "Ford Kuga SUV"},
price: "£340 / month",
rating: 4,
reviewCount: "70 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-protective-mask-sitting-car_1157-32371.jpg",
imageAlt: "Ford Kuga SUV",
},
{ {
id: "catalog-product-6", id: "catalog-product-6", name: "Nissan Juke", price: "£290 / month", rating: 3,
name: "Nissan Juke", reviewCount: "60 reviews", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-tablet-outside-drinking-coffee_23-2149318503.jpg", imageAlt: "Nissan Juke"},
price: "£290 / month",
rating: 3,
reviewCount: "60 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-tablet-outside-drinking-coffee_23-2149318503.jpg",
imageAlt: "Nissan Juke",
},
{ {
id: "catalog-product-7", id: "catalog-product-7", name: "Peugeot 2008 SUV", price: "£310 / month", rating: 4,
name: "Peugeot 2008 SUV", reviewCount: "75 reviews", imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362836.jpg", imageAlt: "Peugeot 2008 SUV"},
price: "£310 / month",
rating: 4,
reviewCount: "75 reviews",
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-electric-car_23-2149362836.jpg",
imageAlt: "Peugeot 2008 SUV",
},
]} ]}
searchPlaceholder="Search by make, model, or budget..." searchPlaceholder="Search by make, model, or budget..."
filters={[ filters={[
{ {
label: "Make", label: "Make", options: [
options: [ "Any", "BMW", "Audi", "Mercedes", "Tesla"],
"Any", selected: "Any", onChange: () => {},
"BMW",
"Audi",
"Mercedes",
"Tesla",
],
selected: "Any",
onChange: "() => {}",
}, },
{ {
label: "Type", label: "Type", options: [
options: [ "Any", "Electric", "Hybrid", "Petrol", "Diesel"],
"Any", selected: "Any", onChange: () => {},
"Electric",
"Hybrid",
"Petrol",
"Diesel",
],
selected: "Any",
onChange: "() => {}",
}, },
{ {
label: "Budget", label: "Budget", options: [
options: [ "Any", "Under £300", "£300-£500", "Over £500"],
"Any", selected: "Any", onChange: () => {},
"Under £300",
"£300-£500",
"Over £500",
],
selected: "Any",
onChange: "() => {}",
}, },
]} ]}
title="Find Your Perfect Lease Car" title="Find Your Perfect Lease Car"
@@ -190,14 +106,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"Toyota", "Toyota", "Honda", "Nissan", "Hyundai", "Kia", "BMW", "Mercedes-Benz"]}
"Honda",
"Nissan",
"Hyundai",
"Kia",
"BMW",
"Mercedes-Benz",
]}
title="Trusted Manufacturer Partners" title="Trusted Manufacturer Partners"
description="We work directly with leading automotive manufacturers to bring you the best and latest models, ensuring quality and peace of mind." description="We work directly with leading automotive manufacturers to bring you the best and latest models, ensuring quality and peace of mind."
speed={30} speed={30}
@@ -214,24 +123,16 @@ export default function LandingPage() {
socialLinks={[ socialLinks={[
{ {
icon: Facebook, icon: Facebook,
href: "https://facebook.com/lingscars", href: "https://facebook.com/lingscars", ariaLabel: "Facebook"},
ariaLabel: "Facebook",
},
{ {
icon: Instagram, icon: Instagram,
href: "https://instagram.com/lingscars", href: "https://instagram.com/lingscars", ariaLabel: "Instagram"},
ariaLabel: "Instagram",
},
{ {
icon: Linkedin, icon: Linkedin,
href: "https://linkedin.com/company/lingscars", href: "https://linkedin.com/company/lingscars", ariaLabel: "LinkedIn"},
ariaLabel: "LinkedIn",
},
{ {
icon: Film, icon: Film,
href: "https://youtube.com/lingscars", href: "https://youtube.com/lingscars", ariaLabel: "YouTube"},
ariaLabel: "YouTube",
},
]} ]}
/> />
</div> </div>