Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-06 13:14:31 +00:00
2 changed files with 14 additions and 4 deletions

View File

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

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}