Update src/app/page.tsx

This commit is contained in:
2026-05-08 09:04:44 +00:00
parent ea502a1bf1
commit 55a2a190db

View File

@@ -82,7 +82,7 @@ export default function LandingPage() {
{
title: "Expert Coaches", description: "Certificated pros to guide every rep."},
{
title: "State-of-the-Art Gear", description: "Premium equipment for elite training."},
title: "State-of-the-Art Gear", description: "Premium equipment for elite training"},
{
title: "Dynamic Community", description: "Supportive groups to push your limits."},
]}
@@ -130,7 +130,7 @@ export default function LandingPage() {
text: "Join Elite"},
],
features: [
"Coaching sessions", "Group classes", "All-access"],
"Coaching sessions", "Unlimited Classes", "Total Access Pass"],
},
]}
title="Flexible Memberships"
@@ -248,4 +248,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}