diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c7376c..65e3976 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,11 +62,11 @@ export default function LandingPage() { description="Découvrez des produits de qualité supérieure, sélectionnés avec passion pour vos moments de gourmandise et vos événements." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/antipasto-catering-platter-with-bacon-jerky-sausage-blue-cheese-grapes-wooden-table-top-view_2829-5496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/antipasto-catering-platter-with-bacon-jerky-sausage-blue-cheese-grapes-wooden-table-top-view_2829-5496.jpg?_wi=1", imageAlt: "artisanal butchery storefront", }, { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-background-with-delicious-ingredients_23-2147612077.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-background-with-delicious-ingredients_23-2147612077.jpg?_wi=1", imageAlt: "quality meat selection display", }, { @@ -131,7 +131,7 @@ export default function LandingPage() { description: "Recettes artisanales traditionnelles.", bentoComponent: "reveal-icon", icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/antipasto-catering-platter-with-bacon-jerky-sausage-blue-cheese-grapes-wooden-table-top-view_2829-5496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/antipasto-catering-platter-with-bacon-jerky-sausage-blue-cheese-grapes-wooden-table-top-view_2829-5496.jpg?_wi=2", imageAlt: "gourmet catering event food", }, { @@ -139,7 +139,7 @@ export default function LandingPage() { description: "Service traiteur flexible et réactif.", bentoComponent: "reveal-icon", icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/wooden-background-with-delicious-ingredients_23-2147612077.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wooden-background-with-delicious-ingredients_23-2147612077.jpg?_wi=2", imageAlt: "gourmet catering event food", }, ]}