diff --git a/src/app/carte/page.tsx b/src/app/carte/page.tsx
index 21ab049..6500d30 100644
--- a/src/app/carte/page.tsx
+++ b/src/app/carte/page.tsx
@@ -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() {
@@ -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() {