From 3728b4874427ab1c66e07b1624a253f578324886 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:55:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a25f53..cb79e22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="largeSmallSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "📞 Réserver", href: "#contact"}} + text: "📞 Réserver", href: "#contact" + }} /> @@ -43,7 +44,7 @@ export default function LandingPage() {