diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 7a99cf0..437cc89 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -82,7 +82,7 @@ export default function MenuPage() { title: "Irish Stew", description: "Ragoût traditionnel avec agneau, pommes de terre, oignons et herbes. Un classique réconfortant qui capture l'essence de la cuisine irlandaise.", - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mashed-potatoes-ketchup_140725-2745.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mashed-potatoes-ketchup_140725-2745.jpg?_wi=2", imageAlt: "Irish Stew traditionnel", button: { text: "Détails du Plat" }, }, @@ -90,7 +90,7 @@ export default function MenuPage() { title: "Fish & Chips", description: "Poisson blanc pané croustillant avec frites dorées. Accompagné d'une sauce maison et de pois mushy comme en Irlande.", - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mashed-potatoes-ketchup_140725-2745.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mashed-potatoes-ketchup_140725-2745.jpg?_wi=3", imageAlt: "Fish & Chips croustillants", button: { text: "Commander" }, }, @@ -98,7 +98,7 @@ export default function MenuPage() { title: "Shepherd's Pie", description: "Hachis de viande avec légumes et purée de pommes de terre gratinée. Chaleureux, savoureux et absolument délicieux.", - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mashed-potatoes-ketchup_140725-2745.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-mashed-potatoes-ketchup_140725-2745.jpg?_wi=4", imageAlt: "Shepherd's Pie doré", button: { text: "Goûter" }, }, @@ -126,7 +126,7 @@ export default function MenuPage() { title: "Guinness Draught", description: "La bière noire emblématique d'Irlande. Mousse riche et saveur profonde et légèrement amère. Incontournable.", - imageSrc: "http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg?_wi=3", imageAlt: "Guinness Draught", button: { text: "Commander" }, }, @@ -134,7 +134,7 @@ export default function MenuPage() { title: "Bières Locales", description: "Sélection de microbrasseries françaises et régionales. Des saveurs innovantes et surprenantes à découvrir.", - imageSrc: "http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg?_wi=4", imageAlt: "Sélection de bières locales", button: { text: "Découvrir" }, }, @@ -142,7 +142,7 @@ export default function MenuPage() { title: "Irish Coffee", description: "Café chaud, sucre, whiskey irlandais et crème fouettée. Le breuvage réconfortant par excellence pour les soirées fraîches.", - imageSrc: "http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-section-bar-tender-filling-beer-from-bar-pump_107420-65345.jpg?_wi=5", imageAlt: "Irish Coffee", button: { text: "Essayer" }, },