Update src/app/fleet/page.tsx

This commit is contained in:
2026-03-10 14:20:11 +00:00
parent 8f5258b5d9
commit dc4a0cfe6c

View File

@@ -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",
},
]}