Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f7bdc19579 | |||
| 12ddb033cf | |||
| cbea560912 |
@@ -171,7 +171,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
text="Prêt à dompter tes finances ? Rejoins la liste d'attente pour la bêta exclusive."
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -187,4 +187,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user