diff --git a/src/app/inventory/page.tsx b/src/app/inventory/page.tsx index 5af597e..3201ecc 100644 --- a/src/app/inventory/page.tsx +++ b/src/app/inventory/page.tsx @@ -80,7 +80,7 @@ export default function InventoryPage() { name: "Porsche 911 Turbo", price: "$195,000", variant: "Silver 2 Seats Flat-6 Turbo", - imageSrc: "http://img.b2bpic.net/free-photo/modern-stylish-bearded-businessman-automobile-saloon_146671-16002.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-stylish-bearded-businessman-automobile-saloon_146671-16002.jpg?_wi=2", imageAlt: "Porsche 911 Turbo", isFavorited: false, }, @@ -89,7 +89,7 @@ export default function InventoryPage() { name: "Mercedes-AMG GT", price: "$165,000", variant: "Black 2 Seats V8 Biturbo", - imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg?_wi=2", imageAlt: "Mercedes-AMG GT", isFavorited: false, }, @@ -98,7 +98,7 @@ export default function InventoryPage() { name: "BMW M440i xDrive", price: "$68,500", variant: "White 4 Seats Inline-6", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-white-car_23-2148320260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-white-car_23-2148320260.jpg?_wi=2", imageAlt: "BMW M440i xDrive", isFavorited: false, }, @@ -107,7 +107,7 @@ export default function InventoryPage() { name: "McLaren 720S Spider", price: "$315,000", variant: "Orange 2 Seats Twin-Turbo", - 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=3", imageAlt: "McLaren 720S Spider", isFavorited: false, }, @@ -129,21 +129,21 @@ export default function InventoryPage() { id: 1, title: "Short-Term Rentals", description: "Perfect for weekend getaways or special events. Rent your favorite luxury vehicle for as little as one day.", - imageSrc: "http://img.b2bpic.net/free-photo/grey-silver-color-sport-car-front-side-view-with-red-wheels-road_114579-1163.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grey-silver-color-sport-car-front-side-view-with-red-wheels-road_114579-1163.jpg?_wi=3", imageAlt: "Short-term rental options", }, { id: 2, title: "Long-Term Leasing", description: "Premium leasing programs designed for corporate clients and individuals seeking extended luxury vehicle access.", - imageSrc: "http://img.b2bpic.net/free-photo/blue-suv-driving-wet-road-power-technology-motion_169016-69736.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blue-suv-driving-wet-road-power-technology-motion_169016-69736.jpg?_wi=3", imageAlt: "Long-term leasing program", }, { id: 3, title: "Corporate Fleet Solutions", description: "Tailored vehicle solutions for businesses requiring multiple luxury vehicles for client entertainment and executive use.", - imageSrc: "http://img.b2bpic.net/free-photo/car-headlight-people-observing-automobiles-showroom_651396-1157.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/car-headlight-people-observing-automobiles-showroom_651396-1157.jpg?_wi=2", imageAlt: "Corporate fleet solutions", }, ]} @@ -162,21 +162,21 @@ export default function InventoryPage() { id: 1, title: "Expert Curation", description: "Each vehicle in our inventory is handpicked by automotive experts to ensure premium quality and performance.", - 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=4", imageAlt: "Expert curation process", }, { id: 2, title: "Transparent Pricing", description: "No hidden fees or surprise charges. Our pricing is clear, competitive, and reflects the true value of each vehicle.", - imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-sedan-wet-highway-rain-rainy-drive_169016-69903.jpg?_wi=3", imageAlt: "Transparent pricing", }, { id: 3, title: "Dedicated Support", description: "Our customer service team is available 24/7 to assist with any questions, bookings, or support you may need.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-white-car_23-2148320260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-white-car_23-2148320260.jpg?_wi=3", imageAlt: "Dedicated support team", }, ]}