From f5fca613357ddb5b5d1960a7a8f2b1267c19665f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:03:26 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 77a4081..81ef73d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -72,7 +72,7 @@ export default function AboutPage() { title: "Airport Pickups & Transfers", description: "Professional ground transportation directly from the airport. Skip the taxi lines and arrive in luxury. Our drivers are punctual, courteous, and familiar with all major airports.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-car_23-2149571899.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-car_23-2149571899.jpg?_wi=2", }, items: [ { @@ -95,7 +95,7 @@ export default function AboutPage() { title: "Corporate Fleet Management", description: "Dedicated solutions for corporate clients requiring multiple vehicles and flexible arrangements. Streamlined billing, priority support, and customized fleet configurations.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-car-car-show-room_1303-15733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-car-car-show-room_1303-15733.jpg?_wi=2", }, items: [ { @@ -118,7 +118,7 @@ export default function AboutPage() { title: "Long-Term Rentals", description: "Extended rental programs perfect for relocations, projects, or ongoing needs. Attractive monthly rates with flexible terms and comprehensive coverage options.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/composed-contract-mortgage-agent-desk_23-2147764198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composed-contract-mortgage-agent-desk_23-2147764198.jpg?_wi=2", }, items: [ { @@ -156,7 +156,7 @@ export default function AboutPage() { handle: "@jamesmitchell", testimonial: "Exceptional service from booking to return. The vehicles are immaculate and the staff goes above and beyond. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg?_wi=4", }, { id: "2", @@ -164,7 +164,7 @@ export default function AboutPage() { handle: "@sarahander", testimonial: "Elite Rent a Car made my corporate travel seamless. Professional drivers, luxurious vehicles, and flawless execution every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg?_wi=4", }, { id: "3", @@ -172,7 +172,7 @@ export default function AboutPage() { handle: "@marcusr", testimonial: "Best car rental experience I've had. Premium fleet, transparent pricing, and customer service that truly cares about your satisfaction.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/experienced-businessman-standing-office-room-indian-content-office-employee-eyeglasses-smiling-posing-with-folded-hands-business-management-corporation-concept_74855-11681.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/experienced-businessman-standing-office-room-indian-content-office-employee-eyeglasses-smiling-posing-with-folded-hands-business-management-corporation-concept_74855-11681.jpg?_wi=3", }, { id: "4", @@ -180,7 +180,7 @@ export default function AboutPage() { handle: "@emilychen", testimonial: "From airport pickup to return, everything was handled professionally. The booking process was smooth and the support team was incredibly helpful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-attractive-young-african-american-female-with-voluminous-afro-haircut-with-broad-confident-smile-keeping-her-arms-folded-chest-wearing-striped-nightgown_343059-2618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-attractive-young-african-american-female-with-voluminous-afro-haircut-with-broad-confident-smile-keeping-her-arms-folded-chest-wearing-striped-nightgown_343059-2618.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1 From 688917ef5cad4d07db62e5769356d41ea1172672 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:03:27 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 456f947..63c98b9 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -43,7 +43,7 @@ export default function ContactPage() { background={{ variant: "gradient-bars" }} useInvertedBackground={false} mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/side-view-smiling-young-businesswoman-working-laptop-restaurant_23-2147970883.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-smiling-young-businesswoman-working-laptop-restaurant_23-2147970883.jpg?_wi=4" imageAlt="Elite Rent a Car office" mediaAnimation="slide-up" inputPlaceholder="Enter your email address" -- 2.49.1 From 2e03c2690426b7908e149eb330538c68fa765e5b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:03:27 +0000 Subject: [PATCH 3/5] Update src/app/fleet/page.tsx --- src/app/fleet/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/fleet/page.tsx b/src/app/fleet/page.tsx index fba70f6..042b5b8 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -53,42 +53,42 @@ export default function FleetPage() { id: "1", name: "Luxury Sedan Pro", price: "$120/day", - imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg?_wi=2", imageAlt: "Premium luxury sedan", }, { id: "2", name: "Executive SUV", price: "$180/day", - imageSrc: "http://img.b2bpic.net/free-photo/couple-searching-new-car-dealership_23-2149117127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-searching-new-car-dealership_23-2149117127.jpg?_wi=2", imageAlt: "Luxury sport utility vehicle", }, { id: "3", name: "Premium Business Class", price: "$150/day", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17457.jpg?_wi=2", imageAlt: "Executive business vehicle", }, { id: "4", name: "Compact Executive", price: "$95/day", - imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg?_wi=3", imageAlt: "Compact luxury vehicle", }, { id: "5", name: "Sports Coupe", price: "$200/day", - imageSrc: "http://img.b2bpic.net/free-photo/couple-searching-new-car-dealership_23-2149117127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-searching-new-car-dealership_23-2149117127.jpg?_wi=3", imageAlt: "High-performance sports car", }, { id: "6", name: "Family SUV Premium", price: "$160/day", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17457.jpg?_wi=3", imageAlt: "Premium family vehicle", }, ]} @@ -111,7 +111,7 @@ export default function FleetPage() { handle: "@jamesmitchell", testimonial: "Exceptional service from booking to return. The vehicles are immaculate and the staff goes above and beyond.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg?_wi=3", }, { id: "2", @@ -119,7 +119,7 @@ export default function FleetPage() { handle: "@sarahander", testimonial: "Elite Rent a Car made my corporate travel seamless. Professional drivers and luxurious vehicles every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg?_wi=3", }, { id: "3", @@ -127,7 +127,7 @@ export default function FleetPage() { handle: "@marcusr", testimonial: "Best car rental experience I've had. Premium fleet with transparent pricing and outstanding customer service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/experienced-businessman-standing-office-room-indian-content-office-employee-eyeglasses-smiling-posing-with-folded-hands-business-management-corporation-concept_74855-11681.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/experienced-businessman-standing-office-room-indian-content-office-employee-eyeglasses-smiling-posing-with-folded-hands-business-management-corporation-concept_74855-11681.jpg?_wi=2", }, ]} /> @@ -143,7 +143,7 @@ export default function FleetPage() { background={{ variant: "gradient-bars" }} useInvertedBackground={false} mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/side-view-smiling-young-businesswoman-working-laptop-restaurant_23-2147970883.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-smiling-young-businesswoman-working-laptop-restaurant_23-2147970883.jpg?_wi=2" imageAlt="Elite Rent a Car office" mediaAnimation="slide-up" inputPlaceholder="Enter your email address" -- 2.49.1 From d685b4b579866241eb288985bb877c3d1dafcd2d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:03:28 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e087aaa..6c26ec0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,21 +137,21 @@ export default function HomePage() { id: "1", name: "Luxury Sedan Pro", price: "$120/day", - imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg?_wi=1", imageAlt: "Premium luxury sedan", }, { id: "2", name: "Executive SUV", price: "$180/day", - imageSrc: "http://img.b2bpic.net/free-photo/couple-searching-new-car-dealership_23-2149117127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-searching-new-car-dealership_23-2149117127.jpg?_wi=1", imageAlt: "Luxury sport utility vehicle", }, { id: "3", name: "Premium Business Class", price: "$150/day", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17457.jpg?_wi=1", imageAlt: "Executive business vehicle", }, ]} @@ -188,7 +188,7 @@ export default function HomePage() { handle: "@jamesmitchell", testimonial: "Exceptional service from booking to return. The vehicles are immaculate and the staff goes above and beyond. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg?_wi=1", }, { id: "2", @@ -196,7 +196,7 @@ export default function HomePage() { handle: "@sarahander", testimonial: "Elite Rent a Car made my corporate travel seamless. Professional drivers, luxurious vehicles, and flawless execution every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg?_wi=1", }, { id: "3", @@ -204,7 +204,7 @@ export default function HomePage() { handle: "@marcusr", testimonial: "Best car rental experience I've had. Premium fleet, transparent pricing, and customer service that truly cares about your satisfaction.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/experienced-businessman-standing-office-room-indian-content-office-employee-eyeglasses-smiling-posing-with-folded-hands-business-management-corporation-concept_74855-11681.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/experienced-businessman-standing-office-room-indian-content-office-employee-eyeglasses-smiling-posing-with-folded-hands-business-management-corporation-concept_74855-11681.jpg?_wi=1", }, { id: "4", @@ -212,7 +212,7 @@ export default function HomePage() { handle: "@emilychen", testimonial: "From airport pickup to return, everything was handled professionally. The booking process was smooth and the support team was incredibly helpful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-attractive-young-african-american-female-with-voluminous-afro-haircut-with-broad-confident-smile-keeping-her-arms-folded-chest-wearing-striped-nightgown_343059-2618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-attractive-young-african-american-female-with-voluminous-afro-haircut-with-broad-confident-smile-keeping-her-arms-folded-chest-wearing-striped-nightgown_343059-2618.jpg?_wi=1", }, { id: "5", @@ -220,7 +220,7 @@ export default function HomePage() { handle: "@davidt", testimonial: "Consistently excellent service across multiple bookings. The quality of vehicles and attention to detail set Elite apart from competitors.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-eastern-businessman-does-daily-tasks-corporate-job_482257-116713.jpg?_wi=2", }, { id: "6", @@ -228,7 +228,7 @@ export default function HomePage() { handle: "@jesspark", testimonial: "Professional, reliable, and trustworthy. Every aspect of the rental experience exceeded my expectations. Will book again!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-woman-looking-up-copy-space_1262-3088.jpg?_wi=2", }, ]} /> @@ -249,7 +249,7 @@ export default function HomePage() { title: "Airport Pickups & Transfers", description: "Professional ground transportation directly from the airport. Skip the taxi lines and arrive in luxury. Our drivers are punctual, courteous, and familiar with all major airports.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-car_23-2149571899.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-car_23-2149571899.jpg?_wi=1", }, items: [ { icon: Clock, text: "Always On-Time Service" }, @@ -263,7 +263,7 @@ export default function HomePage() { title: "Corporate Fleet Management", description: "Dedicated solutions for corporate clients requiring multiple vehicles and flexible arrangements. Streamlined billing, priority support, and customized fleet configurations.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-car-car-show-room_1303-15733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-car-car-show-room_1303-15733.jpg?_wi=1", }, items: [ { icon: Briefcase, text: "Bulk Discounts Available" }, @@ -277,7 +277,7 @@ export default function HomePage() { title: "Long-Term Rentals", description: "Extended rental programs perfect for relocations, projects, or ongoing needs. Attractive monthly rates with flexible terms and comprehensive coverage options.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/composed-contract-mortgage-agent-desk_23-2147764198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composed-contract-mortgage-agent-desk_23-2147764198.jpg?_wi=1", }, items: [ { icon: Calendar, text: "Flexible Duration Options" }, @@ -300,7 +300,7 @@ export default function HomePage() { background={{ variant: "gradient-bars" }} useInvertedBackground={false} mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/side-view-smiling-young-businesswoman-working-laptop-restaurant_23-2147970883.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-smiling-young-businesswoman-working-laptop-restaurant_23-2147970883.jpg?_wi=1" imageAlt="Elite Rent a Car office" mediaAnimation="slide-up" inputPlaceholder="Enter your email address" -- 2.49.1 From c96daec5b499f03f234b2d1ef7ebb2599296c68d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:03:29 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0ec76cb..eb45a65 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -42,7 +42,7 @@ export default function ServicesPage() { title: "Airport Pickups & Transfers", description: "Professional ground transportation directly from the airport. Skip the taxi lines and arrive in luxury. Our drivers are punctual, courteous, and familiar with all major airports.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-car_23-2149571899.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-car_23-2149571899.jpg?_wi=3", }, items: [ { @@ -65,7 +65,7 @@ export default function ServicesPage() { title: "Corporate Fleet Management", description: "Dedicated solutions for corporate clients requiring multiple vehicles and flexible arrangements. Streamlined billing, priority support, and customized fleet configurations.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-car-car-show-room_1303-15733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-choosing-car-car-show-room_1303-15733.jpg?_wi=3", }, items: [ { @@ -88,7 +88,7 @@ export default function ServicesPage() { title: "Long-Term Rentals", description: "Extended rental programs perfect for relocations, projects, or ongoing needs. Attractive monthly rates with flexible terms and comprehensive coverage options.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/composed-contract-mortgage-agent-desk_23-2147764198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composed-contract-mortgage-agent-desk_23-2147764198.jpg?_wi=3", }, items: [ { @@ -124,21 +124,21 @@ export default function ServicesPage() { id: "1", name: "Luxury Sedan Pro", price: "$120/day", - imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grey-coupe-rainy-highway-motion-focus_169016-69693.jpg?_wi=4", imageAlt: "Premium luxury sedan", }, { id: "2", name: "Executive SUV", price: "$180/day", - imageSrc: "http://img.b2bpic.net/free-photo/couple-searching-new-car-dealership_23-2149117127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-searching-new-car-dealership_23-2149117127.jpg?_wi=4", imageAlt: "Luxury sport utility vehicle", }, { id: "3", name: "Premium Business Class", price: "$150/day", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17457.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17457.jpg?_wi=4", imageAlt: "Executive business vehicle", }, ]} @@ -163,7 +163,7 @@ export default function ServicesPage() { background={{ variant: "gradient-bars" }} useInvertedBackground={false} mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/side-view-smiling-young-businesswoman-working-laptop-restaurant_23-2147970883.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-smiling-young-businesswoman-working-laptop-restaurant_23-2147970883.jpg?_wi=3" imageAlt="Elite Rent a Car office" mediaAnimation="slide-up" inputPlaceholder="Enter your email address" -- 2.49.1