Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-06-03 07:52:19 +00:00

View File

@@ -159,7 +159,7 @@ export default function LandingPage() {
{
id: "van-executive", name: "Executive Van", price: "From $1,600/month", variant: "Black, 7-Seater", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434364.jpg", imageAlt: "Executive black luxury van"},
{
id: "coupe-elegant", name: "Elegant Coupe", price: "From $1,350/month", variant: "White, Sport Package", imageSrc: "http://img.b2bpic.net/free-photo/stunning-young-woman-waring-dress-posing-front-her-car-outdoors-ownership-driver_158595-6793.jpg", alt: "Elegant white luxury coupe"},
id: "coupe-elegant", name: "Elegant Coupe", price: "From $1,350/month", variant: "White, Sport Package", imageSrc: "http://img.b2bpic.net/free-photo/stunning-young-woman-waring-dress-posing-front-her-car-outdoors-ownership-driver_158595-6793.jpg", imageAlt: "Elegant white luxury coupe"}
]}
title="Our Exclusive <span class='text-primary-cta'>Rental Fleet</span>"
description="Explore a diverse selection of premium vehicles, perfect for any long-term need, from daily commutes to grand adventures."
@@ -304,4 +304,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}