diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 3b38cce..aff0415 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -80,7 +80,7 @@ export default function MenuPage() { title="Menu Complet de L'Ardoise" description="Explorez notre sélection de plats raffinés, préparés avec des ingrédients frais et revisités par notre Chef Gaétan" tag="Gastronomie" - imageSrc="http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg?_wi=2" imageAlt="Chef préparant les plats du menu" useInvertedBackground={false} buttons={[ @@ -101,7 +101,7 @@ export default function MenuPage() { price: "€32", variant: "Créme fraîche locale • Champagne", imageSrc: - "http://img.b2bpic.net/free-photo/lobster-thermidor-salad-macro-closeup-food-design-work_1258-197.jpg", + "http://img.b2bpic.net/free-photo/lobster-thermidor-salad-macro-closeup-food-design-work_1258-197.jpg?_wi=2", imageAlt: "lobster dish gourmet food fine dining", isFavorited: false, }, @@ -111,7 +111,7 @@ export default function MenuPage() { price: "€24", variant: "Parmesan affiné • Truffe", imageSrc: - "http://img.b2bpic.net/free-photo/risotto-rice-with-mushrooms-white-ceramic-plate_23-2147925971.jpg", + "http://img.b2bpic.net/free-photo/risotto-rice-with-mushrooms-white-ceramic-plate_23-2147925971.jpg?_wi=2", imageAlt: "risotto mushroom italian cuisine gourmet plate", isFavorited: false, }, @@ -121,7 +121,7 @@ export default function MenuPage() { price: "€28", variant: "Sauce poivre vert • Légumes de saison", imageSrc: - "http://img.b2bpic.net/free-photo/duck-breast-steak-white-plate_1203-8929.jpg", + "http://img.b2bpic.net/free-photo/duck-breast-steak-white-plate_1203-8929.jpg?_wi=2", imageAlt: "duck breast gourmet dish fine dining", isFavorited: false, }, @@ -131,7 +131,7 @@ export default function MenuPage() { price: "€26", variant: "Sauce champagne • Fenouil", imageSrc: - "http://img.b2bpic.net/free-photo/fried-fish-with-carrot-lemon-slices_140725-6173.jpg", + "http://img.b2bpic.net/free-photo/fried-fish-with-carrot-lemon-slices_140725-6173.jpg?_wi=2", imageAlt: "fish dish seafood plating gourmet", isFavorited: false, }, @@ -157,7 +157,7 @@ export default function MenuPage() { price: "€12", variant: "Chocolat noir • Sauce vanille", imageSrc: - "http://img.b2bpic.net/free-photo/lobster-thermidor-salad-macro-closeup-food-design-work_1258-197.jpg", + "http://img.b2bpic.net/free-photo/lobster-thermidor-salad-macro-closeup-food-design-work_1258-197.jpg?_wi=3", imageAlt: "chocolate dessert", isFavorited: false, }, @@ -167,7 +167,7 @@ export default function MenuPage() { price: "€10", variant: "Pommes caramélisées • Crème fraîche", imageSrc: - "http://img.b2bpic.net/free-photo/risotto-rice-with-mushrooms-white-ceramic-plate_23-2147925971.jpg", + "http://img.b2bpic.net/free-photo/risotto-rice-with-mushrooms-white-ceramic-plate_23-2147925971.jpg?_wi=3", imageAlt: "apple tart dessert", isFavorited: false, }, @@ -177,7 +177,7 @@ export default function MenuPage() { price: "€9", variant: "Coulis de fruits rouges • Biscuit", imageSrc: - "http://img.b2bpic.net/free-photo/duck-breast-steak-white-plate_1203-8929.jpg", + "http://img.b2bpic.net/free-photo/duck-breast-steak-white-plate_1203-8929.jpg?_wi=3", imageAlt: "panna cotta dessert", isFavorited: false, }, @@ -187,7 +187,7 @@ export default function MenuPage() { price: "€11", variant: "Crème pâtissière • Fraise", imageSrc: - "http://img.b2bpic.net/free-photo/fried-fish-with-carrot-lemon-slices_140725-6173.jpg", + "http://img.b2bpic.net/free-photo/fried-fish-with-carrot-lemon-slices_140725-6173.jpg?_wi=3", imageAlt: "millefeuille pastry", isFavorited: false, }, @@ -206,7 +206,7 @@ export default function MenuPage() {