4 Commits

Author SHA1 Message Date
0fb3085dc0 Update src/app/page.tsx 2026-04-26 12:48:42 +00:00
0cdf162921 Merge version_3 into main
Merge version_3 into main
2026-04-26 12:47:26 +00:00
8bc0788de9 Update src/app/page.tsx 2026-04-26 12:47:22 +00:00
48d8057bed Merge version_2 into main
Merge version_2 into main
2026-04-26 12:45:47 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroLogo <HeroLogo
logoText="H1fitnation Hub" logoText="H1fitnation Hub"
description="Transform your life with our state-of-the-art gym facilities, elite personal trainers, and motivating community. Join the hub today." description="Transform your life with our state-of-the-art gym facilities, elite personal trainers, and motivating community. Join the hub today."
buttons={[{ text: "Get Started", href: "#pricing" }, { text: "Tour the Hub", href: "#about" }]} buttons={[{ text: "Start Your Transformation Today", href: "#pricing" }, { text: "Tour the Hub", href: "#about" }]}
imageSrc="http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024361.jpg" imageSrc="http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024361.jpg"
imageAlt="gym workout atmosphere" imageAlt="gym workout atmosphere"
showDimOverlay={true} showDimOverlay={true}
@@ -88,7 +88,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ id: "basic", badge: "Entry", price: "$29/mo", subtitle: "Basics covered", features: ["Gym access", "Basic locker", "Free parking"] }, { id: "basic", badge: "Entry", price: "$29/mo", subtitle: "Basics covered", features: ["Gym access", "Basic locker", "Free parking"] },
{ id: "pro", badge: "Popular", price: "$59/mo", subtitle: "Best for results", features: ["Everything in Basic", "Personal trainer session", "Classes included"] }, { id: "pro", badge: "Most Popular", price: "$59/mo", subtitle: "Best for results", features: ["Everything in Basic", "Personal trainer session", "Classes included"] },
{ id: "elite", badge: "Unlimited", price: "$99/mo", subtitle: "Maximum potential", features: ["All access", "Priority booking", "Guest pass"] }, { id: "elite", badge: "Unlimited", price: "$99/mo", subtitle: "Maximum potential", features: ["All access", "Priority booking", "Guest pass"] },
]} ]}
title="Membership Plans" title="Membership Plans"
@@ -174,4 +174,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }