Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-03 12:04:12 +00:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1414,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -118,6 +118,9 @@ export default function LandingPage() {
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."
tag="Forfaits"
buttons={[
{ text: "Commence maintenant", href: "quiz" }
]}
plans={[
{
id: "base", badge: "Populaire", badgeIcon: Sparkles,
@@ -270,4 +273,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}