diff --git a/src/app/page.tsx b/src/app/page.tsx index b25a7e1..8b38826 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,13 +92,13 @@ export default function LandingPage() { id: "dish-2", title: "Nouilles Sautées Gourmandes", descriptions: [ "Mélange savoureux de nouilles croustillantes", "Agrémentées de crevettes, poulet et légumes frais", "Sauce signature équilibrée et riche" ], - imageSrc: "http://img.b2bpic.net/free-photo/noodles-spicy-bowl-with-ingredients-black-cement-surface_1150-19806.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/noodles-spicy-bowl-with-ingredients-black-cement-surface_1150-19806.jpg?_wi=1" }, { id: "dish-3", title: "Plats Végans & Végétariens", descriptions: [ "Sélection complète pour tous les régimes", "Préparés avec les mêmes techniques raffinées", "Saveurs authentiques préservées" ], - imageSrc: "http://img.b2bpic.net/free-photo/salad-asparagus-tomatoes-poached-egg_2829-11172.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/salad-asparagus-tomatoes-poached-egg_2829-11172.jpg?_wi=1" } ]} gridVariant="three-columns-all-equal-width" @@ -173,13 +173,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "product-1", name: "Salade d'Algues Wakame", price: "19 CHF", imageSrc: "http://img.b2bpic.net/free-photo/salad-asparagus-tomatoes-poached-egg_2829-11172.jpg" + id: "product-1", name: "Salade d'Algues Wakame", price: "19 CHF", imageSrc: "http://img.b2bpic.net/free-photo/salad-asparagus-tomatoes-poached-egg_2829-11172.jpg?_wi=2" }, { - id: "product-2", name: "Salade de Légumes Variés", price: "19 CHF", imageSrc: "http://img.b2bpic.net/free-photo/salad-asparagus-tomatoes-poached-egg_2829-11172.jpg" + id: "product-2", name: "Salade de Légumes Variés", price: "19 CHF", imageSrc: "http://img.b2bpic.net/free-photo/salad-asparagus-tomatoes-poached-egg_2829-11172.jpg?_wi=3" }, { - id: "product-3", name: "Nouilles Sautées Gourmandes", price: "28 CHF", imageSrc: "http://img.b2bpic.net/free-photo/noodles-spicy-bowl-with-ingredients-black-cement-surface_1150-19806.jpg" + id: "product-3", name: "Nouilles Sautées Gourmandes", price: "28 CHF", imageSrc: "http://img.b2bpic.net/free-photo/noodles-spicy-bowl-with-ingredients-black-cement-surface_1150-19806.jpg?_wi=2" } ]} gridVariant="three-columns-all-equal-width"