Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b6ee2577fb | |||
| c2716bc689 |
@@ -130,7 +130,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "basic", badge: "Entry", price: "$25", subtitle: "1 Month Plan", buttons: [
|
||||
{
|
||||
text: "Get Started"},
|
||||
text: "Select"},
|
||||
],
|
||||
features: [
|
||||
"Full Gym Access", "Basic Support"],
|
||||
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "standard", badge: "Best Value", price: "$70", subtitle: "3 Month Plan", buttons: [
|
||||
{
|
||||
text: "Get Started"},
|
||||
text: "Select"},
|
||||
],
|
||||
features: [
|
||||
"Full Gym Access", "Yoga Included", "Personalized Plan"],
|
||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "premium", badge: "Pro", price: "$130", subtitle: "6 Month Plan", buttons: [
|
||||
{
|
||||
text: "Get Started"},
|
||||
text: "Select"},
|
||||
],
|
||||
features: [
|
||||
"All Gym Access", "Priority Booking", "Nutrition Guidance"],
|
||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "vip", badge: "VIP", price: "$250", subtitle: "12 Month Plan", buttons: [
|
||||
{
|
||||
text: "Get Started"},
|
||||
text: "Select"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited Access", "Trainer Mentorship", "All Inclusive"],
|
||||
|
||||
Reference in New Issue
Block a user