diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f09fa33..e9592ba 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" /> diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 4f525c8..b59dc5d 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -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" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 652111f..32546eb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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" diff --git a/src/app/fleet/page.tsx b/src/app/fleet/page.tsx index e582401..90ec6c2 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -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, }, diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 46835c0..bd4d7e9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +