Update src/app/menu/page.tsx
This commit is contained in:
@@ -11,8 +11,7 @@ import { Utensils, Wine, MapPin } from "lucide-react";
|
||||
export default function MenuPage() {
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Accueil", href: "/" },
|
||||
{ label: "Menu", href: "/menu" },
|
||||
{ label: "Événements", href: "/events" },
|
||||
@@ -20,8 +19,7 @@ export default function MenuPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Réserver", href: "/contact" },
|
||||
{ label: "Nous Appeler", href: "tel:+33200000000" },
|
||||
{ label: "Nous Localiser", href: "#" },
|
||||
@@ -29,8 +27,7 @@ export default function MenuPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Informations",
|
||||
items: [
|
||||
title: "Informations", items: [
|
||||
{ label: "Conditions Générales", href: "#" },
|
||||
{ label: "Politique de Confidentialité", href: "#" },
|
||||
{ label: "Mentions Légales", href: "#" },
|
||||
@@ -75,32 +72,20 @@ export default function MenuPage() {
|
||||
tagIcon={Utensils}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "Commander Maintenant", href: "/contact" }]}
|
||||
buttonAnimation="fade"
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
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?_wi=2",
|
||||
imageAlt: "Irish Stew traditionnel",
|
||||
button: { text: "Détails du Plat" },
|
||||
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" },
|
||||
},
|
||||
{
|
||||
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?_wi=3",
|
||||
imageAlt: "Fish & Chips croustillants",
|
||||
button: { text: "Commander" },
|
||||
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" },
|
||||
},
|
||||
{
|
||||
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?_wi=4",
|
||||
imageAlt: "Shepherd's Pie doré",
|
||||
button: { text: "Goûter" },
|
||||
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" },
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
@@ -119,32 +104,20 @@ export default function MenuPage() {
|
||||
tagIcon={Wine}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[{ text: "Voir Toutes les Boissons", href: "#" }]}
|
||||
buttonAnimation="fade"
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
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?_wi=3",
|
||||
imageAlt: "Guinness Draught",
|
||||
button: { text: "Commander" },
|
||||
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" },
|
||||
},
|
||||
{
|
||||
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?_wi=4",
|
||||
imageAlt: "Sélection de bières locales",
|
||||
button: { text: "Découvrir" },
|
||||
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" },
|
||||
},
|
||||
{
|
||||
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?_wi=5",
|
||||
imageAlt: "Irish Coffee",
|
||||
button: { text: "Essayer" },
|
||||
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" },
|
||||
},
|
||||
]}
|
||||
carouselMode="buttons"
|
||||
|
||||
Reference in New Issue
Block a user