diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c029cc1..919337c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1414,4 +1414,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 30f3251..9f1eb91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}