From 20169c22b567a233c80a203751eb046520c9fe3c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:26:20 +0000 Subject: [PATCH 1/3] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index ab97a0c..0a89b47 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -45,11 +45,11 @@ export default function BookingPage() { title: "Search & Filter", description: "Browse available vehicles by destination, date, and vehicle type to find your perfect match", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-coworking-space-app-template_52683-111681.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-coworking-space-app-template_52683-111681.jpg?_wi=3", imageAlt: "Mobile app search interface", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/mobile-screenshots-templates_1057-550.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/mobile-screenshots-templates_1057-550.jpg?_wi=2", imageAlt: "App filter options", }, }, @@ -58,11 +58,11 @@ export default function BookingPage() { title: "Select & Customize", description: "Choose your perfect vehicle and add insurance, extras, or special requests to your rental", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-coworking-space-app-template_52683-111681.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-coworking-space-app-template_52683-111681.jpg?_wi=4", imageAlt: "Car selection app", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/mortgage-application-home-loan-concept_53876-148085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mortgage-application-home-loan-concept_53876-148085.jpg?_wi=2", imageAlt: "Customization options screen", }, }, @@ -71,11 +71,11 @@ export default function BookingPage() { title: "Checkout & Confirm", description: "Complete secure payment and receive instant confirmation of your rental reservation", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/mobile-application-with-unresolved-payments-coronavirus-pandemic_53876-168003.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/mobile-application-with-unresolved-payments-coronavirus-pandemic_53876-168003.jpg?_wi=2", imageAlt: "Payment checkout screen", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/payday-loan-application-laptop-screen_53876-116937.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/payday-loan-application-laptop-screen_53876-116937.jpg?_wi=2", imageAlt: "Booking confirmation receipt", }, }, @@ -98,7 +98,7 @@ export default function BookingPage() { name: "Sarah Johnson", handle: "@caribbean_explorer", testimonial: "Booked a car in minutes for our beach getaway. The entire process was smooth and the vehicle was perfect. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-posing_23-2148677662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-posing_23-2148677662.jpg?_wi=3", imageAlt: "Sarah Johnson", }, { @@ -106,7 +106,7 @@ export default function BookingPage() { name: "Michael Chen", handle: "@travel_blogger", testimonial: "Best car rental experience in the Caribbean. Great selection, transparent pricing, and amazing customer support throughout.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=4", imageAlt: "Michael Chen", }, { @@ -114,7 +114,7 @@ export default function BookingPage() { name: "Emma Rodriguez", handle: "@island_life_now", testimonial: "IslandRent made our family vacation stress-free. Easy booking, clean vehicles, and pickup right at our resort.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-posing_23-2148677662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-posing_23-2148677662.jpg?_wi=4", imageAlt: "Emma Rodriguez", }, { @@ -122,7 +122,7 @@ export default function BookingPage() { name: "David Thompson", handle: "@adventure_seeker", testimonial: "Rented a jeep for exploring remote beaches. The app is intuitive and the support team is incredibly helpful.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=5", imageAlt: "David Thompson", }, { @@ -130,7 +130,7 @@ export default function BookingPage() { name: "Lisa Park", handle: "@wanderlust_diaries", testimonial: "Transparent pricing with no hidden fees. The rental process was faster than anywhere else I've tried.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "Lisa Park", }, { @@ -138,7 +138,7 @@ export default function BookingPage() { name: "James Wilson", handle: "@business_traveler", testimonial: "As a frequent visitor, IslandRent is my go-to service. Reliable, professional, and always available when I need them.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=6", imageAlt: "James Wilson", }, ]} -- 2.49.1 From ee95b355b374811d45ca079a881563ec82c37d79 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:26:21 +0000 Subject: [PATCH 2/3] Update src/app/fleet/page.tsx --- src/app/fleet/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/fleet/page.tsx b/src/app/fleet/page.tsx index d6ef66c..dc6f8f2 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -45,42 +45,42 @@ export default function FleetPage() { id: "1", name: "Tropical Explorer", price: "$45/day", - imageSrc: "http://img.b2bpic.net/free-photo/looking-camera-girl-modern-car-salon-daytime-indoors-buying-new-vehicle_146671-16453.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/looking-camera-girl-modern-car-salon-daytime-indoors-buying-new-vehicle_146671-16453.jpg?_wi=2", imageAlt: "White SUV luxury vehicle", }, { id: "2", name: "Island Cruiser", price: "$35/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: "Silver sedan business car", }, { id: "3", name: "Adventure Pro", price: "$55/day", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-suv-countryside_169016-21393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-suv-countryside_169016-21393.jpg?_wi=2", imageAlt: "Red jeep adventure vehicle", }, { id: "4", name: "Eco Ride", price: "$25/day", - imageSrc: "http://img.b2bpic.net/free-photo/blue-crossover-driving-autumn-road-side-view-car-motion_169016-69911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-crossover-driving-autumn-road-side-view-car-motion_169016-69911.jpg?_wi=2", imageAlt: "Blue compact car economy vehicle", }, { id: "5", name: "Luxury Escape", price: "$85/day", - imageSrc: "http://img.b2bpic.net/free-photo/brutal-young-man-wearing-black-coat-leaning-luxury-car-autumn-forest-evening_613910-19901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brutal-young-man-wearing-black-coat-leaning-luxury-car-autumn-forest-evening_613910-19901.jpg?_wi=2", imageAlt: "Black convertible luxury car", }, { id: "6", name: "Family Journey", price: "$50/day", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-top-car_23-2147828238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-top-car_23-2147828238.jpg?_wi=2", imageAlt: "Gray minivan family transport", }, ]} @@ -102,7 +102,7 @@ export default function FleetPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/transport-concept-with-cars-aerial-view_23-2148959733.jpg" + imageSrc="http://img.b2bpic.net/free-photo/transport-concept-with-cars-aerial-view_23-2148959733.jpg?_wi=2" imageAlt="Diverse car rental fleet" bulletPoints={[ { -- 2.49.1 From 83f854454da7f74ed698022fdc08b607c95767ab Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 10:26:22 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9362d47..9387a6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/transport-concept-with-cars-aerial-view_23-2148959733.jpg" + imageSrc="http://img.b2bpic.net/free-photo/transport-concept-with-cars-aerial-view_23-2148959733.jpg?_wi=1" imageAlt="Diverse car rental fleet" bulletPoints={[ { @@ -102,42 +102,42 @@ export default function HomePage() { id: "1", name: "Tropical Explorer", price: "$45/day", - imageSrc: "http://img.b2bpic.net/free-photo/looking-camera-girl-modern-car-salon-daytime-indoors-buying-new-vehicle_146671-16453.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/looking-camera-girl-modern-car-salon-daytime-indoors-buying-new-vehicle_146671-16453.jpg?_wi=1", imageAlt: "White SUV luxury vehicle", }, { id: "2", name: "Island Cruiser", price: "$35/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: "Silver sedan business car", }, { id: "3", name: "Adventure Pro", price: "$55/day", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-suv-countryside_169016-21393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-driving-suv-countryside_169016-21393.jpg?_wi=1", imageAlt: "Red jeep adventure vehicle", }, { id: "4", name: "Eco Ride", price: "$25/day", - imageSrc: "http://img.b2bpic.net/free-photo/blue-crossover-driving-autumn-road-side-view-car-motion_169016-69911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-crossover-driving-autumn-road-side-view-car-motion_169016-69911.jpg?_wi=1", imageAlt: "Blue compact car economy vehicle", }, { id: "5", name: "Luxury Escape", price: "$85/day", - imageSrc: "http://img.b2bpic.net/free-photo/brutal-young-man-wearing-black-coat-leaning-luxury-car-autumn-forest-evening_613910-19901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brutal-young-man-wearing-black-coat-leaning-luxury-car-autumn-forest-evening_613910-19901.jpg?_wi=1", imageAlt: "Black convertible luxury car", }, { id: "6", name: "Family Journey", price: "$50/day", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-top-car_23-2147828238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-sitting-top-car_23-2147828238.jpg?_wi=1", imageAlt: "Gray minivan family transport", }, ]} @@ -159,11 +159,11 @@ export default function HomePage() { title: "Search & Filter", description: "Browse available vehicles by destination, date, and vehicle type", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-coworking-space-app-template_52683-111681.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-coworking-space-app-template_52683-111681.jpg?_wi=1", imageAlt: "Mobile app search interface", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/mobile-screenshots-templates_1057-550.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/mobile-screenshots-templates_1057-550.jpg?_wi=1", imageAlt: "App filter options", }, }, @@ -172,11 +172,11 @@ export default function HomePage() { title: "Select & Customize", description: "Choose your perfect vehicle and add insurance or extras", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/flat-coworking-space-app-template_52683-111681.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-coworking-space-app-template_52683-111681.jpg?_wi=2", imageAlt: "Car selection app", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/mortgage-application-home-loan-concept_53876-148085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mortgage-application-home-loan-concept_53876-148085.jpg?_wi=1", imageAlt: "Customization options screen", }, }, @@ -185,11 +185,11 @@ export default function HomePage() { title: "Checkout & Confirm", description: "Secure payment and instant confirmation of your rental", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-vector/mobile-application-with-unresolved-payments-coronavirus-pandemic_53876-168003.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/mobile-application-with-unresolved-payments-coronavirus-pandemic_53876-168003.jpg?_wi=1", imageAlt: "Payment checkout screen", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/payday-loan-application-laptop-screen_53876-116937.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/payday-loan-application-laptop-screen_53876-116937.jpg?_wi=1", imageAlt: "Booking confirmation receipt", }, }, @@ -275,7 +275,7 @@ export default function HomePage() { name: "Sarah Johnson", handle: "@caribbean_explorer", testimonial: "Booked a car in minutes for our beach getaway. The entire process was smooth and the vehicle was perfect. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-posing_23-2148677662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-posing_23-2148677662.jpg?_wi=1", imageAlt: "Sarah Johnson", }, { @@ -283,7 +283,7 @@ export default function HomePage() { name: "Michael Chen", handle: "@travel_blogger", testimonial: "Best car rental experience in the Caribbean. Great selection, transparent pricing, and amazing customer support throughout.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=1", imageAlt: "Michael Chen", }, { @@ -291,7 +291,7 @@ export default function HomePage() { name: "Emma Rodriguez", handle: "@island_life_now", testimonial: "IslandRent made our family vacation stress-free. Easy booking, clean vehicles, and pickup right at our resort.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-posing_23-2148677662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-posing_23-2148677662.jpg?_wi=2", imageAlt: "Emma Rodriguez", }, { @@ -299,7 +299,7 @@ export default function HomePage() { name: "David Thompson", handle: "@adventure_seeker", testimonial: "Rented a jeep for exploring remote beaches. The app is intuitive and the support team is incredibly helpful.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=2", imageAlt: "David Thompson", }, { @@ -307,7 +307,7 @@ export default function HomePage() { name: "Lisa Park", handle: "@wanderlust_diaries", testimonial: "Transparent pricing with no hidden fees. The rental process was faster than anywhere else I've tried.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Lisa Park", }, { @@ -315,7 +315,7 @@ export default function HomePage() { name: "James Wilson", handle: "@business_traveler", testimonial: "As a frequent visitor, IslandRent is my go-to service. Reliable, professional, and always available when I need them.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-copy-space_23-2148422282.jpg?_wi=3", imageAlt: "James Wilson", }, ]} -- 2.49.1