Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3fdac0ca3c |
232
src/app/page.tsx
232
src/app/page.tsx
@@ -32,22 +32,17 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Classes",
|
name: "Classes", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Trainers",
|
name: "Trainers", id: "team"},
|
||||||
id: "team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "pricing"},
|
||||||
id: "pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
|
button={{
|
||||||
|
text: "WhatsApp", href: "https://wa.me/yournumberhere"
|
||||||
|
}}
|
||||||
brandName="Everyday Fitness Iconic"
|
brandName="Everyday Fitness Iconic"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -55,67 +50,42 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="TRAIN LIKE AN ICON"
|
title="TRAIN LIKE AN ICON"
|
||||||
description="Luxury fitness. Elite equipment. Real transformation. Join Faridabad's most premium performance club."
|
description="Luxury fitness. Elite equipment. Real transformation. Join Faridabad's most premium performance club."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Start Your Transformation",
|
text: "Start Your Transformation", href: "#pricing"},
|
||||||
href: "#pricing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Book A Free Trial",
|
text: "Book A Free Trial", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/trans-man-exercising-gym_23-2149712790.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/trans-man-exercising-gym_23-2149712790.jpg"
|
||||||
imageAlt="Cinematic gym hero"
|
imageAlt="Cinematic gym hero"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-9846.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-9846.jpg", alt: "Athletic fitness male"},
|
||||||
alt: "Athletic fitness male",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/athletic-indian-man-posing_1098-21141.jpg",
|
src: "http://img.b2bpic.net/free-photo/athletic-indian-man-posing_1098-21141.jpg", alt: "Athletic Indian Man"},
|
||||||
alt: "Athletic Indian Man",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-crossed-arms-with-confident-smile-face-standing-orange-wall_141793-48757.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-crossed-arms-with-confident-smile-face-standing-orange-wall_141793-48757.jpg", alt: "Fitness woman"},
|
||||||
alt: "Fitness woman",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-muscular-sportsman_171337-9450.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-muscular-sportsman_171337-9450.jpg", alt: "Muscular sportsman"},
|
||||||
alt: "Muscular sportsman",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-blonde-fit-sporty-girl-woman-black-sportswear-demostrate-her-strong-muscular-body-stretching_231208-4082.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-blonde-fit-sporty-girl-woman-black-sportswear-demostrate-her-strong-muscular-body-stretching_231208-4082.jpg", alt: "Sporty girl"},
|
||||||
alt: "Sporty girl",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join 10k+ elite members"
|
avatarText="Join 10k+ elite members"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "24/7 Access"},
|
||||||
text: "24/7 Access",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Expert Coaching"},
|
||||||
text: "Expert Coaching",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Luxury Facilities"},
|
||||||
text: "Luxury Facilities",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Olympic Grade Equipment"},
|
||||||
text: "Olympic Grade Equipment",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Premium Recovery Zones"},
|
||||||
text: "Premium Recovery Zones",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -125,30 +95,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-muscular-handsome-man-wetsuit-dark-background_613910-15130.jpg"},
|
||||||
name: "Sarah J.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-muscular-handsome-man-wetsuit-dark-background_613910-15130.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-athletic-woman-warming-up-while-exercising-living-room_637285-6208.jpg"},
|
||||||
name: "Michael C.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-athletic-woman-warming-up-while-exercising-living-room_637285-6208.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/muscular-young-sport-person-with-his-arm-crossed-standing-race-track_23-2148162182.jpg"},
|
||||||
name: "Emily R.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/muscular-young-sport-person-with-his-arm-crossed-standing-race-track_23-2148162182.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-gym_23-2147789567.jpg"},
|
||||||
name: "David K.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-gym_23-2147789567.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Anita P.", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1587.jpg"},
|
||||||
name: "Anita P.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1587.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="Member Success"
|
cardTitle="Member Success"
|
||||||
cardTag="4.5+ Rated"
|
cardTag="4.5+ Rated"
|
||||||
@@ -162,26 +117,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
tag: "Training",
|
tag: "Training", title: "Elite Equipment", subtitle: "Top-tier machinery", description: "Imported machines maintained to the highest standards.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-dumbbells-gym_23-2148768912.jpg"},
|
||||||
title: "Elite Equipment",
|
|
||||||
subtitle: "Top-tier machinery",
|
|
||||||
description: "Imported machines maintained to the highest standards.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-dumbbells-gym_23-2148768912.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "Community",
|
tag: "Community", title: "Group Classes", subtitle: "High energy sessions", description: "CrossFit, Yoga, Zumba, and Dance classes daily.", imageSrc: "http://img.b2bpic.net/free-photo/determined-african-american-athletic-woman-making-effort-while-exercising-chinups-park-sunset_637285-4331.jpg"},
|
||||||
title: "Group Classes",
|
|
||||||
subtitle: "High energy sessions",
|
|
||||||
description: "CrossFit, Yoga, Zumba, and Dance classes daily.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/determined-african-american-athletic-woman-making-effort-while-exercising-chinups-park-sunset_637285-4331.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "Facilities",
|
tag: "Facilities", title: "Premium Recovery", subtitle: "Steam & Shower", description: "Professional change rooms and recovery zones.", imageSrc: "http://img.b2bpic.net/free-photo/sports-woman-training-morning-gym_1157-28775.jpg"},
|
||||||
title: "Premium Recovery",
|
|
||||||
subtitle: "Steam & Shower",
|
|
||||||
description: "Professional change rooms and recovery zones.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sports-woman-training-morning-gym_1157-28775.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Elite Performance Features"
|
title="Elite Performance Features"
|
||||||
description="State-of-the-art facilities designed for serious fitness enthusiasts."
|
description="State-of-the-art facilities designed for serious fitness enthusiasts."
|
||||||
@@ -206,29 +146,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Vikram Singh", role: "Head Coach", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-exercising-gym_23-2147827935.jpg"},
|
||||||
name: "Vikram Singh",
|
|
||||||
role: "Head Coach",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-exercising-gym_23-2147827935.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Neha Sharma", role: "Yoga Expert", imageSrc: "http://img.b2bpic.net/free-photo/confident-sportsman-with-headphones-jumping-rope_1098-21632.jpg"},
|
||||||
name: "Neha Sharma",
|
|
||||||
role: "Yoga Expert",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-sportsman-with-headphones-jumping-rope_1098-21632.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Rahul Verma", role: "Strength Specialist", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150289976.jpg"},
|
||||||
name: "Rahul Verma",
|
|
||||||
role: "Strength Specialist",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150289976.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Priya Gupta", role: "Fat Loss Coach", imageSrc: "http://img.b2bpic.net/free-photo/professional-instructors-gym_329181-14166.jpg"},
|
||||||
name: "Priya Gupta",
|
|
||||||
role: "Fat Loss Coach",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-instructors-gym_329181-14166.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Train With Professionals"
|
title="Train With Professionals"
|
||||||
description="Our certified coaches are dedicated to your transformation."
|
description="Our certified coaches are dedicated to your transformation."
|
||||||
@@ -242,26 +166,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "100+", title: "Elite Machines", description: "State-of-the-art strength gear", imageSrc: "http://img.b2bpic.net/free-photo/music-instrument-store_23-2150608908.jpg"},
|
||||||
value: "100+",
|
|
||||||
title: "Elite Machines",
|
|
||||||
description: "State-of-the-art strength gear",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/music-instrument-store_23-2150608908.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "24/7", title: "Expert Guidance", description: "Technique focused coaching", imageSrc: "http://img.b2bpic.net/free-photo/person-being-scanned-by-digital-health-app_23-2151891763.jpg"},
|
||||||
value: "24/7",
|
|
||||||
title: "Expert Guidance",
|
|
||||||
description: "Technique focused coaching",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/person-being-scanned-by-digital-health-app_23-2151891763.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "10k+", title: "Success Stories", description: "Members transformed", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-sport-with-stats-side-view_23-2150040505.jpg"},
|
||||||
value: "10k+",
|
|
||||||
title: "Success Stories",
|
|
||||||
description: "Members transformed",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-sport-with-stats-side-view_23-2150040505.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Results You Can Feel"
|
title="Results You Can Feel"
|
||||||
description="Quantifiable progress for every member."
|
description="Quantifiable progress for every member."
|
||||||
@@ -275,37 +184,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", badge: "Entry", price: "₹2,999/mo", subtitle: "Gym access", features: [
|
||||||
badge: "Entry",
|
"Full floor access", "Basic locker", "Modern cardio"],
|
||||||
price: "₹2,999/mo",
|
|
||||||
subtitle: "Gym access",
|
|
||||||
features: [
|
|
||||||
"Full floor access",
|
|
||||||
"Basic locker",
|
|
||||||
"Modern cardio",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", badge: "Performance", price: "₹4,499/mo", subtitle: "Full experience", features: [
|
||||||
badge: "Performance",
|
"All gym access", "Class access", "Steam facilities"],
|
||||||
price: "₹4,499/mo",
|
|
||||||
subtitle: "Full experience",
|
|
||||||
features: [
|
|
||||||
"All gym access",
|
|
||||||
"Class access",
|
|
||||||
"Steam facilities",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", badge: "Elite", price: "₹7,999/mo", subtitle: "Personalized coaching", features: [
|
||||||
badge: "Elite",
|
"1-on-1 sessions", "Diet planning", "Full facility access"],
|
||||||
price: "₹7,999/mo",
|
|
||||||
subtitle: "Personalized coaching",
|
|
||||||
features: [
|
|
||||||
"1-on-1 sessions",
|
|
||||||
"Diet planning",
|
|
||||||
"Full facility access",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Choose Your Path"
|
title="Choose Your Path"
|
||||||
@@ -320,22 +208,14 @@ export default function LandingPage() {
|
|||||||
description="Book a free fitness consultation today."
|
description="Book a free fitness consultation today."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Full Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Full Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "phone",
|
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||||
type: "tel",
|
|
||||||
placeholder: "Phone Number",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "goal",
|
name: "goal", placeholder: "Your fitness goal", rows: 3,
|
||||||
placeholder: "Your fitness goal",
|
|
||||||
rows: 3,
|
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/charming-woman-dark-underground-parking_23-2147771348.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/charming-woman-dark-underground-parking_23-2147771348.jpg"
|
||||||
/>
|
/>
|
||||||
@@ -347,29 +227,19 @@ export default function LandingPage() {
|
|||||||
logoText="Everyday Fitness Iconic"
|
logoText="Everyday Fitness Iconic"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Gym",
|
title: "Gym", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Trainers",
|
label: "Trainers", href: "#team"},
|
||||||
href: "#team",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -378,4 +248,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user