diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 181dd57..ec9d575 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1392,4 +1392,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 89c801a..b867b23 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,7 +114,8 @@ export default function HomePage() { "Muscle group percentage tracking", "Body fat analysis with trends", "Symmetry detection and recommendations", "Personalized nutrition insights" ], buttons: [ - { text: "Learn More", href: "#" } + { text: "Learn More", href: "#" }, + { text: "Try Now", href: "/pricing" } ] }, { @@ -122,17 +123,26 @@ export default function HomePage() { "Adaptive difficulty progression", "Muscle group targeting algorithms", "Recovery optimization recommendations", "Performance peak predictions" ], buttons: [ - { text: "Explore Plans", href: "#" } + { text: "Explore Plans", href: "#" }, + { text: "Get Started", href: "/pricing" } ] }, { id: "progress-metrics", label: "Metrics", title: "Comprehensive Progress Dashboard", items: [ "Strength metrics and PRs", "Volume and intensity tracking", "Long-term progress visualization", "Achievement milestones and badges" + ], + buttons: [ + { text: "View Dashboard", href: "#" }, + { text: "Try Now", href: "/pricing" } ] }, { id: "nutrition-ai", label: "Nutrition", title: "Macro-Optimized Meal Planning", items: [ "Calorie and macro recommendations", "AI meal suggestions for goals", "Grocery list generation", "Restaurant menu analysis" + ], + buttons: [ + { text: "Explore Nutrition", href: "#" }, + { text: "Get Started", href: "/pricing" } ] } ]} @@ -282,4 +292,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file