Merge version_1 into main #2
233
src/app/page.tsx
233
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Programs",
|
||||
id: "features",
|
||||
},
|
||||
name: "Programs", id: "features"},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Membership", id: "pricing"},
|
||||
]}
|
||||
brandName="NEO ATHLETIC"
|
||||
/>
|
||||
@@ -53,104 +45,61 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Sculpt Your Body, Elevate Your Spirit"
|
||||
description="Transform with expert trainers and science-backed programs designed for real results. Join a community that demands excellence."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-gym_23-2148024321.jpg?_wi=1",
|
||||
imageAlt: "Dynamic training",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-gym_23-2148024321.jpg", imageAlt: "Dynamic training"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg?_wi=1",
|
||||
imageAlt: "Gym weights",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg", imageAlt: "Gym weights"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kettlebell-gym-equipment-still-life_23-2151739283.jpg?_wi=1",
|
||||
imageAlt: "Equipment detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kettlebell-gym-equipment-still-life_23-2151739283.jpg", imageAlt: "Equipment detail"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-athlete-exercising_23-2148267179.jpg?_wi=1",
|
||||
imageAlt: "Intense athlete",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-athlete-exercising_23-2148267179.jpg", imageAlt: "Intense athlete"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-gym_268835-3895.jpg",
|
||||
imageAlt: "Rowing machine",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-dumbbells-gym_268835-3895.jpg", imageAlt: "Rowing machine"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-training-box-dark-studio_23-2147752909.jpg",
|
||||
imageAlt: "Training group",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sportswoman-training-box-dark-studio_23-2147752909.jpg", imageAlt: "Training group"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-gym_23-2148024321.jpg?_wi=2",
|
||||
imageAlt: "Dynamic training",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-gym_23-2148024321.jpg", imageAlt: "Dynamic training"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg?_wi=2",
|
||||
imageAlt: "Gym weights",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg", imageAlt: "Gym weights"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kettlebell-gym-equipment-still-life_23-2151739283.jpg?_wi=2",
|
||||
imageAlt: "Equipment detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kettlebell-gym-equipment-still-life_23-2151739283.jpg", imageAlt: "Equipment detail"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-athlete-exercising_23-2148267179.jpg?_wi=2",
|
||||
imageAlt: "Intense athlete",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-athlete-exercising_23-2148267179.jpg", imageAlt: "Intense athlete"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Journey",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Start Your Journey", href: "#pricing"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-model-practicing-some-zumba_23-2149047642.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-model-practicing-some-zumba_23-2149047642.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-posing-wrestling-gear-clothing_23-2149749732.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-posing-wrestling-gear-clothing_23-2149749732.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-doing-warm-up-dark-room_140725-8066.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-doing-warm-up-dark-room_140725-8066.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149049763.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149049763.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205541.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205541.jpg", alt: "User 5"},
|
||||
]}
|
||||
avatarText="Join 5,000+ elite members"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "HIGH PERFORMANCE",
|
||||
},
|
||||
type: "text", text: "HIGH PERFORMANCE"},
|
||||
{
|
||||
type: "text",
|
||||
text: "SCIENCE-BACKED",
|
||||
},
|
||||
type: "text", text: "SCIENCE-BACKED"},
|
||||
{
|
||||
type: "text",
|
||||
text: "NEO-BRUTAL",
|
||||
},
|
||||
type: "text", text: "NEO-BRUTAL"},
|
||||
{
|
||||
type: "text",
|
||||
text: "EXCELLENCE",
|
||||
},
|
||||
type: "text", text: "EXCELLENCE"},
|
||||
{
|
||||
type: "text",
|
||||
text: "TRANSFORMATION",
|
||||
},
|
||||
type: "text", text: "TRANSFORMATION"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,29 +120,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "01",
|
||||
title: "Admin Dashboard",
|
||||
subtitle: "Management",
|
||||
description: "Intuitive content and member management tools.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-gym_23-2148024321.jpg?_wi=3",
|
||||
imageAlt: "athletic gym training dark neon",
|
||||
},
|
||||
tag: "01", title: "Admin Dashboard", subtitle: "Management", description: "Intuitive content and member management tools.", imageSrc: "http://img.b2bpic.net/free-photo/woman-stretching-gym_23-2148024321.jpg", imageAlt: "athletic gym training dark neon"},
|
||||
{
|
||||
tag: "02",
|
||||
title: "Program Tracking",
|
||||
subtitle: "Analytics",
|
||||
description: "Science-backed workout logging and progress metrics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg?_wi=3",
|
||||
imageAlt: "gym weights neon lighting",
|
||||
},
|
||||
tag: "02", title: "Program Tracking", subtitle: "Analytics", description: "Science-backed workout logging and progress metrics.", imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg", imageAlt: "gym weights neon lighting"},
|
||||
{
|
||||
tag: "03",
|
||||
title: "Member Profiles",
|
||||
subtitle: "Community",
|
||||
description: "Personalized spaces for tracking your fitness journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kettlebell-gym-equipment-still-life_23-2151739283.jpg?_wi=3",
|
||||
imageAlt: "barbell gym gritty dark",
|
||||
},
|
||||
tag: "03", title: "Member Profiles", subtitle: "Community", description: "Personalized spaces for tracking your fitness journey.", imageSrc: "http://img.b2bpic.net/free-photo/kettlebell-gym-equipment-still-life_23-2151739283.jpg", imageAlt: "barbell gym gritty dark"},
|
||||
]}
|
||||
title="Platform Features"
|
||||
description="Powerful tools designed to manage your performance."
|
||||
@@ -202,58 +133,32 @@ export default function LandingPage() {
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Entry",
|
||||
price: "$49",
|
||||
subtitle: "Get started today",
|
||||
features: [
|
||||
"Gym Access",
|
||||
"Basic App Usage",
|
||||
"Community Forum",
|
||||
],
|
||||
id: "basic", badge: "Entry", price: "$49", subtitle: "Get started today", features: [
|
||||
"Gym Access", "Basic App Usage", "Community Forum"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Join Now", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Elite",
|
||||
price: "$99",
|
||||
subtitle: "For dedicated athletes",
|
||||
features: [
|
||||
"Full Gym Access",
|
||||
"Advanced Tracking",
|
||||
"Trainer Consults",
|
||||
],
|
||||
id: "pro", badge: "Elite", price: "$99", subtitle: "For dedicated athletes", features: [
|
||||
"Full Gym Access", "Advanced Tracking", "Trainer Consults"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Upgrade Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Upgrade Now", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "master",
|
||||
badge: "Pro",
|
||||
price: "$149",
|
||||
subtitle: "Full performance suite",
|
||||
features: [
|
||||
"Everything Pro",
|
||||
"Custom Programming",
|
||||
"Priority Support",
|
||||
],
|
||||
id: "master", badge: "Pro", price: "$149", subtitle: "Full performance suite", features: [
|
||||
"Everything Pro", "Custom Programming", "Priority Support"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Start Pro",
|
||||
href: "#",
|
||||
},
|
||||
text: "Start Pro", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -270,25 +175,15 @@ export default function LandingPage() {
|
||||
author="Marcus Thorne"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-model-practicing-some-zumba_23-2149047642.jpg",
|
||||
alt: "User 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-model-practicing-some-zumba_23-2149047642.jpg", alt: "User 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-posing-wrestling-gear-clothing_23-2149749732.jpg",
|
||||
alt: "User 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-posing-wrestling-gear-clothing_23-2149749732.jpg", alt: "User 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-doing-warm-up-dark-room_140725-8066.jpg",
|
||||
alt: "User 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-doing-warm-up-dark-room_140725-8066.jpg", alt: "User 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149049763.jpg",
|
||||
alt: "User 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149049763.jpg", alt: "User 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205541.jpg",
|
||||
alt: "User 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205541.jpg", alt: "User 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -299,16 +194,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Join Us"
|
||||
title="Start Your Transformation"
|
||||
description="Ready to sculpt your body? Get in touch or sign up to access exclusive programs."
|
||||
buttons={[
|
||||
{
|
||||
text: "Register Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Register Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -317,42 +209,27 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Programs",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Programs", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Member",
|
||||
items: [
|
||||
title: "Member", items: [
|
||||
{
|
||||
label: "Login",
|
||||
href: "#",
|
||||
},
|
||||
label: "Login", href: "#"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user