Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 677fb0d2ec | |||
| 014017755f | |||
| 061c61c343 |
@@ -1414,4 +1414,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -118,6 +118,9 @@ export default function LandingPage() {
|
|||||||
title="Plans d'entraînement adaptés à ton budget"
|
title="Plans d'entraînement adaptés à ton budget"
|
||||||
description="Pas de blabla. Résultats prouvés. Ton physique, ton budget, ton emploi du temps."
|
description="Pas de blabla. Résultats prouvés. Ton physique, ton budget, ton emploi du temps."
|
||||||
tag="Forfaits"
|
tag="Forfaits"
|
||||||
|
buttons={[
|
||||||
|
{ text: "Commence maintenant", href: "quiz" }
|
||||||
|
]}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "base", badge: "Populaire", badgeIcon: Sparkles,
|
id: "base", badge: "Populaire", badgeIcon: Sparkles,
|
||||||
@@ -270,4 +273,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user