1 Commits

Author SHA1 Message Date
3e997477ce Update src/app/page.tsx 2026-04-24 19:45:22 +00:00

View File

@@ -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: "Select Essential Plan"},
text: "Join Essential"},
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: "Join Elite Plan"},
text: "Get Started Now"},
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."},
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: "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."},
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."},
]}
sideTitle="Questions?"
faqsAnimation="slide-up"