diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0f5965b..8381ead 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -32,7 +32,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="compact" sizing="large" - background="noise" + background="circleGradient" cardStyle="solid" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -43,9 +43,7 @@ export default function ContactPage() { brandName="La Rive Gauche" navItems={navItems} button={{ - text: "Réserver", - href: "/reserve", - }} + text: "Réserver", href: "/reserve"}} /> @@ -53,12 +51,10 @@ export default function ContactPage() {