Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b75775ee29 | |||
| 005ab0adea | |||
| 14103ab5b4 | |||
| 96953ca0db |
@@ -104,13 +104,16 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Choose Plan", href: "#contact" }
|
||||||
|
]}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "starter", badge: "Essential", price: "$19/mo", subtitle: "For early stage gains", features: [
|
id: "starter", badge: "Essential", price: "$19/mo", subtitle: "For early stage gains", features: [
|
||||||
"Basic Analytics", "3 Workouts/week", "Community Access"],
|
"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"],
|
"AI Performance Coach", "Advanced Nutrition", "Unlimited Workouts"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user