Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-04-01 14:38:17 +00:00

View File

@@ -3,12 +3,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { LayoutDashboard, Users, Trophy, MessageSquare, Target, BookOpen, ChevronRight, Mail, Phone, Calendar } from "lucide-react";
export default function LandingPage() {
return (
@@ -26,130 +27,97 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "hero" },
{ name: "Programs", id: "features" },
{ name: "Coaches", id: "team" },
{ name: "Contact", id: "contact" },
]}
<NavbarLayoutFloatingOverlay
brandName="Victory Club"
navItems={[
{ name: "Dashboard", id: "hero" },
{ name: "Programs", id: "features" },
{ name: "Staff", id: "team" },
{ name: "Feedback", id: "testimonials" },
{ name: "Inquiry", id: "contact" },
]}
button={{ text: "Join Member Area", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{ variant: "radial-gradient" }}
title="Elevate Your Game at Victory Club"
description="Join the premier sports community in your region. From professional training to youth programs, we empower every athlete to reach their peak potential."
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=1", imageAlt: "Club Facilities" },
{ imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=1", imageAlt: "Basketball Court" },
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=2", imageAlt: "Outdoor Track" },
{ imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=2", imageAlt: "Gym Interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=3", imageAlt: "Tennis Courts" },
{ imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=3", imageAlt: "Training Field" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=4", imageAlt: "Training Center" },
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=4", imageAlt: "Soccer Training" },
{ imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=5", imageAlt: "Swimming Pool" },
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=5", imageAlt: "Athletic Equipment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=6", imageAlt: "Indoor Arena" },
{ imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=6", imageAlt: "Club Entrance" }
]}
buttons={[{ text: "Join Today", href: "#contact" }]}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/medium-shot-people-doing-burpees-gym_23-2149356922.jpg", alt: "Member 1" },
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-fitness-woman-leaning-rail_171337-6239.jpg", alt: "Member 2" },
{ src: "http://img.b2bpic.net/free-photo/hands-exercise-with-weights-stadium_23-2148297806.jpg", alt: "Member 3" },
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-sporty-woman-outdoors_23-2149622946.jpg", alt: "Member 4" },
{ src: "http://img.b2bpic.net/free-photo/smiling-sporty-guy-earphones-eating-banana-after-workout-sitting-stairs_8353-6860.jpg", alt: "Member 5" }
]}
avatarText="Join our 500+ active members"
marqueeItems={[
{ type: "text", text: "Soccer" },
{ type: "text", text: "Basketball" },
{ type: "text", text: "Swimming" },
{ type: "text", text: "Tennis" },
{ type: "text", text: "Fitness" }
]}
<HeroBillboardDashboard
title="Victory Club Command"
description="The ultimate management and performance portal for our elite athletes and staff."
background={{ variant: "gradient-bars" }}
dashboard={{
title: "Season Performance", logoIcon: Trophy,
sidebarItems: [{ icon: LayoutDashboard, active: true }, { icon: Users }, { icon: Target }],
stats: [
{ title: "Active Athletes", values: [450, 500, 550], description: "Monthly growth" },
{ title: "Training Hours", values: [1200, 1500, 1800], description: "Total club usage" }
],
buttons: [{ text: "View Analytics" }],
listItems: [{ icon: BookOpen, title: "New Program: Sprint Master", status: "Open" }, { icon: Trophy, title: "Regional Tournament", status: "Upcoming" }],
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=1"
}}
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwelve
<FeatureCardNine
showStepNumbers={true}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
textboxLayout="split"
title="Training Success Cycles"
features={[
{ id: "f1", label: "Training", title: "Elite Coaching", items: ["Personalized plans", "Weekly workshops", "Video analysis"], buttons: [{ text: "Learn More" }] },
{ id: "f2", label: "Facility", title: "Premium Courts", items: ["Climate controlled", "Full locker rooms", "24/7 access"], buttons: [{ text: "Tour Facility" }] },
{ id: "f3", label: "Community", title: "Social Events", items: ["Monthly mixers", "Competitive leagues", "Awards nights"], buttons: [{ text: "See Calendar" }] }
{ id: 1, title: "Skill Assessment", description: "Detailed initial breakdown of performance baselines.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=1" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=2" } },
{ id: 2, title: "Customized Routine", description: "Personalized training blocks built for your goals.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/black-professional-basketball-player-action-basketball-field_613910-7840.jpg?_wi=2" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668568.jpg?_wi=3" } }
]}
title="Training That Transforms"
description="State-of-the-art facilities paired with expert instruction to ensure you get the best sports experience."
/>
</div>
<div id="team" data-section="team">
<TeamCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
<TeamCardTen
title="Coaching Elite"
tag="Professional Staff"
membersAnimation="slide-up"
memberVariant="card"
members={[
{ id: "t1", name: "Alex Rivers", role: "Head Trainer", description: "15 years experience in professional sports development.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-guy-earphones-eating-banana-after-workout-sitting-stairs_8353-6860.jpg" },
{ id: "t2", name: "Sarah Chen", role: "Fitness Lead", description: "Specialist in functional movement and agility training.", imageSrc: "http://img.b2bpic.net/free-photo/water-polo-player-pool-with-swimming-equipment_23-2150893946.jpg" },
{ id: "t3", name: "Marcus Thorne", role: "Skills Coach", description: "Former pro athlete with a passion for youth talent.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-self-determined-caucasian-elderly-male-with-beard-choosing-healthy-active-lifestyle-sitting-floor-with-ball-resting-after-intensive-training-gym_343059-4804.jpg?_wi=1" }
{ id: "t1", name: "Alex Rivers", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-guy-earphones-eating-banana-after-workout-sitting-stairs_8353-6860.jpg" },
{ id: "t2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/water-polo-player-pool-with-swimming-equipment_23-2150893946.jpg" }
]}
title="Meet Your Coaches"
description="Learn from the best in the business. Our coaches bring years of professional experience to every session."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
<TestimonialCardTen
title="Athlete Insights"
textboxLayout="split"
testimonials={[
{ id: "1", name: "James P.", role: "Member", testimonial: "The best facilities in the city, period.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-doing-burpees-gym_23-2149356922.jpg" },
{ id: "2", name: "Linda M.", role: "Parent", testimonial: "My kids have gained so much confidence here.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-fitness-woman-leaning-rail_171337-6239.jpg" },
{ id: "3", name: "Robert B.", role: "League Player", testimonial: "Great community and even better competition.", imageSrc: "http://img.b2bpic.net/free-photo/hands-exercise-with-weights-stadium_23-2148297806.jpg" },
{ id: "4", name: "Alice T.", role: "Pro Athlete", testimonial: "Professional standards that keep me sharp.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-sporty-woman-outdoors_23-2149622946.jpg" },
{ id: "5", name: "Sam K.", role: "Coach", testimonial: "An incredible environment for growth and fitness.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-self-determined-caucasian-elderly-male-with-beard-choosing-healthy-active-lifestyle-sitting-floor-with-ball-resting-after-intensive-training-gym_343059-4804.jpg?_wi=2" }
{ id: "1", title: "Game Changer", quote: "The analytics dashboard changed how I view my training intensity.", name: "James P.", role: "Club Member", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-doing-burpees-gym_23-2149356922.jpg" }
]}
title="Hear Our Members"
description="We are proud of our community and the successes our athletes have achieved together."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Start Your Journey"
description="Ready to get moving? Get in touch today to schedule your first trial session with us."
title="Connect with Victory"
description="Get full access to our management suite."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Your Email" }
{ name: "name", type: "text", placeholder: "Full Name" },
{ name: "email", type: "email", placeholder: "Email Address" }
]}
textarea={{ name: "message", placeholder: "Tell us what you're interested in!" }}
textarea={{ name: "query", placeholder: "How can we assist your performance?" }}
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-queue-receiving-passport-boarding-pass_107420-63584.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
<FooterBase
logoText="Victory Club"
columns={[
{ title: "Navigation", items: [{ label: "Hero", href: "#hero" }, { label: "Features", href: "#features" }, { label: "Coaches", href: "#team" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] }
{ title: "Portal", items: [{ label: "Dashboard", href: "#hero" }, { label: "Training", href: "#features" }] },
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Terms", href: "#" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}