From 8627eb7e31f8aa74934519ee0ed8ef126bf3e82d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 19:45:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9abf750..dca719d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1