Merge version_1 into main #1
274
src/app/page.tsx
274
src/app/page.tsx
@@ -34,38 +34,22 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "#programs",
|
||||
},
|
||||
name: "Programs", id: "#programs"},
|
||||
{
|
||||
name: "Trainers",
|
||||
id: "#trainers",
|
||||
},
|
||||
name: "Trainers", id: "#trainers"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Join Now",
|
||||
href: "#pricing",
|
||||
}}
|
||||
text: "Join Now", href: "#pricing"}}
|
||||
brandName="Fitness Studio"
|
||||
/>
|
||||
</div>
|
||||
@@ -73,51 +57,28 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="Unleash Your Potential at Fitness Studio"
|
||||
description="Transform your body and mind with our state-of-the-art facilities, expert trainers, and vibrant fitness community. Start your journey to a stronger, healthier you today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Get Started", href: "#pricing"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-does-exercises-with-ball-mat-sports-hall_169016-59086.jpg",
|
||||
imageAlt: "Dynamic workout in a fitness gym",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/sporty-girl-does-exercises-with-ball-mat-sports-hall_169016-59086.jpg", imageAlt: "Dynamic workout in a fitness gym"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-doing-push-up-exercise-room-morning-slim-girls-wearing-masks-protect-covid-19-disease-pandemic-social-distancing_1153-7838.jpg",
|
||||
imageAlt: "Athlete training with weights",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-women-doing-push-up-exercise-room-morning-slim-girls-wearing-masks-protect-covid-19-disease-pandemic-social-distancing_1153-7838.jpg", imageAlt: "Athlete training with weights"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-exercising-with-fitness-ball_23-2147827910.jpg",
|
||||
imageAlt: "Group fitness class active",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-exercising-with-fitness-ball_23-2147827910.jpg", imageAlt: "Group fitness class active"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114244.jpg",
|
||||
imageAlt: "High intensity interval training",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114244.jpg", imageAlt: "High intensity interval training"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athlete-resting-track-after-intense-workout_23-2152031760.jpg",
|
||||
imageAlt: "Modern gym interior with exercise equipment",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/athlete-resting-track-after-intense-workout_23-2152031760.jpg", imageAlt: "Modern gym interior with exercise equipment"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-gym_1157-15945.jpg",
|
||||
imageAlt: "Energetic fitness people",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-gym_1157-15945.jpg", imageAlt: "Energetic fitness people"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,13 +90,9 @@ export default function LandingPage() {
|
||||
title="Your Ultimate Destination for Health & Fitness"
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Story", href: "#"},
|
||||
{
|
||||
text: "Our Vision",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Vision", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -148,23 +105,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Personal Training",
|
||||
description: "Achieve your goals faster with one-on-one sessions designed exclusively for you. Our certified trainers provide personalized guidance, motivation, and support.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-body-builder-challenge_53876-125080.jpg",
|
||||
imageAlt: "Personal training session in gym",
|
||||
},
|
||||
title: "Personal Training", description: "Achieve your goals faster with one-on-one sessions designed exclusively for you. Our certified trainers provide personalized guidance, motivation, and support.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-body-builder-challenge_53876-125080.jpg", imageAlt: "Personal training session in gym"},
|
||||
{
|
||||
title: "Group Classes",
|
||||
description: "Join our fun and challenging group classes, including Yoga, Spin, HIIT, and Zumba. Experience the energy of working out with others in a supportive environment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shake-it-up-cheerful-young-female-hip-hop-dancer-performing-against-white-background-copyspace-side_7502-8478.jpg",
|
||||
imageAlt: "Group fitness class",
|
||||
},
|
||||
title: "Group Classes", description: "Join our fun and challenging group classes, including Yoga, Spin, HIIT, and Zumba. Experience the energy of working out with others in a supportive environment.", imageSrc: "http://img.b2bpic.net/free-photo/shake-it-up-cheerful-young-female-hip-hop-dancer-performing-against-white-background-copyspace-side_7502-8478.jpg", imageAlt: "Group fitness class"},
|
||||
{
|
||||
title: "State-of-the-Art Equipment",
|
||||
description: "Access the latest fitness technology and premium equipment. From cardio machines to free weights, we provide everything you need for an effective workout.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-training-together-gym-full-shot_23-2150007145.jpg",
|
||||
imageAlt: "Modern gym equipment",
|
||||
},
|
||||
title: "State-of-the-Art Equipment", description: "Access the latest fitness technology and premium equipment. From cardio machines to free weights, we provide everything you need for an effective workout.", imageSrc: "http://img.b2bpic.net/free-photo/people-training-together-gym-full-shot_23-2150007145.jpg", imageAlt: "Modern gym equipment"},
|
||||
]}
|
||||
title="Our Diverse Fitness Programs"
|
||||
description="From personalized training to energetic group classes, we offer programs tailored to every fitness level and goal."
|
||||
@@ -175,37 +120,20 @@ export default function LandingPage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSeven
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "500+",
|
||||
title: "Happy Members",
|
||||
items: [
|
||||
"Thriving community",
|
||||
"Supportive environment",
|
||||
"Achieving goals",
|
||||
],
|
||||
id: "1", value: "500+", title: "Happy Members", items: [
|
||||
"Thriving community", "Supportive environment", "Achieving goals"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "15+",
|
||||
title: "Expert Trainers",
|
||||
items: [
|
||||
"Certified professionals",
|
||||
"Personalized coaching",
|
||||
"Diverse specializations",
|
||||
],
|
||||
id: "2", value: "15+", title: "Expert Trainers", items: [
|
||||
"Certified professionals", "Personalized coaching", "Diverse specializations"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100+",
|
||||
title: "Classes Monthly",
|
||||
items: [
|
||||
"Variety of workouts",
|
||||
"Flexible schedule",
|
||||
"All fitness levels",
|
||||
],
|
||||
id: "3", value: "100+", title: "Classes Monthly", items: [
|
||||
"Variety of workouts", "Flexible schedule", "All fitness levels"],
|
||||
},
|
||||
]}
|
||||
title="Our Impact & Achievements"
|
||||
@@ -222,23 +150,11 @@ export default function LandingPage() {
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Mark Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-sportive-young-woman_23-2148297813.jpg",
|
||||
imageAlt: "Mark Johnson, Personal Trainer",
|
||||
},
|
||||
id: "1", name: "Mark Johnson", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sportive-young-woman_23-2148297813.jpg", imageAlt: "Mark Johnson, Personal Trainer"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-mat_1163-2211.jpg",
|
||||
imageAlt: "Sarah Chen, Yoga Instructor",
|
||||
},
|
||||
id: "2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-mat_1163-2211.jpg", imageAlt: "Sarah Chen, Yoga Instructor"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David Lee",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-posing-with-ball-fingers_23-2147644470.jpg",
|
||||
imageAlt: "David Lee, Strength Coach",
|
||||
},
|
||||
id: "3", name: "David Lee", imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-posing-with-ball-fingers_23-2147644470.jpg", imageAlt: "David Lee, Strength Coach"},
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -251,44 +167,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Starter",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$29/month",
|
||||
subtitle: "Access to all gym facilities",
|
||||
features: [
|
||||
"Full gym access",
|
||||
"Locker room",
|
||||
"Free Wi-Fi",
|
||||
"Basic classes",
|
||||
],
|
||||
id: "basic", badge: "Starter", badgeIcon: Sparkles,
|
||||
price: "$29/month", subtitle: "Access to all gym facilities", features: [
|
||||
"Full gym access", "Locker room", "Free Wi-Fi", "Basic classes"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$49/month",
|
||||
subtitle: "Everything in Basic, plus more!",
|
||||
features: [
|
||||
"Full gym access",
|
||||
"All group classes",
|
||||
"Personal training session (1/month)",
|
||||
"Nutritional guide",
|
||||
],
|
||||
id: "premium", badge: "Popular", badgeIcon: Star,
|
||||
price: "$49/month", subtitle: "Everything in Basic, plus more!", features: [
|
||||
"Full gym access", "All group classes", "Personal training session (1/month)", "Nutritional guide"],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Pro",
|
||||
badgeIcon: Zap,
|
||||
price: "$79/month",
|
||||
subtitle: "Unrestricted access and premium services",
|
||||
features: [
|
||||
"Full gym access",
|
||||
"All group classes",
|
||||
"Personal training sessions (4/month)",
|
||||
"Custom meal plan",
|
||||
"Priority booking",
|
||||
],
|
||||
id: "elite", badge: "Pro", badgeIcon: Zap,
|
||||
price: "$79/month", subtitle: "Unrestricted access and premium services", features: [
|
||||
"Full gym access", "All group classes", "Personal training sessions (4/month)", "Custom meal plan", "Priority booking"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Membership Plans"
|
||||
@@ -303,60 +194,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Emily R.",
|
||||
date: "May 2024",
|
||||
title: "Achieved My Fitness Goals!",
|
||||
quote: "Fitness Studio changed my life! The trainers are incredibly supportive, and the classes are always challenging and fun. I've never felt better.",
|
||||
tag: "Personal Training",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/supportive-attractive-adult-redhead-male-with-bristle-liking-great-plan-raising-hands-showing-thumbs-up-smiling-joyfully_176420-27569.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-blond-female-doing-workouts-gym-club_613910-10680.jpg",
|
||||
imageAlt: "Emily R. working out",
|
||||
},
|
||||
id: "1", name: "Emily R.", date: "May 2024", title: "Achieved My Fitness Goals!", quote: "Fitness Studio changed my life! The trainers are incredibly supportive, and the classes are always challenging and fun. I've never felt better.", tag: "Personal Training", avatarSrc: "http://img.b2bpic.net/free-photo/supportive-attractive-adult-redhead-male-with-bristle-liking-great-plan-raising-hands-showing-thumbs-up-smiling-joyfully_176420-27569.jpg", imageSrc: "http://img.b2bpic.net/free-photo/athletic-blond-female-doing-workouts-gym-club_613910-10680.jpg", imageAlt: "Emily R. working out"},
|
||||
{
|
||||
id: "2",
|
||||
name: "John D.",
|
||||
date: "April 2024",
|
||||
title: "Best Group Classes Around",
|
||||
quote: "The group classes are amazing. There's so much variety, and the energy is contagious. It's truly a motivating environment to be in.",
|
||||
tag: "Group Classes",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-happy-athlete-using-mobile-phone-while-working-out-health-club_637285-8398.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-together_23-2150912380.jpg",
|
||||
imageAlt: "John D. in a group class",
|
||||
},
|
||||
id: "2", name: "John D.", date: "April 2024", title: "Best Group Classes Around", quote: "The group classes are amazing. There's so much variety, and the energy is contagious. It's truly a motivating environment to be in.", tag: "Group Classes", avatarSrc: "http://img.b2bpic.net/free-photo/young-happy-athlete-using-mobile-phone-while-working-out-health-club_637285-8398.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-training-together_23-2150912380.jpg", imageAlt: "John D. in a group class"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Maria S.",
|
||||
date: "March 2024",
|
||||
title: "A Welcoming Community",
|
||||
quote: "I've tried other gyms, but none compare to the welcoming atmosphere here. Everyone is friendly, and it feels like a family. Highly recommend!",
|
||||
tag: "Community",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym-ball_23-2149272828.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-woman-meditating-outdoors_23-2148988382.jpg",
|
||||
imageAlt: "Maria S. smiling at the gym",
|
||||
},
|
||||
id: "3", name: "Maria S.", date: "March 2024", title: "A Welcoming Community", quote: "I've tried other gyms, but none compare to the welcoming atmosphere here. Everyone is friendly, and it feels like a family. Highly recommend!", tag: "Community", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym-ball_23-2149272828.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-woman-meditating-outdoors_23-2148988382.jpg", imageAlt: "Maria S. smiling at the gym"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael B.",
|
||||
date: "February 2024",
|
||||
title: "Top-Notch Facilities",
|
||||
quote: "The equipment is always clean and well-maintained. It's a pleasure to work out here. The facilities truly are state-of-the-art.",
|
||||
tag: "Facilities",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149049763.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-muscular-sportsman_171337-9450.jpg",
|
||||
imageAlt: "Michael B. using gym equipment",
|
||||
},
|
||||
id: "4", name: "Michael B.", date: "February 2024", title: "Top-Notch Facilities", quote: "The equipment is always clean and well-maintained. It's a pleasure to work out here. The facilities truly are state-of-the-art.", tag: "Facilities", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149049763.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-muscular-sportsman_171337-9450.jpg", imageAlt: "Michael B. using gym equipment"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sarah K.",
|
||||
date: "January 2024",
|
||||
title: "More Than Just a Gym",
|
||||
quote: "Fitness Studio is more than just a gym; it's a place where I feel motivated and supported. The trainers truly care about your progress.",
|
||||
tag: "Motivation",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman-holding-takeaway-coffee-cup-hand_23-2148176201.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-with-curly-hair-working-small-business-ecommerce-holding-boss-cup-smiling-with-idea-question-pointing-finger-with-happy-face-number-one_839833-7619.jpg",
|
||||
imageAlt: "Sarah K. exercising",
|
||||
},
|
||||
id: "5", name: "Sarah K.", date: "January 2024", title: "More Than Just a Gym", quote: "Fitness Studio is more than just a gym; it's a place where I feel motivated and supported. The trainers truly care about your progress.", tag: "Motivation", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman-holding-takeaway-coffee-cup-hand_23-2148176201.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-with-curly-hair-working-small-business-ecommerce-holding-boss-cup-smiling-with-idea-question-pointing-finger-with-happy-face-number-one_839833-7619.jpg", imageAlt: "Sarah K. exercising"},
|
||||
]}
|
||||
title="What Our Members Say"
|
||||
description="Hear directly from our satisfied community members about their experiences and transformations at Fitness Studio."
|
||||
@@ -369,14 +215,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Nike",
|
||||
"Adidas",
|
||||
"Under Armour",
|
||||
"MyFitnessPal",
|
||||
"Peloton",
|
||||
"Fitbit",
|
||||
"Gatorade",
|
||||
]}
|
||||
"Nike", "Adidas", "Under Armour", "MyFitnessPal", "Peloton", "Fitbit", "Gatorade"]}
|
||||
title="Trusted by Leading Fitness Brands"
|
||||
description="Our studio is recognized and partnered with top names in the health and wellness industry."
|
||||
tag="Partners & Affiliates"
|
||||
@@ -387,20 +226,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Ready to Transform?"
|
||||
title="Join Our Fitness Family Today!"
|
||||
description="Take the first step towards a healthier, stronger you. Contact us to learn more about our memberships and trial offers."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
{
|
||||
text: "Book a Tour",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book a Tour", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -409,13 +243,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Fitness Studio"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user