From dc4a0cfe6c93e952ad0cee109ca97c5a2f96c5fa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:20:11 +0000 Subject: [PATCH] Update src/app/fleet/page.tsx --- src/app/fleet/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/fleet/page.tsx b/src/app/fleet/page.tsx index 4c65483..9fd8422 100644 --- a/src/app/fleet/page.tsx +++ b/src/app/fleet/page.tsx @@ -55,7 +55,7 @@ export default function FleetPage() { href: "/", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/look-from-white-car-white-house_8353-1201.jpg" + imageSrc="http://img.b2bpic.net/free-photo/look-from-white-car-white-house_8353-1201.jpg?_wi=2" imageAlt="Premium luxury sports car showcase" showDimOverlay={true} buttonAnimation="slide-up" @@ -72,35 +72,35 @@ export default function FleetPage() { id: "1", name: "Ferrari 488 GTB", price: "$2,500/day", - imageSrc: "http://img.b2bpic.net/free-photo/red-sports-tuned-car-rear-view-wheel-close-up_78492-3674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/red-sports-tuned-car-rear-view-wheel-close-up_78492-3674.jpg?_wi=4", imageAlt: "Red Ferrari 488 GTB sports car", }, { id: "2", name: "Porsche 911 Carrera", price: "$1,800/day", - imageSrc: "http://img.b2bpic.net/free-photo/silver-luxury-sedan-parked-port_114579-5199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/silver-luxury-sedan-parked-port_114579-5199.jpg?_wi=3", imageAlt: "Silver Porsche 911 Carrera", }, { id: "3", name: "Rolls-Royce Phantom", price: "$3,200/day", - imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-beautiful-woman-sitting-front-seat-man-dressed-suit-standing-near-car-outdoors_613910-4822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/well-dressed-beautiful-woman-sitting-front-seat-man-dressed-suit-standing-near-car-outdoors_613910-4822.jpg?_wi=3", imageAlt: "Gold Rolls-Royce Phantom luxury sedan", }, { id: "4", name: "Lamborghini Huracán", price: "$2,800/day", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-sedan-sport-cars-road_114579-4019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-sedan-sport-cars-road_114579-4019.jpg?_wi=3", imageAlt: "Black Lamborghini Huracán supercar", }, { id: "5", name: "Bentley Continental GT", price: "$2,200/day", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-car-showroom_1303-22855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-car-showroom_1303-22855.jpg?_wi=3", imageAlt: "Champagne Bentley Continental GT", }, ]}