diff --git a/src/app/page.tsx b/src/app/page.tsx index 0642b02..c4d2bfb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,15 +73,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-corn-dogs-sauce_23-2149455105.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-corn-dogs-sauce_23-2149455105.jpg?_wi=1", imageAlt: "Chawarma savoureux", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-vegetables-table_140725-9654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-vegetables-table_140725-9654.jpg?_wi=1", imageAlt: "Menu 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fried-doner-lavash-with-french-fries_140725-4671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-doner-lavash-with-french-fries_140725-4671.jpg?_wi=1", imageAlt: "Menu 2", }, { @@ -191,21 +191,21 @@ export default function LandingPage() { title: "Drive rapide", description: "Commandez et récupérez votre repas.", buttonIcon: "Car", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-corn-dogs-sauce_23-2149455105.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-corn-dogs-sauce_23-2149455105.jpg?_wi=2", imageAlt: "tripadvisor icon brand", }, { title: "Livraison sans contact", description: "Livraison sécurisée jusqu'à chez vous.", buttonIcon: "Bike", - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-vegetables-table_140725-9654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-vegetables-table_140725-9654.jpg?_wi=2", imageAlt: "tripadvisor icon brand", }, { title: "Commande en ligne", description: "Simple et rapide via notre site.", buttonIcon: "Smartphone", - imageSrc: "http://img.b2bpic.net/free-photo/fried-doner-lavash-with-french-fries_140725-4671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-doner-lavash-with-french-fries_140725-4671.jpg?_wi=2", imageAlt: "tripadvisor icon brand", }, ]}