Merge version_1 into main #2
234
src/app/page.tsx
234
src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="THE WOLF TRAINING"
|
||||
/>
|
||||
@@ -62,36 +47,16 @@ export default function LandingPage() {
|
||||
title="UNLEASH YOUR INNER WOLF."
|
||||
description="Premium training facility for those who refuse to settle. Elite coaching, elite equipment, elite results."
|
||||
tag="ELITE PERFORMANCE"
|
||||
buttons={[
|
||||
{
|
||||
text: "Join the Pack",
|
||||
href: "#pricing",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/athlete-gym-swings-triceps-with-barbell-sports-lifestyle_169016-61178.jpg?_wi=1"
|
||||
buttons={[{ text: "Join the Pack", href: "#pricing" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/athlete-gym-swings-triceps-with-barbell-sports-lifestyle_169016-61178.jpg"
|
||||
showBlur={true}
|
||||
tagIcon={Sparkles}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sexy-naked-guy-with-muscular-body-doing-exercise-with-dumbbells-biceps-gym_613910-6326.jpg",
|
||||
alt: "Muscular gym member portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg",
|
||||
alt: "Elite training atmosphere",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/muscular-shirtless-athlete-doing-exercise-with-expander-gym_613910-20532.jpg",
|
||||
alt: "Strength training athlete",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/muscular-shirtless-athlete-doing-exercise-with-expander-gym_613910-20530.jpg",
|
||||
alt: "Conditioning athlete",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-rendering-modern-loft-gym-fitness_105762-2020.jpg",
|
||||
alt: "Modern facility athlete",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/sexy-naked-guy-with-muscular-body-doing-exercise-with-dumbbells-biceps-gym_613910-6326.jpg", alt: "Muscular gym member portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-128388.jpg", alt: "Elite training atmosphere" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/muscular-shirtless-athlete-doing-exercise-with-expander-gym_613910-20532.jpg", alt: "Strength training athlete" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/muscular-shirtless-athlete-doing-exercise-with-expander-gym_613910-20530.jpg", alt: "Conditioning athlete" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/3d-rendering-modern-loft-gym-fitness_105762-2020.jpg", alt: "Modern facility athlete" },
|
||||
]}
|
||||
avatarText="100+ Athletes training daily"
|
||||
/>
|
||||
@@ -112,21 +77,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Powerlifting",
|
||||
description: "Top-tier calibrated plates and power racks for serious strength gains.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-out-gym-bodybuilding_23-2149552311.jpg",
|
||||
},
|
||||
{
|
||||
title: "Conditioning Zone",
|
||||
description: "Professional-grade cardio equipment to push your VO2 max to limits.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-treadmill-console-with-settings_1262-2975.jpg",
|
||||
},
|
||||
{
|
||||
title: "Functional Freedom",
|
||||
description: "Expansive space for high-intensity, compound movement training.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-kettlebells-varying-weight_181624-32979.jpg",
|
||||
},
|
||||
{ title: "Precision Powerlifting", description: "Top-tier calibrated plates and power racks for serious strength gains.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-out-gym-bodybuilding_23-2149552311.jpg" },
|
||||
{ title: "Conditioning Zone", description: "Professional-grade cardio equipment to push your VO2 max to limits.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-treadmill-console-with-settings_1262-2975.jpg" },
|
||||
{ title: "Functional Freedom", description: "Expansive space for high-intensity, compound movement training.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-kettlebells-varying-weight_181624-32979.jpg" },
|
||||
]}
|
||||
title="The Wolf Advantage"
|
||||
description="Everything we do is engineered for maximum performance."
|
||||
@@ -140,39 +93,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "lone",
|
||||
badge: "ENTRY",
|
||||
price: "$99",
|
||||
subtitle: "Basic access",
|
||||
features: [
|
||||
"Open Gym",
|
||||
"Locker Room",
|
||||
"App Access",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "lone", badge: "ENTRY", price: "$99", subtitle: "Basic access", features: ["Open Gym", "Locker Room", "App Access"],
|
||||
buttons: [{ text: "Select", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "alpha",
|
||||
badge: "BEST VALUE",
|
||||
price: "$189",
|
||||
subtitle: "All-inclusive",
|
||||
features: [
|
||||
"Open Gym",
|
||||
"Classes",
|
||||
"Guest Passes",
|
||||
"Priority Access",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Select",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "alpha", badge: "BEST VALUE", price: "$189", subtitle: "All-inclusive", features: ["Open Gym", "Classes", "Guest Passes", "Priority Access"],
|
||||
buttons: [{ text: "Select", href: "#contact" }],
|
||||
},
|
||||
]}
|
||||
title="Choose Your Pack"
|
||||
@@ -187,33 +113,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "coaching",
|
||||
groupTitle: "Lead Instructors",
|
||||
members: [
|
||||
id: "coaching", groupTitle: "Lead Instructors", members: [
|
||||
{
|
||||
id: "1",
|
||||
title: "Marcus V.",
|
||||
subtitle: "Head Coach",
|
||||
detail: "15 years of powerlifting mastery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-training-gym-taking-break_23-2150772261.jpg",
|
||||
},
|
||||
id: "1", title: "Marcus V.", subtitle: "Head Coach", detail: "15 years of powerlifting mastery.", imageSrc: "http://img.b2bpic.net/free-photo/people-training-gym-taking-break_23-2150772261.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Sarah D.",
|
||||
subtitle: "Strength Specialist",
|
||||
detail: "Certified Olympic weightlifting expert.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205562.jpg",
|
||||
},
|
||||
id: "2", title: "Sarah D.", subtitle: "Strength Specialist", detail: "Certified Olympic weightlifting expert.", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205562.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Jake L.",
|
||||
subtitle: "Conditioning Pro",
|
||||
detail: "Former endurance athlete & coach.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-training-gym_23-2150007131.jpg",
|
||||
},
|
||||
id: "3", title: "Jake L.", subtitle: "Conditioning Pro", detail: "Former endurance athlete & coach.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-training-gym_23-2150007131.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athlete-gym-swings-triceps-with-barbell-sports-lifestyle_169016-61178.jpg?_wi=2",
|
||||
imageAlt: "personal trainer professional smiling",
|
||||
},
|
||||
]}
|
||||
title="Elite Coaches"
|
||||
@@ -227,46 +134,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex R.",
|
||||
handle: "@alex_training",
|
||||
testimonial: "The atmosphere is unmatched. Truly the best gym I've trained in.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sportsman-getting-ready-his-training-isolated_273609-36429.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jordan P.",
|
||||
handle: "@jordanfit",
|
||||
testimonial: "I reached my PRs within 3 months of joining. Incredible.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-angry-expression_1194-1239.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sam K.",
|
||||
handle: "@samlifts",
|
||||
testimonial: "Structured, clean, and intense. Exactly what I wanted.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-training-gym_23-2150007130.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Taylor B.",
|
||||
handle: "@taylifts",
|
||||
testimonial: "Top quality gear and elite community support.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-is-engaged-gym_1157-29460.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Morgan S.",
|
||||
handle: "@morgangains",
|
||||
testimonial: "Life-changing experience. Never going back to a generic gym.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-thoughtful-sportswoman-standing-gym-s-dressing-room-listening-music-earphone-after-sports-training_637285-782.jpg",
|
||||
},
|
||||
{ id: "1", name: "Alex R.", handle: "@alex_training", testimonial: "The atmosphere is unmatched. Truly the best gym I've trained in.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-sportsman-getting-ready-his-training-isolated_273609-36429.jpg" },
|
||||
{ id: "2", name: "Jordan P.", handle: "@jordanfit", testimonial: "I reached my PRs within 3 months of joining. Incredible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-angry-expression_1194-1239.jpg" },
|
||||
{ id: "3", name: "Sam K.", handle: "@samlifts", testimonial: "Structured, clean, and intense. Exactly what I wanted.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-training-gym_23-2150007130.jpg" },
|
||||
{ id: "4", name: "Taylor B.", handle: "@taylifts", testimonial: "Top quality gear and elite community support.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-is-engaged-gym_1157-29460.jpg" },
|
||||
{ id: "5", name: "Morgan S.", handle: "@morgangains", testimonial: "Life-changing experience. Never going back to a generic gym.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-thoughtful-sportswoman-standing-gym-s-dressing-room-listening-music-earphone-after-sports-training_637285-782.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="The Results Speak"
|
||||
@@ -279,21 +151,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Are there contracts?",
|
||||
content: "No, we believe in providing quality that keeps you coming back voluntarily.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is personal training included?",
|
||||
content: "Personal training packages are separate and tailored to your specific goals.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What are your hours?",
|
||||
content: "Members get 24/7 access to our core training facilities.",
|
||||
},
|
||||
{ id: "q1", title: "Are there contracts?", content: "No, we believe in providing quality that keeps you coming back voluntarily." },
|
||||
{ id: "q2", title: "Is personal training included?", content: "Personal training packages are separate and tailored to your specific goals." },
|
||||
{ id: "q3", title: "What are your hours?", content: "Members get 24/7 access to our core training facilities." },
|
||||
]}
|
||||
title="Common Inquiries"
|
||||
description="Questions about your membership?"
|
||||
@@ -304,9 +164,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="GET STARTED"
|
||||
title="Ready to Lead?"
|
||||
description="Sign up for a facility tour today."
|
||||
@@ -319,32 +177,8 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-gym-room-training-sports_23-2151699485.jpg"
|
||||
logoText="THE WOLF TRAINING"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Support", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user