Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a2cb18fb20 | |||
| 0b53cdd433 | |||
| eaa14ef536 |
@@ -114,7 +114,8 @@ export default function HomePage() {
|
|||||||
"Muscle group percentage tracking", "Body fat analysis with trends", "Symmetry detection and recommendations", "Personalized nutrition insights"
|
"Muscle group percentage tracking", "Body fat analysis with trends", "Symmetry detection and recommendations", "Personalized nutrition insights"
|
||||||
],
|
],
|
||||||
buttons: [
|
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"
|
"Adaptive difficulty progression", "Muscle group targeting algorithms", "Recovery optimization recommendations", "Performance peak predictions"
|
||||||
],
|
],
|
||||||
buttons: [
|
buttons: [
|
||||||
{ text: "Explore Plans", href: "#" }
|
{ text: "Explore Plans", href: "#" },
|
||||||
|
{ text: "Get Started", href: "/pricing" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "progress-metrics", label: "Metrics", title: "Comprehensive Progress Dashboard", items: [
|
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"
|
"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: [
|
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"
|
"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" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user