From 5e00f3bfa3e8efb846e1611d2d67ff6c3a868559 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 15:29:08 +0000 Subject: [PATCH] Update src/app/ambiance/page.tsx --- src/app/ambiance/page.tsx | 47 +++++++++++++-------------------------- 1 file changed, 16 insertions(+), 31 deletions(-) diff --git a/src/app/ambiance/page.tsx b/src/app/ambiance/page.tsx index d51ef0a..aab726b 100644 --- a/src/app/ambiance/page.tsx +++ b/src/app/ambiance/page.tsx @@ -19,8 +19,7 @@ export default function AmbiancePage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Accueil", href: "/" }, { label: "Menu", href: "/menu" }, { label: "Ambiance", href: "/ambiance" }, @@ -28,16 +27,14 @@ export default function AmbiancePage() { ], }, { - title: "À savoir", - items: [ + title: "À savoir", items: [ { label: "Réservation conseillée", href: "#" }, { label: "Groupes bienvenue", href: "#" }, { label: "Terrasse ouverte", href: "#" }, ], }, { - title: "Réseaux", - items: [ + title: "Réseaux", items: [ { label: "Instagram : @larivegauche", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Nous contacter", href: "/contact" }, @@ -52,7 +49,7 @@ export default function AmbiancePage() { borderRadius="rounded" contentWidth="compact" sizing="large" - background="noise" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -64,9 +61,7 @@ export default function AmbiancePage() { brandName="La Rive Gauche" navItems={navItems} button={{ - text: "Réserver", - href: "/reserve", - }} + text: "Réserver", href: "/reserve"}} /> @@ -75,12 +70,10 @@ export default function AmbiancePage() {