Update src/app/menu/page.tsx
This commit is contained in:
@@ -77,15 +77,15 @@ export default function MenuPage() {
|
||||
features={[
|
||||
{
|
||||
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", imageAlt: "Irish Stew traditionnel", button: { text: "Détails du Plat" },
|
||||
"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?_wi=2", imageAlt: "Irish Stew traditionnel", button: { text: "Détails du Plat" },
|
||||
},
|
||||
{
|
||||
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", imageAlt: "Fish & Chips croustillants", button: { text: "Commander" },
|
||||
"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?_wi=3", imageAlt: "Fish & Chips croustillants", button: { text: "Commander" },
|
||||
},
|
||||
{
|
||||
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", imageAlt: "Shepherd's Pie doré", button: { text: "Goûter" },
|
||||
"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?_wi=4", imageAlt: "Shepherd's Pie doré", button: { text: "Goûter" },
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -109,15 +109,15 @@ export default function MenuPage() {
|
||||
features={[
|
||||
{
|
||||
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", imageAlt: "Guinness Draught", button: { text: "Commander" },
|
||||
"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?_wi=3", imageAlt: "Guinness Draught", button: { text: "Commander" },
|
||||
},
|
||||
{
|
||||
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", imageAlt: "Sélection de bières locales", button: { text: "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?_wi=4", imageAlt: "Sélection de bières locales", button: { text: "Découvrir" },
|
||||
},
|
||||
{
|
||||
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", imageAlt: "Irish Coffee", button: { text: "Essayer" },
|
||||
"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?_wi=5", imageAlt: "Irish Coffee", button: { text: "Essayer" },
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
|
||||
Reference in New Issue
Block a user