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
|
||||
navItems={[
|
||||
{
|
||||
name: "Classes",
|
||||
id: "features",
|
||||
},
|
||||
name: "Classes", id: "features"},
|
||||
{
|
||||
name: "Trainers",
|
||||
id: "team",
|
||||
},
|
||||
name: "Trainers", id: "team"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "WhatsApp", href: "https://wa.me/yournumberhere"
|
||||
}}
|
||||
brandName="Everyday Fitness Iconic"
|
||||
/>
|
||||
</div>
|
||||
@@ -55,67 +50,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="TRAIN LIKE AN ICON"
|
||||
description="Luxury fitness. Elite equipment. Real transformation. Join Faridabad's most premium performance club."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Transformation",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Start Your Transformation", href: "#pricing"},
|
||||
{
|
||||
text: "Book A Free Trial",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book A Free Trial", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/trans-man-exercising-gym_23-2149712790.jpg"
|
||||
imageAlt="Cinematic gym hero"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-9846.jpg",
|
||||
alt: "Athletic fitness male",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-9846.jpg", alt: "Athletic fitness male"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/athletic-indian-man-posing_1098-21141.jpg",
|
||||
alt: "Athletic Indian Man",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/athletic-indian-man-posing_1098-21141.jpg", 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",
|
||||
alt: "Fitness woman",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-muscular-sportsman_171337-9450.jpg",
|
||||
alt: "Muscular sportsman",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-muscular-sportsman_171337-9450.jpg", 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",
|
||||
alt: "Sporty girl",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
avatarText="Join 10k+ elite members"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Access",
|
||||
},
|
||||
type: "text", text: "24/7 Access"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Expert Coaching",
|
||||
},
|
||||
type: "text", text: "Expert Coaching"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Luxury Facilities",
|
||||
},
|
||||
type: "text", text: "Luxury Facilities"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Olympic Grade Equipment",
|
||||
},
|
||||
type: "text", text: "Olympic Grade Equipment"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Recovery Zones",
|
||||
},
|
||||
type: "text", text: "Premium Recovery Zones"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,30 +95,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-muscular-handsome-man-wetsuit-dark-background_613910-15130.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-muscular-handsome-man-wetsuit-dark-background_613910-15130.jpg"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-gym_23-2147789567.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-gym_23-2147789567.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anita P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1587.jpg",
|
||||
},
|
||||
id: "5", name: "Anita P.", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1587.jpg"},
|
||||
]}
|
||||
cardTitle="Member Success"
|
||||
cardTag="4.5+ Rated"
|
||||
@@ -162,26 +117,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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="Elite Performance Features"
|
||||
description="State-of-the-art facilities designed for serious fitness enthusiasts."
|
||||
@@ -206,29 +146,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Vikram Singh",
|
||||
role: "Head Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-exercising-gym_23-2147827935.jpg",
|
||||
},
|
||||
id: "1", name: "Vikram Singh", role: "Head Coach", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-exercising-gym_23-2147827935.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Neha Sharma",
|
||||
role: "Yoga Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-sportsman-with-headphones-jumping-rope_1098-21632.jpg",
|
||||
},
|
||||
id: "2", name: "Neha Sharma", role: "Yoga Expert", imageSrc: "http://img.b2bpic.net/free-photo/confident-sportsman-with-headphones-jumping-rope_1098-21632.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rahul Verma",
|
||||
role: "Strength Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150289976.jpg",
|
||||
},
|
||||
id: "3", name: "Rahul Verma", role: "Strength Specialist", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150289976.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Priya Gupta",
|
||||
role: "Fat Loss Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-instructors-gym_329181-14166.jpg",
|
||||
},
|
||||
id: "4", name: "Priya Gupta", role: "Fat Loss Coach", imageSrc: "http://img.b2bpic.net/free-photo/professional-instructors-gym_329181-14166.jpg"},
|
||||
]}
|
||||
title="Train With Professionals"
|
||||
description="Our certified coaches are dedicated to your transformation."
|
||||
@@ -242,26 +166,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Results You Can Feel"
|
||||
description="Quantifiable progress for every member."
|
||||
@@ -275,37 +184,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Entry",
|
||||
price: "₹2,999/mo",
|
||||
subtitle: "Gym access",
|
||||
features: [
|
||||
"Full floor access",
|
||||
"Basic locker",
|
||||
"Modern cardio",
|
||||
],
|
||||
id: "p1", badge: "Entry", price: "₹2,999/mo", subtitle: "Gym access", features: [
|
||||
"Full floor access", "Basic locker", "Modern cardio"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Performance",
|
||||
price: "₹4,499/mo",
|
||||
subtitle: "Full experience",
|
||||
features: [
|
||||
"All gym access",
|
||||
"Class access",
|
||||
"Steam facilities",
|
||||
],
|
||||
id: "p2", badge: "Performance", price: "₹4,499/mo", subtitle: "Full experience", features: [
|
||||
"All gym access", "Class access", "Steam facilities"],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Elite",
|
||||
price: "₹7,999/mo",
|
||||
subtitle: "Personalized coaching",
|
||||
features: [
|
||||
"1-on-1 sessions",
|
||||
"Diet planning",
|
||||
"Full facility access",
|
||||
],
|
||||
id: "p3", badge: "Elite", price: "₹7,999/mo", subtitle: "Personalized coaching", features: [
|
||||
"1-on-1 sessions", "Diet planning", "Full facility access"],
|
||||
},
|
||||
]}
|
||||
title="Choose Your Path"
|
||||
@@ -320,22 +208,14 @@ export default function LandingPage() {
|
||||
description="Book a free fitness consultation today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "goal",
|
||||
placeholder: "Your fitness goal",
|
||||
rows: 3,
|
||||
name: "goal", placeholder: "Your fitness goal", rows: 3,
|
||||
}}
|
||||
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"
|
||||
columns={[
|
||||
{
|
||||
title: "Gym",
|
||||
items: [
|
||||
title: "Gym", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Trainers",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Trainers", href: "#team"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -378,4 +248,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user