Update src/app/inventory/page.tsx
This commit is contained in:
@@ -93,37 +93,37 @@ export default function InventoryPage() {
|
||||
id: "1",
|
||||
name: "2024 Ferrari 812 Superfast",
|
||||
price: "$525,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-ladies-going-out-car_132075-12211.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-ladies-going-out-car_132075-12211.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "2023 Lamborghini Revuelto",
|
||||
price: "$645,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car_181624-23559.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-white-luxury-car_181624-23559.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "2024 Rolls-Royce Phantom",
|
||||
price: "$425,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-beautiful-flowers_23-2149540008.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-beautiful-flowers_23-2149540008.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "2024 Bentley Continental GT",
|
||||
price: "$235,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17457.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-choosing-car-car-showroom_1303-17457.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "2023 Porsche 911 Turbo",
|
||||
price: "$180,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-drinking-coffee-by-car_1303-22428.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-drinking-coffee-by-car_1303-22428.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "2024 Mercedes-AMG G63",
|
||||
price: "$195,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-sedan-sport-car-driving-bridge_114579-4003.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-sedan-sport-car-driving-bridge_114579-4003.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -147,7 +147,7 @@ export default function InventoryPage() {
|
||||
"Performance",
|
||||
"Thrilling"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920910.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920910.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -156,7 +156,7 @@ export default function InventoryPage() {
|
||||
"Elegant",
|
||||
"Sophisticated"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-car-business-trip_1303-21473.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-car-business-trip_1303-21473.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -165,7 +165,7 @@ export default function InventoryPage() {
|
||||
"Comfort",
|
||||
"Long-Distance"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9269.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sexy-fashion-blond-girl-model-with-bright-makeup-curly-hairstyle-retro-style-sitting-old-car_158538-9269.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -182,7 +182,7 @@ export default function InventoryPage() {
|
||||
variant: "radial-gradient"
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-business-woman-choosing-car_1303-22399.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-business-woman-choosing-car_1303-22399.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email address"
|
||||
|
||||
Reference in New Issue
Block a user