Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8627eb7e31 |
@@ -114,13 +114,13 @@ export default function LandingPage() {
|
||||
id: "basic", title: "Essential", price: "$49", period: "/mo", features: [
|
||||
"24/7 Access", "Open Gym Floor", "Locker Room Access"],
|
||||
button: {
|
||||
text: "Join Essential"},
|
||||
text: "Select Essential Plan"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-bowling_107420-84936.jpg", imageAlt: "Friends playing bowling"},
|
||||
{
|
||||
id: "pro", title: "Elite Athlete", price: "$99", period: "/mo", features: [
|
||||
"All Benefits", "Unlimited HIIT Classes", "1:1 Coaching Consult", "Custom Diet Planner"],
|
||||
button: {
|
||||
text: "Get Started Now"},
|
||||
text: "Join Elite Plan"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cast-iron-dumbbell-weights_1048-12225.jpg?_wi=2", imageAlt: "Friends playing bowling"},
|
||||
]}
|
||||
title="Membership Plans"
|
||||
@@ -183,11 +183,11 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "f2", title: "How do I start nutrition coaching?", content: "Join our Elite plan and book your session."},
|
||||
{
|
||||
id: "f3", title: "Can I bring a guest?", content: "Yes, guests are welcome with a day pass. Visit our front desk to pick up your key fob."},
|
||||
id: "f3", title: "Can I bring a guest?", content: "Yes, guests are welcome with a day pass."},
|
||||
{
|
||||
id: "f4", title: "Do you offer locker storage?", content: "Yes, we provide secure daily lockers for all members."},
|
||||
{
|
||||
id: "f5", title: "Is there a parking facility?", content: "Yes, private parking is available for all members. Visit our front desk to pick up your key fob."},
|
||||
id: "f5", title: "Is there a parking facility?", content: "Yes, private parking is available for all members."},
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user