diff --git a/src/app/page.tsx b/src/app/page.tsx index f5e5d71..a678f33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,22 +53,22 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/it-has-few-special-functions-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16061.jpg", imageAlt: "Luxurious SUV for premium rentals" + imageSrc: "http://img.b2bpic.net/free-photo/it-has-few-special-functions-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16061.jpg?_wi=1", imageAlt: "Luxurious SUV for premium rentals" }, { - imageSrc: "http://img.b2bpic.net/free-photo/couple-choosing-auto-car-showroom_651396-1159.jpg", imageAlt: "Premium luxury vehicle" + imageSrc: "http://img.b2bpic.net/free-photo/couple-choosing-auto-car-showroom_651396-1159.jpg?_wi=1", imageAlt: "Premium luxury vehicle" }, { - imageSrc: "http://img.b2bpic.net/free-photo/it-has-few-special-functions-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16061.jpg", imageAlt: "High-end rental car" + imageSrc: "http://img.b2bpic.net/free-photo/it-has-few-special-functions-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16061.jpg?_wi=2", imageAlt: "High-end rental car" }, { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-car-with-reflection-puddle-water_181624-546.jpg", imageAlt: "Business class sedan" + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-car-with-reflection-puddle-water_181624-546.jpg?_wi=1", imageAlt: "Business class sedan" }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-sexy-fashion-woman-model-cap-all-black-blue-corset-with-bright-makeup-near-red-city-car_627829-1049.jpg", imageAlt: "Efficient city vehicle" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-sexy-fashion-woman-model-cap-all-black-blue-corset-with-bright-makeup-near-red-city-car_627829-1049.jpg?_wi=1", imageAlt: "Efficient city vehicle" }, { - imageSrc: "http://img.b2bpic.net/free-photo/it-has-few-special-functions-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16061.jpg", imageAlt: "Premium SUV showcase" + imageSrc: "http://img.b2bpic.net/free-photo/it-has-few-special-functions-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16061.jpg?_wi=3", imageAlt: "Premium SUV showcase" } ]} /> @@ -81,13 +81,13 @@ export default function LandingPage() { tag="50+ Véhicules disponibles" products={[ { - id: "economic", name: "Citadine Économique", price: "2,500 DA/jour", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-sexy-fashion-woman-model-cap-all-black-blue-corset-with-bright-makeup-near-red-city-car_627829-1049.jpg", imageAlt: "Citadine économique" + id: "economic", name: "Citadine Économique", price: "2,500 DA/jour", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-sexy-fashion-woman-model-cap-all-black-blue-corset-with-bright-makeup-near-red-city-car_627829-1049.jpg?_wi=2", imageAlt: "Citadine économique" }, { - id: "comfort", name: "Berline Confort", price: "5,000 DA/jour", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-car-with-reflection-puddle-water_181624-546.jpg", imageAlt: "Berline confort premium" + id: "comfort", name: "Berline Confort", price: "5,000 DA/jour", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-car-with-reflection-puddle-water_181624-546.jpg?_wi=2", imageAlt: "Berline confort premium" }, { - id: "prestige", name: "SUV Prestige", price: "8,500 DA/jour", imageSrc: "http://img.b2bpic.net/free-photo/couple-choosing-auto-car-showroom_651396-1159.jpg", imageAlt: "SUV prestige luxe" + id: "prestige", name: "SUV Prestige", price: "8,500 DA/jour", imageSrc: "http://img.b2bpic.net/free-photo/couple-choosing-auto-car-showroom_651396-1159.jpg?_wi=2", imageAlt: "SUV prestige luxe" } ]} gridVariant="three-columns-all-equal-width"