3 Commits

Author SHA1 Message Date
677fb0d2ec Update src/app/page.tsx 2026-03-03 12:04:07 +00:00
014017755f Update src/app/layout.tsx 2026-03-03 12:04:06 +00:00
061c61c343 Merge version_1 into main
Merge version_1 into main
2026-03-03 11:56:14 +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>
);
}
}