From e5465fc06a34a4082ef5c5aed5df279d6b8cb10f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:53:50 +0000 Subject: [PATCH] Update src/app/inventory/page.tsx --- src/app/inventory/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/inventory/page.tsx b/src/app/inventory/page.tsx index 1827ecb..9eeb237 100644 --- a/src/app/inventory/page.tsx +++ b/src/app/inventory/page.tsx @@ -83,7 +83,7 @@ export default function InventoryPage() { { text: "Schedule Viewing", href: "/contact" }, { text: "Contact Specialists", href: "/contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/car-headlight-couple-making-deal-with-car-dealer_651396-1187.jpg" + imageSrc="http://img.b2bpic.net/free-photo/car-headlight-couple-making-deal-with-car-dealer_651396-1187.jpg?_wi=3" imageAlt="luxury vehicle showroom collection" /> @@ -99,28 +99,28 @@ export default function InventoryPage() { id: "1", name: "2023 Mercedes-AMG G63", price: "$185,000", - imageSrc: "http://img.b2bpic.net/free-photo/black-suv-autumn-road-car-with-headlights_169016-70231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-suv-autumn-road-car-with-headlights_169016-70231.jpg?_wi=2", imageAlt: "Mercedes-AMG G63 luxury SUV", }, { id: "2", name: "2022 Porsche 911 Turbo S", price: "$215,000", - imageSrc: "http://img.b2bpic.net/free-photo/sport-cars-parade-race-highway_114579-4052.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sport-cars-parade-race-highway_114579-4052.jpg?_wi=2", imageAlt: "Porsche 911 Turbo S sports car", }, { id: "3", name: "2023 BMW M440i xDrive", price: "$82,000", - imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-rain-with-wipers-motion-style_169016-69929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-rain-with-wipers-motion-style_169016-69929.jpg?_wi=2", imageAlt: "BMW M440i luxury sedan", }, { id: "4", name: "2021 Lamborghini Huracán", price: "$245,000", - imageSrc: "http://img.b2bpic.net/free-photo/car-beautiful-sitting-embrace-carlo_1304-2608.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-beautiful-sitting-embrace-carlo_1304-2608.jpg?_wi=2", imageAlt: "Lamborghini Huracán supercar", }, ]}