Update src/app/carte/page.tsx
This commit is contained in:
@@ -24,7 +24,7 @@ export default function MenuPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -42,7 +42,7 @@ export default function MenuPage() {
|
||||
<HeroBillboard
|
||||
title="La Carte Hiver 2026"
|
||||
description="Découvrez notre sélection de plats gastronomiques inspirés par les produits de saison et la cuisine méditerranéenne."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Nouvelle Carte"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -50,7 +50,7 @@ export default function MenuPage() {
|
||||
{ text: "Retour", href: "/" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/harvest-fresh-vegetable-baskets-presented-outdoor-market-sale_346278-729.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/harvest-fresh-vegetable-baskets-presented-outdoor-market-sale_346278-729.jpg"
|
||||
imageAlt="Ingrédients frais saison"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -62,29 +62,11 @@ export default function MenuPage() {
|
||||
description="Une sélection de mets élaborés par nos chefs autour des meilleurs produits du terroir"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Entrées Élégantes",
|
||||
description: "Tartare de thon rouge, œuf de caille et caviar. Foie gras poêlé sur lit de mesclun et truffe noire.",
|
||||
tag: "Entrée",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-whole-vegetables-such-as-onions-green-bell-peppers-tomatoes-brown-wooden-desk-grey-floor_140725-13741.jpg?_wi=2",
|
||||
imageAlt: "Entrées gastronomiques",
|
||||
},
|
||||
id: "1", title: "Entrées Élégantes", description: "Tartare de thon rouge, œuf de caille et caviar. Foie gras poêlé sur lit de mesclun et truffe noire.", tag: "Entrée", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-whole-vegetables-such-as-onions-green-bell-peppers-tomatoes-brown-wooden-desk-grey-floor_140725-13741.jpg", imageAlt: "Entrées gastronomiques"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Plats Principaux",
|
||||
description: "Homard rôti sauce safran et anis. Filet de bœuf sauvage aux champignons de saison et réduction de vin régional.",
|
||||
tag: "Plat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-customer-holding-bottle-red-wine-close-up_169016-38810.jpg?_wi=2",
|
||||
imageAlt: "Plats principaux",
|
||||
},
|
||||
id: "2", title: "Plats Principaux", description: "Homard rôti sauce safran et anis. Filet de bœuf sauvage aux champignons de saison et réduction de vin régional.", tag: "Plat", imageSrc: "http://img.b2bpic.net/free-photo/male-customer-holding-bottle-red-wine-close-up_169016-38810.jpg", imageAlt: "Plats principaux"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Finalités Sucrées",
|
||||
description: "Fondant au chocolat noir 70%, crème brûlée à la vanille de Tahiti, soufflé au Grand Marnier.",
|
||||
tag: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-caramel-cake-with-strawberry-cream_114579-17879.jpg?_wi=2",
|
||||
imageAlt: "Desserts maison",
|
||||
},
|
||||
id: "3", title: "Finalités Sucrées", description: "Fondant au chocolat noir 70%, crème brûlée à la vanille de Tahiti, soufflé au Grand Marnier.", tag: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-caramel-cake-with-strawberry-cream_114579-17879.jpg", imageAlt: "Desserts maison"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -94,14 +76,13 @@ export default function MenuPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg"
|
||||
imageAlt="Ambiance du restaurant Le Resto"
|
||||
logoText="Le Resto"
|
||||
copyrightText="© 2025 Le Resto - Tous droits réservés"
|
||||
columns={[
|
||||
{
|
||||
title: "Restaurant",
|
||||
items: [
|
||||
title: "Restaurant", items: [
|
||||
{ label: "Accueil", href: "/" },
|
||||
{ label: "La Carte", href: "/carte" },
|
||||
{ label: "Les Vins", href: "/vins" },
|
||||
@@ -109,8 +90,7 @@ export default function MenuPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Découvrir",
|
||||
items: [
|
||||
title: "Découvrir", items: [
|
||||
{ label: "Nos Références", href: "/references" },
|
||||
{ label: "Événements", href: "/evenements" },
|
||||
{ label: "Groupes & Traiteur", href: "/groupes-traiteur" },
|
||||
@@ -118,8 +98,7 @@ export default function MenuPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Adresse: 6 rue Saint-Thomas, 30000 Nîmes", href: "#" },
|
||||
{ label: "Téléphone: 04 66 21 80 12", href: "tel:0466218012" },
|
||||
{ label: "Mentions légales", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user