Update src/app/inventory/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user