Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user