Update src/app/carte/page.tsx
This commit is contained in:
@@ -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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/harvest-fresh-vegetable-baskets-presented-outdoor-market-sale_346278-729.jpg?_wi=2"
|
||||
imageAlt="Ingrédients frais saison"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -62,11 +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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", imageAlt: "Desserts maison"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -76,7 +76,7 @@ export default function MenuPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg?_wi=2"
|
||||
imageAlt="Ambiance du restaurant Le Resto"
|
||||
logoText="Le Resto"
|
||||
copyrightText="© 2025 Le Resto - Tous droits réservés"
|
||||
|
||||
Reference in New Issue
Block a user