Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ab51887985 | |||
| 0fb3085dc0 | |||
| 0cdf162921 | |||
| 8bc0788de9 | |||
| 48d8057bed | |||
| 1c6ab1b006 | |||
| d190d3bdb7 | |||
| 562b6a3ad9 |
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
<HeroLogo
|
||||
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."
|
||||
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"
|
||||
imageAlt="gym workout atmosphere"
|
||||
showDimOverlay={true}
|
||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ 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"] },
|
||||
]}
|
||||
title="Membership Plans"
|
||||
@@ -155,6 +155,7 @@ export default function LandingPage() {
|
||||
tag="Join Us"
|
||||
title="Sign Up for a Free Pass"
|
||||
description="Ready to get started? Sign up today for a free trial class."
|
||||
buttonText="Get My Free Pass"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/women-with-medical-masks-practicing-elbow-salute-gym_23-2148762655.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -173,4 +174,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user