Merge version_1 into main #1

Merged
bender merged 7 commits from version_1 into main 2026-03-10 04:44:19 +00:00
7 changed files with 1390 additions and 23 deletions

View File

@@ -90,7 +90,7 @@ export default function AboutPage() {
useInvertedBackground={false}
buttons={[{ text: "Start Booking", href: "/booking" }]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169862.jpg"
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169862.jpg?_wi=2"
imageAlt="Streamlined booking interface"
/>
</div>

View File

@@ -83,7 +83,7 @@ export default function BookingPage() {
title="Reserve Your Luxury Vehicle"
description="Complete your booking in just a few steps. Our concierge team will ensure everything is perfect for your arrival. Provide your details and vehicle preference, and we'll handle the rest."
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169862.jpg"
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169862.jpg?_wi=3"
imageAlt="Online booking interface"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -85,7 +85,7 @@ export default function ContactPage() {
title="Get in Touch"
description="Have questions about our vehicles or services? Our luxury concierge team is ready to assist. Contact us today."
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292841.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292841.jpg?_wi=2"
imageAlt="Luxury concierge service"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -94,7 +94,7 @@ export default function FleetPage() {
name: "Lamborghini Huracán",
price: "$599/day",
variant: "Red • High Performance",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32023.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32023.jpg?_wi=2",
imageAlt: "Lamborghini Huracán red sports car",
isFavorited: false,
},
@@ -103,7 +103,7 @@ export default function FleetPage() {
name: "Mercedes-Benz S-Class",
price: "$349/day",
variant: "Pearl White • Executive",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18975.jpg?_wi=2",
imageAlt: "Mercedes-Benz S-Class white luxury sedan",
isFavorited: false,
},
@@ -112,7 +112,7 @@ export default function FleetPage() {
name: "BMW M440i",
price: "$299/day",
variant: "Black • Performance Luxury",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-standing-near-car_158595-1159.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-standing-near-car_158595-1159.jpg?_wi=2",
imageAlt: "BMW M440i black luxury coupe",
isFavorited: false,
},
@@ -121,7 +121,7 @@ export default function FleetPage() {
name: "Porsche 911 Carrera",
price: "$699/day",
variant: "Silver • Sports Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-headlight-modern-luxury-car_181624-23587.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-headlight-modern-luxury-car_181624-23587.jpg?_wi=2",
imageAlt: "Porsche 911 Carrera silver supercar",
isFavorited: false,
},
@@ -130,7 +130,7 @@ export default function FleetPage() {
name: "Audi A8 L",
price: "$379/day",
variant: "Midnight Blue • Elegant",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-talking-phone-by-his-car_1303-23040.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-talking-phone-by-his-car_1303-23040.jpg?_wi=2",
imageAlt: "Audi A8 L midnight blue luxury sedan",
isFavorited: false,
},
@@ -139,7 +139,7 @@ export default function FleetPage() {
name: "Range Rover Velar",
price: "$449/day",
variant: "Graphite • Premium SUV",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-business-man-delivering-bouquet-beautiful-flowers_1303-20891.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-business-man-delivering-bouquet-beautiful-flowers_1303-20891.jpg?_wi=2",
imageAlt: "Range Rover Velar graphite luxury SUV",
isFavorited: false,
},

File diff suppressed because it is too large Load Diff

View File

@@ -156,7 +156,7 @@ export default function HomePage() {
name: "Lamborghini Huracán",
price: "$599/day",
variant: "Red • High Performance",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32023.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-elegant-woman-car-salon_1157-32023.jpg?_wi=1",
imageAlt: "Lamborghini Huracán red sports car",
isFavorited: false,
},
@@ -165,7 +165,7 @@ export default function HomePage() {
name: "Mercedes-Benz S-Class",
price: "$349/day",
variant: "Pearl White • Executive",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-18975.jpg?_wi=1",
imageAlt: "Mercedes-Benz S-Class white luxury sedan",
isFavorited: false,
},
@@ -174,7 +174,7 @@ export default function HomePage() {
name: "BMW M440i",
price: "$299/day",
variant: "Black • Performance Luxury",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-standing-near-car_158595-1159.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-standing-near-car_158595-1159.jpg?_wi=1",
imageAlt: "BMW M440i black luxury coupe",
isFavorited: false,
},
@@ -183,7 +183,7 @@ export default function HomePage() {
name: "Porsche 911 Carrera",
price: "$699/day",
variant: "Silver • Sports Enthusiast",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-headlight-modern-luxury-car_181624-23587.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-headlight-modern-luxury-car_181624-23587.jpg?_wi=1",
imageAlt: "Porsche 911 Carrera silver supercar",
isFavorited: false,
},
@@ -192,7 +192,7 @@ export default function HomePage() {
name: "Audi A8 L",
price: "$379/day",
variant: "Midnight Blue • Elegant",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-talking-phone-by-his-car_1303-23040.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-talking-phone-by-his-car_1303-23040.jpg?_wi=1",
imageAlt: "Audi A8 L midnight blue luxury sedan",
isFavorited: false,
},
@@ -201,7 +201,7 @@ export default function HomePage() {
name: "Range Rover Velar",
price: "$449/day",
variant: "Graphite • Premium SUV",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-business-man-delivering-bouquet-beautiful-flowers_1303-20891.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-business-man-delivering-bouquet-beautiful-flowers_1303-20891.jpg?_wi=1",
imageAlt: "Range Rover Velar graphite luxury SUV",
isFavorited: false,
},
@@ -249,7 +249,7 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[{ text: "Start Booking", href: "/booking" }]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169862.jpg"
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169862.jpg?_wi=1"
imageAlt="Streamlined booking interface"
/>
</div>
@@ -270,7 +270,7 @@ export default function HomePage() {
role: "Luxury Travel Advisor",
company: "Elite Journeys",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-wearing-fashion-eyeglasses-stylish-suit-sitting-sofa-modern-studio_496169-1399.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-wearing-fashion-eyeglasses-stylish-suit-sitting-sofa-modern-studio_496169-1399.jpg?_wi=1",
imageAlt: "luxury travel advisor professional portrait",
},
{
@@ -279,7 +279,7 @@ export default function HomePage() {
role: "CEO",
company: "Prestige Events",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-with-coffee-cup_23-2149429379.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-work-with-coffee-cup_23-2149429379.jpg?_wi=1",
imageAlt: "female CEO executive portrait professional",
},
{
@@ -288,7 +288,7 @@ export default function HomePage() {
role: "Entrepreneur",
company: "Global Ventures",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg?_wi=1",
imageAlt: "male entrepreneur portrait business successful",
},
]}
@@ -440,7 +440,7 @@ export default function HomePage() {
title="Get in Touch"
description="Have questions about our vehicles or services? Our luxury concierge team is ready to assist. Contact us today."
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292841.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292841.jpg?_wi=1"
imageAlt="Luxury concierge service"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -163,7 +163,7 @@ export default function PricingPage() {
company: "Elite Journeys",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/handsome-businessman-wearing-fashion-eyeglasses-stylish-suit-sitting-sofa-modern-studio_496169-1399.jpg",
"http://img.b2bpic.net/free-photo/handsome-businessman-wearing-fashion-eyeglasses-stylish-suit-sitting-sofa-modern-studio_496169-1399.jpg?_wi=2",
},
{
id: "2",
@@ -172,7 +172,7 @@ export default function PricingPage() {
company: "Prestige Events",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-woman-work-with-coffee-cup_23-2149429379.jpg",
"http://img.b2bpic.net/free-photo/medium-shot-woman-work-with-coffee-cup_23-2149429379.jpg?_wi=2",
},
{
id: "3",
@@ -181,7 +181,7 @@ export default function PricingPage() {
company: "Global Ventures",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
"http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg?_wi=2",
},
]}
kpiItems={[