Merge version_1 into main #2
192
src/app/page.tsx
192
src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Activity, Award, Facebook, Instagram, Target, Twitter, Users, Zap } from "lucide-react";
|
||||
import { Activity, Award, Dumbbell, Facebook, Instagram, Target, Twitter, Users, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Classes",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Iron Pulse"
|
||||
/>
|
||||
@@ -59,19 +49,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="Iron Pulse"
|
||||
description="Transform Your Body. Transform Your Life. Join the premier fitness community and crush your goals with world-class facilities and expert guidance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Join Now", href: "#pricing"},
|
||||
{
|
||||
text: "Book Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Free Trial", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
@@ -96,59 +81,41 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Personal Training",
|
||||
description: "1-on-1 coaching for tailored results.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/person-doing-yoga-in-a-dimly-lit-high-en-1774691937788-82b63ef7.png",
|
||||
},
|
||||
id: "f1", title: "Personal Training", description: "1-on-1 coaching for tailored results.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/person-doing-yoga-in-a-dimly-lit-high-en-1774691937788-82b63ef7.png"},
|
||||
items: [
|
||||
{
|
||||
icon: Dumbbell,
|
||||
text: "Custom Plans",
|
||||
},
|
||||
text: "Custom Plans"},
|
||||
{
|
||||
icon: Target,
|
||||
text: "Goal Tracking",
|
||||
},
|
||||
text: "Goal Tracking"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Strength Training",
|
||||
description: "State-of-the-art weights and racks.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/close-up-shot-of-heavy-weight-plates-on--1774691936941-d34a443f.png",
|
||||
},
|
||||
id: "f2", title: "Strength Training", description: "State-of-the-art weights and racks.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/close-up-shot-of-heavy-weight-plates-on--1774691936941-d34a443f.png"},
|
||||
items: [
|
||||
{
|
||||
icon: Award,
|
||||
text: "Certified Gear",
|
||||
},
|
||||
text: "Certified Gear"},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Explosive Growth",
|
||||
},
|
||||
text: "Explosive Growth"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Group Classes",
|
||||
description: "High-intensity sessions for everyone.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/a-modern-group-fitness-class-setup-silho-1774691937294-24c6a894.png",
|
||||
},
|
||||
id: "f3", title: "Group Classes", description: "High-intensity sessions for everyone.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/a-modern-group-fitness-class-setup-silho-1774691937294-24c6a894.png"},
|
||||
items: [
|
||||
{
|
||||
icon: Users,
|
||||
text: "Fun Environment",
|
||||
},
|
||||
text: "Fun Environment"},
|
||||
{
|
||||
icon: Activity,
|
||||
text: "Cardio & Strength",
|
||||
},
|
||||
text: "Cardio & Strength"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
@@ -165,37 +132,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Elite Trainers",
|
||||
members: [
|
||||
id: "g1", groupTitle: "Elite Trainers", members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "Alex Rivers",
|
||||
subtitle: "Lead Instructor",
|
||||
detail: "10+ years of bodybuilding experience.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/professional-fitness-trainer-portrait-at-1774691937034-f61ae64b.png",
|
||||
},
|
||||
id: "m1", title: "Alex Rivers", subtitle: "Lead Instructor", detail: "10+ years of bodybuilding experience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/professional-fitness-trainer-portrait-at-1774691937034-f61ae64b.png"},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Sarah Chen",
|
||||
subtitle: "HIIT Specialist",
|
||||
detail: "CrossFit certified and expert strategist.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/female-fitness-instructor-athletic-smili-1774691937327-d2c02137.png",
|
||||
},
|
||||
id: "m2", title: "Sarah Chen", subtitle: "HIIT Specialist", detail: "CrossFit certified and expert strategist.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/female-fitness-instructor-athletic-smili-1774691937327-d2c02137.png"},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Mike Ross",
|
||||
subtitle: "Strength Coach",
|
||||
detail: "Former competitive lifter and trainer.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/young-fit-man-muscular-intense-look-dark-1774691937558-0c8bd314.png",
|
||||
},
|
||||
id: "m3", title: "Mike Ross", subtitle: "Strength Coach", detail: "Former competitive lifter and trainer.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/young-fit-man-muscular-intense-look-dark-1774691937558-0c8bd314.png"},
|
||||
{
|
||||
id: "m4",
|
||||
title: "Elena Volkov",
|
||||
subtitle: "Yoga Director",
|
||||
detail: "Expert in flexibility and recovery.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/professional-trainer-holding-gym-equipme-1774691937241-4b55ba89.png",
|
||||
},
|
||||
id: "m4", title: "Elena Volkov", subtitle: "Yoga Director", detail: "Expert in flexibility and recovery.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/professional-trainer-holding-gym-equipme-1774691937241-4b55ba89.png"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -211,54 +156,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Entry",
|
||||
price: "$29/mo",
|
||||
subtitle: "Standard gym access",
|
||||
features: [
|
||||
"Basic Weight Room",
|
||||
"Cardio Area",
|
||||
"Showers",
|
||||
],
|
||||
id: "basic", badge: "Entry", price: "$29/mo", subtitle: "Standard gym access", features: [
|
||||
"Basic Weight Room", "Cardio Area", "Showers"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose Basic",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose Basic", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "standard",
|
||||
badge: "Most Popular",
|
||||
price: "$59/mo",
|
||||
subtitle: "Classes & Access",
|
||||
features: [
|
||||
"Everything in Basic",
|
||||
"Unlimited Classes",
|
||||
"Towel Service",
|
||||
],
|
||||
id: "standard", badge: "Most Popular", price: "$59/mo", subtitle: "Classes & Access", features: [
|
||||
"Everything in Basic", "Unlimited Classes", "Towel Service"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose Standard",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose Standard", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Unlimited",
|
||||
price: "$89/mo",
|
||||
subtitle: "Personalized Experience",
|
||||
features: [
|
||||
"Everything in Standard",
|
||||
"2 PT Sessions",
|
||||
"Nutrition Plan",
|
||||
],
|
||||
id: "premium", badge: "Unlimited", price: "$89/mo", subtitle: "Personalized Experience", features: [
|
||||
"Everything in Standard", "2 PT Sessions", "Nutrition Plan"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Choose Premium",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Choose Premium", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -272,30 +190,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Doe",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/close-up-professional-headshot-of-a-happ-1774691936925-cd8a8513.png?_wi=1",
|
||||
},
|
||||
id: "t1", name: "John Doe", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/close-up-professional-headshot-of-a-happ-1774691936925-cd8a8513.png"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jane Smith",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/professional-headshot-of-an-athletic-wom-1774691937445-9b994c0f.png",
|
||||
},
|
||||
id: "t2", name: "Jane Smith", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/professional-headshot-of-an-athletic-wom-1774691937445-9b994c0f.png"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Mark Wilson",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/professional-headshot-of-a-motivated-fit-1774691937598-393b34b1.png",
|
||||
},
|
||||
id: "t3", name: "Mark Wilson", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/professional-headshot-of-a-motivated-fit-1774691937598-393b34b1.png"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Anna Lee",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/professional-headshot-of-a-strong-fitnes-1774691938424-56b4529d.png",
|
||||
},
|
||||
id: "t4", name: "Anna Lee", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/professional-headshot-of-a-strong-fitnes-1774691938424-56b4529d.png"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David P.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/close-up-professional-headshot-of-a-happ-1774691936925-cd8a8513.png?_wi=2",
|
||||
},
|
||||
id: "t5", name: "David P.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/close-up-professional-headshot-of-a-happ-1774691936925-cd8a8513.png"},
|
||||
]}
|
||||
cardTitle="Success Stories"
|
||||
cardTag="Testimonials"
|
||||
@@ -307,8 +210,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
tag="Join Now"
|
||||
title="Get Started Today"
|
||||
description="Ready to change your life? Fill in your details below and we'll reach out to schedule your free tour or trial session."
|
||||
@@ -321,19 +223,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user