Update src/app/inventory/page.tsx

This commit is contained in:
2026-03-16 18:52:08 +00:00
parent b83c05ea8c
commit 9a6edbe602

View File

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