Update src/app/page.tsx

This commit is contained in:
2026-05-14 21:35:26 +00:00
parent 12ddb033cf
commit f7bdc19579

View File

@@ -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" }]}
/>
</div>
@@ -187,4 +187,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}