From 9a6edbe6023a7f4f12157569c329a37dafd88f5b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 18:52:08 +0000 Subject: [PATCH] Update src/app/inventory/page.tsx --- src/app/inventory/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/inventory/page.tsx b/src/app/inventory/page.tsx index 878b255..8316fc8 100644 --- a/src/app/inventory/page.tsx +++ b/src/app/inventory/page.tsx @@ -112,42 +112,42 @@ export default function InventoryPage() { id: "civic-sedan", name: "Honda Civic Sedan 2026", price: "$28,995", - imageSrc: "http://img.b2bpic.net/free-photo/blue-suv-driving-fast-rainy-highway-energy-motion-bad-weather_169016-69747.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-suv-driving-fast-rainy-highway-energy-motion-bad-weather_169016-69747.jpg?_wi=3", imageAlt: "2026 Honda Civic Sedan", }, { id: "accord-2025", name: "Honda Accord 2025", price: "$32,450", - imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-salesperson-car-showroom-standing-by-car_1303-22402.jpg?_wi=2", imageAlt: "2025 Honda Accord", }, { id: "crv-suv", name: "Honda CR-V SUV 2026", price: "$35,220", - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434357.jpg?_wi=2", imageAlt: "2026 Honda CR-V SUV", }, { id: "certified-civic", name: "Certified Pre-Owned Civic 2024", price: "$22,999", - imageSrc: "http://img.b2bpic.net/free-vector/outlet-stamp-design-collection_23-2149788659.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/outlet-stamp-design-collection_23-2149788659.jpg?_wi=2", imageAlt: "Certified Pre-Owned 2024 Civic", }, { id: "used-pilot", name: "Used Honda Pilot 2023", price: "$28,450", - 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=3", imageAlt: "Used 2023 Honda Pilot", }, { id: "used-fit", name: "Used Honda Fit 2022", price: "$16,995", - imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116611.jpg?_wi=1", imageAlt: "Used 2022 Honda Fit", }, ]}