Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-03 02:30:07 +00:00
Showing only changes of commit 680f0458a6 - Show all commits

View File

@@ -82,7 +82,7 @@ export default function MenuPage() {
title: "Irish Stew", title: "Irish Stew",
description: description:
"Ragoût traditionnel avec agneau, pommes de terre, oignons et herbes. Un classique réconfortant qui capture l'essence de la cuisine irlandaise.", "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", imageAlt: "Irish Stew traditionnel",
button: { text: "Détails du Plat" }, button: { text: "Détails du Plat" },
}, },
@@ -90,7 +90,7 @@ export default function MenuPage() {
title: "Fish & Chips", title: "Fish & Chips",
description: description:
"Poisson blanc pané croustillant avec frites dorées. Accompagné d'une sauce maison et de pois mushy comme en Irlande.", "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", imageAlt: "Fish & Chips croustillants",
button: { text: "Commander" }, button: { text: "Commander" },
}, },
@@ -98,7 +98,7 @@ export default function MenuPage() {
title: "Shepherd's Pie", title: "Shepherd's Pie",
description: description:
"Hachis de viande avec légumes et purée de pommes de terre gratinée. Chaleureux, savoureux et absolument délicieux.", "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é", imageAlt: "Shepherd's Pie doré",
button: { text: "Goûter" }, button: { text: "Goûter" },
}, },
@@ -126,7 +126,7 @@ export default function MenuPage() {
title: "Guinness Draught", title: "Guinness Draught",
description: description:
"La bière noire emblématique d'Irlande. Mousse riche et saveur profonde et légèrement amère. Incontournable.", "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", imageAlt: "Guinness Draught",
button: { text: "Commander" }, button: { text: "Commander" },
}, },
@@ -134,7 +134,7 @@ export default function MenuPage() {
title: "Bières Locales", title: "Bières Locales",
description: description:
"Sélection de microbrasseries françaises et régionales. Des saveurs innovantes et surprenantes à découvrir.", "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", imageAlt: "Sélection de bières locales",
button: { text: "Découvrir" }, button: { text: "Découvrir" },
}, },
@@ -142,7 +142,7 @@ export default function MenuPage() {
title: "Irish Coffee", title: "Irish Coffee",
description: description:
"Café chaud, sucre, whiskey irlandais et crème fouettée. Le breuvage réconfortant par excellence pour les soirées fraîches.", "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", imageAlt: "Irish Coffee",
button: { text: "Essayer" }, button: { text: "Essayer" },
}, },