4 Commits

Author SHA1 Message Date
b75775ee29 Update src/app/page.tsx 2026-04-15 14:09:35 +00:00
005ab0adea Merge version_3 into main
Merge version_3 into main
2026-04-15 14:07:22 +00:00
14103ab5b4 Update src/app/page.tsx 2026-04-15 14:07:18 +00:00
96953ca0db Merge version_2 into main
Merge version_2 into main
2026-04-15 14:03:50 +00:00

View File

@@ -104,13 +104,16 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
buttons={[
{ text: "Choose Plan", href: "#contact" }
]}
plans={[
{
id: "starter", badge: "Essential", price: "$19/mo", subtitle: "For early stage gains", features: [
"Basic Analytics", "3 Workouts/week", "Community Access"],
},
{
id: "pro", badge: "Pro", price: "$49/mo", subtitle: "For elite performers", features: [
id: "pro", badge: "Best Value", price: "$49/mo", subtitle: "For elite performers", features: [
"AI Performance Coach", "Advanced Nutrition", "Unlimited Workouts"],
},
{