From f7bdc19579f339fa9b3b97276c5b53a41a642dc4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 21:35:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42b1021..8ace9f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -171,7 +171,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "gradient-bars" }} text="Prêt à dompter tes finances ? Rejoins la liste d'attente pour la bêta exclusive." - buttons={[{ text: "Rejoindre la waitlist" }]} + buttons={[{ text: "Rejoindre la waitlist", href: "#contact" }]} /> @@ -187,4 +187,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file