Update src/app/inventory/page.tsx
This commit is contained in:
@@ -75,7 +75,7 @@ export default function InventoryPage() {
|
||||
{ text: "Request Custom Search", href: "/contact" },
|
||||
{ text: "Back to Home", href: "/" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg?_wi=2"
|
||||
imageAlt="JDM inventory showcase"
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="slide-up"
|
||||
@@ -92,7 +92,7 @@ export default function InventoryPage() {
|
||||
id: "1",
|
||||
name: "2019 Nissan Skyline GT-R R35",
|
||||
price: "$89,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-sport-car-back-vire-motor-gas-pipes-blank-space-registration-number_114579-1167.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-sport-car-back-vire-motor-gas-pipes-blank-space-registration-number_114579-1167.jpg?_wi=2",
|
||||
imageAlt: "2019 Nissan Skyline GT-R R35",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -100,7 +100,7 @@ export default function InventoryPage() {
|
||||
id: "2",
|
||||
name: "2020 Subaru WRX STI",
|
||||
price: "$45,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-sport-car-with-black-autotuning-high-speed-drive_114579-5058.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-sport-car-with-black-autotuning-high-speed-drive_114579-5058.jpg?_wi=2",
|
||||
imageAlt: "2020 Subaru WRX STI",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -108,7 +108,7 @@ export default function InventoryPage() {
|
||||
id: "3",
|
||||
name: "2021 Mazda RX-7 FD",
|
||||
price: "$72,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-cabriolet-sport-sedan-car-with-two-yellow-stripes_114579-1168.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-cabriolet-sport-sedan-car-with-two-yellow-stripes_114579-1168.jpg?_wi=2",
|
||||
imageAlt: "2021 Mazda RX-7 FD",
|
||||
initialQuantity: 1,
|
||||
},
|
||||
@@ -142,7 +142,7 @@ export default function InventoryPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=2"
|
||||
imageAlt="JDM automotive background"
|
||||
logoText="JDM Imports"
|
||||
copyrightText="© 2025 JDM Imports. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user