5 Commits

Author SHA1 Message Date
e2ea1a8c5e Merge version_3 into main
Merge version_3 into main
2026-04-21 13:30:09 +00:00
032fc590e2 Update src/app/page.tsx 2026-04-21 13:30:03 +00:00
f27a40ae53 Merge version_2 into main
Merge version_2 into main
2026-04-21 13:28:55 +00:00
0356e9721a Update src/app/page.tsx 2026-04-21 13:28:49 +00:00
7e7e80160e Merge version_1 into main
Merge version_1 into main
2026-04-21 13:27:34 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="IronFlow Gym"
logoText="Transform Your Life at IronFlow"
description="Unlock your potential with state-of-the-art facilities and elite training. Experience a workout environment designed for true results."
buttons={[
{ text: "Get Started", href: "#contact" },
@@ -92,7 +92,7 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{ id: "basic", badge: "Entry", price: "$39", subtitle: "Perfect for starters", buttons: [{ text: "Join", href: "#contact" }], features: ["Full access", "No commitment", "Locker use"] },
{ id: "pro", badge: "Popular", price: "$79", subtitle: "For dedicated athletes", buttons: [{ text: "Join", href: "#contact" }], features: ["All basic perks", "3 personal sessions", "Guest passes"] },
{ id: "pro", badge: "Popular", price: "$79", subtitle: "The most popular choice for dedicated athletes seeking balanced results and expert guidance.", buttons: [{ text: "Join", href: "#contact" }], features: ["All basic perks", "3 personal sessions", "Guest passes"] },
{ id: "elite", badge: "VIP", price: "$129", subtitle: "The ultimate experience", buttons: [{ text: "Join", href: "#contact" }], features: ["All pro perks", "Unlimited coaching", "Priority sauna"] },
]}
title="Membership Plans"