diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 1f8f48e..af4b0bf 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,8 +7,7 @@ import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboard import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; import FooterBase from "@/components/sections/footer/FooterBase"; import { - Martini2, - Cheese, + Martini, Utensils, Cake, ChefHat, @@ -25,8 +24,7 @@ export default function MenuPage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Accueil", href: "/" }, { label: "Menu", href: "/menu" }, { label: "Ambiance", href: "/ambiance" }, @@ -34,16 +32,14 @@ export default function MenuPage() { ], }, { - title: "Horaires", - items: [ + title: "Horaires", items: [ { label: "Lundi - Dimanche", href: "#" }, { label: "Ouverture : 18h", href: "#" }, { label: "Fermeture : 02h", href: "#" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "04 68 32 36 62", href: "tel:+33468323662" }, { label: "Instagram", href: "https://instagram.com" }, { label: "Email", href: "mailto:contact@larivegauche.fr" }, @@ -58,7 +54,7 @@ export default function MenuPage() { borderRadius="rounded" contentWidth="compact" sizing="large" - background="noise" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -78,7 +74,7 @@ export default function MenuPage() {