From 2bd75b91c55517c8585faf29fd4d931dfe08fa8a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:14:01 +0000 Subject: [PATCH] Update src/app/lease/page.tsx --- src/app/lease/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/lease/page.tsx b/src/app/lease/page.tsx index c124fc1..8bd97d3 100644 --- a/src/app/lease/page.tsx +++ b/src/app/lease/page.tsx @@ -107,7 +107,7 @@ export default function LeaseVehiclesPage() { price: "$699/month", rating: 5, reviewCount: "127", - imageSrc: "http://img.b2bpic.net/free-photo/red-suv-cuts-through-winter-forest-motion-forest-road-drive_169016-71217.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/red-suv-cuts-through-winter-forest-motion-forest-road-drive_169016-71217.jpg?_wi=2", imageAlt: "BMW M440i sedan in midnight blue", }, { @@ -117,7 +117,7 @@ export default function LeaseVehiclesPage() { price: "$749/month", rating: 5, reviewCount: "156", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-male-sunglasses-dressed-black-suit-sitting-luxury-car-against-skyscraper_613910-19325.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-male-sunglasses-dressed-black-suit-sitting-luxury-car-against-skyscraper_613910-19325.jpg?_wi=2", imageAlt: "Mercedes C-Class AMG in silver", }, { @@ -127,7 +127,7 @@ export default function LeaseVehiclesPage() { price: "$1,299/month", rating: 5, reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9275.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9275.jpg?_wi=2", imageAlt: "Porsche 911 Carrera in racing red", }, { @@ -137,7 +137,7 @@ export default function LeaseVehiclesPage() { price: "$649/month", rating: 5, reviewCount: "203", - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-19007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-man-car-showroom-choosing-car_1303-19007.jpg?_wi=2", imageAlt: "Tesla Model S in pearl white", }, { @@ -147,7 +147,7 @@ export default function LeaseVehiclesPage() { price: "$899/month", rating: 5, reviewCount: "142", - imageSrc: "http://img.b2bpic.net/free-photo/gray-coupe-road-focus_417767-24.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gray-coupe-road-focus_417767-24.jpg?_wi=2", imageAlt: "Range Rover Sport in black", }, { @@ -157,7 +157,7 @@ export default function LeaseVehiclesPage() { price: "$849/month", rating: 5, reviewCount: "118", - imageSrc: "http://img.b2bpic.net/free-photo/solid-asian-man-white-shirt-sunglasses-posed-near-black-mafia-suv-cars_627829-13667.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/solid-asian-man-white-shirt-sunglasses-posed-near-black-mafia-suv-cars_627829-13667.jpg?_wi=2", imageAlt: "Audi RS6 Avant in dark gray", }, { @@ -167,7 +167,7 @@ export default function LeaseVehiclesPage() { price: "$725/month", rating: 5, reviewCount: "98", - imageSrc: "http://img.b2bpic.net/free-photo/red-suv-cuts-through-winter-forest-motion-forest-road-drive_169016-71217.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/red-suv-cuts-through-winter-forest-motion-forest-road-drive_169016-71217.jpg?_wi=3", imageAlt: "Lexus luxury hybrid SUV", }, { @@ -177,7 +177,7 @@ export default function LeaseVehiclesPage() { price: "$579/month", rating: 5, reviewCount: "134", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-car_23-2149104442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-car_23-2149104442.jpg?_wi=2", imageAlt: "Jeep Grand Cherokee luxury SUV", }, ]} @@ -266,7 +266,7 @@ export default function LeaseVehiclesPage() {