2 Commits

Author SHA1 Message Date
b85d160d69 Update src/app/page.tsx 2026-06-09 15:56:03 +00:00
4900dd899d Merge version_2 into main
Merge version_2 into main
2026-06-09 15:51:37 +00:00

View File

@@ -228,7 +228,7 @@ export default function LandingPage() {
plans={[
{
id: "performance", badge: "Entry Tier", badgeIcon: Lightbulb,
price: "Inquire", subtitle: "Access to Core Facilities & Classes", buttons: [
price: "Request Details", subtitle: "Tailored access to core facilities and exclusive classes.", buttons: [
{
text: "Learn More", href: "#contact"},
],
@@ -237,7 +237,7 @@ export default function LandingPage() {
},
{
id: "executive", badge: "Most Popular", badgeIcon: Sparkles,
price: "Inquire", subtitle: "Elevated Training & Personalized Support", buttons: [
price: "Request Details", subtitle: "Experience elevated training with bespoke programs and dedicated support.", buttons: [
{
text: "Select Executive", href: "#contact"},
],
@@ -246,7 +246,7 @@ export default function LandingPage() {
},
{
id: "titanium", badge: "Ultimate Elite", badgeIcon: Diamond,
price: "Inquire", subtitle: "Unrestricted Access & Bespoke Wellness", buttons: [
price: "Bespoke Quote", subtitle: "Unlock unparalleled luxury, unrestricted access, and a fully bespoke wellness journey.", buttons: [
{
text: "Apply for Titanium", href: "#contact"},
],