Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-23 11:25:34 +00:00

View File

@@ -28,72 +28,45 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About Us",
id: "about",
},
name: "About Us", id: "about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Gallery",
id: "gallery",
},
name: "Gallery", id: "gallery"},
{
name: "Reviews",
id: "reviews",
},
name: "Reviews", id: "reviews"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Boss Auto Detail"
button={{
text: "Call Now",
href: "tel:08034712674",
}}
text: "Call Now", href: "tel:08034712674"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Your Trusted Partner for Car Sales, Detailing & Repairs in Lagos"
description="Experience unparalleled service for all your vehicle needs. Quality, professionalism, and local expertise delivering excellence across Lagos and nearby areas."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg",
alt: "Satisfied Customer 1",
},
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg", alt: "Satisfied Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/ophthalmologist-patient-trying-new-glasses_23-2150923375.jpg",
alt: "Satisfied Customer 2",
},
src: "http://img.b2bpic.net/free-photo/ophthalmologist-patient-trying-new-glasses_23-2150923375.jpg", alt: "Satisfied Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg",
alt: "Satisfied Customer 3",
},
src: "http://img.b2bpic.net/free-photo/happy-business-woman-keeping-hands-hips-outdoors_1262-20194.jpg", alt: "Satisfied Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/cheerful-caucasian-woman-drives-through-picturesque-sunny-city-waves-her-arms-while-stretching-out-car-window-beautiful-day_158595-6772.jpg",
alt: "Satisfied Customer 4",
},
src: "http://img.b2bpic.net/free-photo/cheerful-caucasian-woman-drives-through-picturesque-sunny-city-waves-her-arms-while-stretching-out-car-window-beautiful-day_158595-6772.jpg", alt: "Satisfied Customer 4"},
]}
buttons={[
{
text: "Call Now: 0803 471 2674",
href: "tel:08034712674",
},
text: "Call Now: 0803 471 2674", href: "tel:08034712674"},
{
text: "Request a Quote",
href: "#contact",
},
text: "Request a Quote", href: "#contact"},
]}
/>
</div>
@@ -105,103 +78,66 @@ export default function LandingPage() {
metrics={[
{
icon: Award,
label: "Years in Service",
value: "10+",
},
label: "Years in Service", value: "10+"},
{
icon: Users,
label: "Satisfied Clients",
value: "5000+",
},
label: "Satisfied Clients", value: "5000+"},
{
icon: MapPin,
label: "Service Areas",
value: "Lagos & Beyond",
},
label: "Service Areas", value: "Lagos & Beyond"},
]}
metricsAnimation="entrance-slide"
metricsAnimation="slide-up"
/>
</div>
<div id="services" data-section="services">
<FeatureCardNine
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: 1,
title: "Car Sales & Pre-orders (USA & Canada)",
description: "Find your dream car with our expert sales team. We offer both local inventory and hassle-free pre-orders from the USA & Canada.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/perfect-choise-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16074.jpg?_wi=1",
imageAlt: "Luxury car sales showroom",
},
title: "Car Sales & Pre-orders (USA & Canada)", description: "Find your dream car with our expert sales team. We offer both local inventory and hassle-free pre-orders from the USA & Canada.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/perfect-choise-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16074.jpg?_wi=1", imageAlt: "Luxury car sales showroom"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/perfect-choise-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16074.jpg?_wi=2",
imageAlt: "Customer receiving car keys",
},
imageSrc: "http://img.b2bpic.net/free-photo/perfect-choise-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16074.jpg?_wi=2", imageAlt: "Customer receiving car keys"},
buttons: [
{
text: "View Cars",
href: "tel:08034712674",
},
text: "View Cars", href: "tel:08034712674"},
],
},
{
id: 2,
title: "Car Swaps",
description: "Looking to upgrade or change your vehicle? Our seamless car swap service makes it easy to trade in your current car for a new one.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13656.jpg?_wi=1",
imageAlt: "Car swap process",
},
title: "Car Swaps", description: "Looking to upgrade or change your vehicle? Our seamless car swap service makes it easy to trade in your current car for a new one.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13656.jpg?_wi=1", imageAlt: "Car swap process"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13656.jpg?_wi=2",
imageAlt: "Customer swapping cars",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-buying-car_1303-13656.jpg?_wi=2", imageAlt: "Customer swapping cars"},
buttons: [
{
text: "Explore Swaps",
href: "tel:08034712674",
},
text: "Explore Swaps", href: "tel:08034712674"},
],
},
{
id: 3,
title: "Car Detailing (Home or Office)",
description: "Experience premium car detailing at your convenience. We bring our expert services directly to your home or office, ensuring a pristine finish.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg?_wi=1",
imageAlt: "Professional car detailing at home",
},
title: "Car Detailing (Home or Office)", description: "Experience premium car detailing at your convenience. We bring our expert services directly to your home or office, ensuring a pristine finish.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg?_wi=1", imageAlt: "Professional car detailing at home"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg?_wi=2",
imageAlt: "Car interior detailing",
},
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg?_wi=2", imageAlt: "Car interior detailing"},
buttons: [
{
text: "Book Detailing",
href: "tel:08034712674",
},
text: "Book Detailing", href: "tel:08034712674"},
],
},
{
id: 4,
title: "Car Wash & Repair Services",
description: "From a sparkling wash to complex repairs, our certified technicians provide comprehensive services to keep your vehicle running smoothly and looking its best.",
phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881860.jpg?_wi=1",
imageAlt: "Car wash and repair services",
},
title: "Car Wash & Repair Services", description: "From a sparkling wash to complex repairs, our certified technicians provide comprehensive services to keep your vehicle running smoothly and looking its best.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881860.jpg?_wi=1", imageAlt: "Car wash and repair services"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881860.jpg?_wi=2",
imageAlt: "Mechanic performing car repair",
},
imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881860.jpg?_wi=2", imageAlt: "Mechanic performing car repair"},
buttons: [
{
text: "Schedule Service",
href: "tel:08034712674",
},
text: "Schedule Service", href: "tel:08034712674"},
],
},
]}
@@ -218,27 +154,14 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "gallery-item-1",
brand: "Detailing",
name: "Luxury Sedan Makeover",
price: "View Service",
rating: 5,
reviewCount: "23",
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27233.jpg",
imageAlt: "Before and after luxury sedan detailing",
},
id: "gallery-item-1", brand: "Detailing", name: "Luxury Sedan Makeover", price: "View Service", rating: 5,
reviewCount: "23", imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27233.jpg", imageAlt: "Before and after luxury sedan detailing"},
{
id: "gallery-item-2",
brand: "Interior Care",
name: "Pristine Interior Cleaning",
price: "View Service",
rating: 5,
reviewCount: "23",
imageSrc: "http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30588.jpg",
imageAlt: "Close-up of clean car interior after detailing",
},
id: "gallery-item-2", brand: "Interior Care", name: "Pristine Interior Cleaning", price: "View Service", rating: 5,
reviewCount: "23", imageSrc: "http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30588.jpg", imageAlt: "Close-up of clean car interior after detailing"},
{
id: "gallery-item-3",
id: "gallery-item-3", brand: "Exterior Repair", name: "Dent & Scratch Removal", price: "View Service", rating: 5,
reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-detailing_1303-12797.jpg", imageAlt: "Car dent and scratch repair service"
},
]}
title="Our Work: Quality You Can See"