Update src/app/page.tsx

This commit is contained in:
2026-05-29 22:50:30 +00:00
parent 34071e32f1
commit c89e9a9c61

View File

@@ -34,96 +34,49 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Athletes",
id: "#athletes",
},
name: "Athletes", id: "#athletes"},
{
name: "Teams",
id: "#teams",
},
name: "Teams", id: "#teams"},
{
name: "Coaches",
id: "#coaches",
},
name: "Coaches", id: "#coaches"},
{
name: "Sponsors",
id: "#sponsors",
},
name: "Sponsors", id: "#sponsors"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoSrc="http://img.b2bpic.net/free-photo/training-items-athletics_23-2151077751.jpg"
logoAlt="Legacy Girlz Basketball Logo"
brandName="Legacy Girlz Basketball"
button={{
text: "Connect Now",
href: "#contact",
}}
text: "Connect Now", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-animated-grid",
}}
variant: "rotated-rays-animated-grid"}}
title="Building Champions On Court, Classroom, and Life"
description="Legacy Girlz Basketball develops elite female athletes competing nationally on the New Balance circuit. Connect with 120 D1-bound players, explore team rosters, and discover the next generation of college basketball talent."
buttons={[
{
text: "Explore Our Athletes",
href: "#athletes",
},
text: "Explore Our Athletes", href: "#athletes"},
]}
carouselItems={[
{
id: "hero-carousel-1",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-player-with-ball_23-2150847328.jpg",
videoSrc: "http://img.b2bpic.net/free-photo/side-view-blurry-man-doing-burpees_23-2149445944.jpg",
imageAlt: "Female basketball player dunking with neon lights",
videoAriaLabel: "Dynamic basketball dunk highlight",
},
id: "hero-carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-basketball-player-with-ball_23-2150847328.jpg", videoSrc: "http://img.b2bpic.net/free-photo/side-view-blurry-man-doing-burpees_23-2149445944.jpg", imageAlt: "Female basketball player dunking with neon lights", videoAriaLabel: "Dynamic basketball dunk highlight"},
{
id: "hero-carousel-2",
imageSrc: "http://img.b2bpic.net/free-photo/people-playing-basketball_23-2149231757.jpg",
videoSrc: "http://img.b2bpic.net/free-photo/girls-holding-sport-trophy-looking-photographer_23-2148355461.jpg",
imageAlt: "Girls basketball team celebrating victory",
videoAriaLabel: "Team celebration video",
},
id: "hero-carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/people-playing-basketball_23-2149231757.jpg", videoSrc: "http://img.b2bpic.net/free-photo/girls-holding-sport-trophy-looking-photographer_23-2148355461.jpg", imageAlt: "Girls basketball team celebrating victory", videoAriaLabel: "Team celebration video"},
{
id: "hero-carousel-3",
imageSrc: "http://img.b2bpic.net/free-photo/man-listening-music-while-playing-basketball_23-2147925225.jpg",
videoSrc: "http://img.b2bpic.net/free-photo/girl-playing-basketball_23-2147821052.jpg",
imageAlt: "Female basketball player dribbling in training",
videoAriaLabel: "Athlete training focus video",
},
id: "hero-carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/man-listening-music-while-playing-basketball_23-2147925225.jpg", videoSrc: "http://img.b2bpic.net/free-photo/girl-playing-basketball_23-2147821052.jpg", imageAlt: "Female basketball player dribbling in training", videoAriaLabel: "Athlete training focus video"},
{
id: "hero-carousel-4",
imageSrc: "http://img.b2bpic.net/free-photo/3d-view-basketball-essentials_23-2150473267.jpg",
videoSrc: "http://img.b2bpic.net/free-photo/handsome-man-tying-his-laces_23-2148264752.jpg",
imageAlt: "Basketball game action montage",
videoAriaLabel: "Fast-paced game highlights",
},
id: "hero-carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/3d-view-basketball-essentials_23-2150473267.jpg", videoSrc: "http://img.b2bpic.net/free-photo/handsome-man-tying-his-laces_23-2148264752.jpg", imageAlt: "Basketball game action montage", videoAriaLabel: "Fast-paced game highlights"},
{
id: "hero-carousel-5",
imageSrc: "http://img.b2bpic.net/free-photo/feet-people-standing-road-colorful-paint_23-2148141069.jpg",
videoSrc: "http://img.b2bpic.net/free-photo/teenagers-playing-basketball-outdoors_23-2148800894.jpg",
imageAlt: "Overhead view of a basketball game",
videoAriaLabel: "Aerial view of high-stakes game",
},
id: "hero-carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/feet-people-standing-road-colorful-paint_23-2148141069.jpg", videoSrc: "http://img.b2bpic.net/free-photo/teenagers-playing-basketball-outdoors_23-2148800894.jpg", imageAlt: "Overhead view of a basketball game", videoAriaLabel: "Aerial view of high-stakes game"},
{
id: "hero-carousel-6",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-holding-trophy_23-2148355527.jpg",
videoSrc: "http://img.b2bpic.net/free-photo/young-beautiful-fitness-blogger-recording-video-his-blog-shows-how-make-right-tilt-side-loft-style-room_496169-340.jpg",
imageAlt: "Student athlete balance: studying and playing basketball",
videoAriaLabel: "Holistic athlete development video",
},
id: "hero-carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-holding-trophy_23-2148355527.jpg", videoSrc: "http://img.b2bpic.net/free-photo/young-beautiful-fitness-blogger-recording-video-his-blog-shows-how-make-right-tilt-side-loft-style-room_496169-340.jpg", imageAlt: "Student athlete balance: studying and playing basketball", videoAriaLabel: "Holistic athlete development video"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -139,21 +92,13 @@ export default function LandingPage() {
description="Legacy Girlz Basketball is a nationally recognized grassroots organization with 10 teams and 120 athletes on the New Balance circuit. We're dedicated to developing elite female athletes who excel in basketball, academics, and life, preparing them for collegiate success."
bulletPoints={[
{
title: "National Recognition",
description: "A top-tier program on the New Balance circuit, gaining national visibility for our athletes.",
},
title: "National Recognition", description: "A top-tier program on the New Balance circuit, gaining national visibility for our athletes."},
{
title: "D1-Bound Athletes",
description: "Fostering talent with a clear pathway to Division I, II, and III collegiate opportunities.",
},
title: "D1-Bound Athletes", description: "Fostering talent with a clear pathway to Division I, II, and III collegiate opportunities."},
{
title: "Holistic Development",
description: "Emphasis on athletic prowess, academic excellence, and personal growth for life beyond basketball.",
},
title: "Holistic Development", description: "Emphasis on athletic prowess, academic excellence, and personal growth for life beyond basketball."},
{
title: "New Balance Partnership",
description: "Leveraging our circuit partnership for unparalleled exposure and competitive experiences.",
},
title: "New Balance Partnership", description: "Leveraging our circuit partnership for unparalleled exposure and competitive experiences."},
]}
imageSrc="http://img.b2bpic.net/free-photo/girls-with-ball_1157-6720.jpg"
imageAlt="Legacy Girlz Basketball team huddle"
@@ -168,19 +113,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Lack of Visibility",
"Limited Exposure",
"Inconsistent Training",
"Poor Academic Support",
],
"Lack of Visibility", "Limited Exposure", "Inconsistent Training", "Poor Academic Support"],
}}
positiveCard={{
items: [
"National Scouting Network",
"Elite Tournament Access",
"Personalized Skill Development",
"Academic Mentorship",
],
"National Scouting Network", "Elite Tournament Access", "Personalized Skill Development", "Academic Mentorship"],
}}
title="Comprehensive Development"
description="Our program focuses on nurturing every aspect of an athlete's journey, ensuring they are prepared for the highest levels of competition and life."
@@ -195,47 +132,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "player-1",
name: "Maria Rodriguez",
price: "4.0 GPA",
imageSrc: "http://img.b2bpic.net/free-photo/young-african-man-play-basketball-outdoors_171337-7974.jpg",
imageAlt: "Maria Rodriguez profile picture",
},
id: "player-1", name: "Maria Rodriguez", price: "4.0 GPA", imageSrc: "http://img.b2bpic.net/free-photo/young-african-man-play-basketball-outdoors_171337-7974.jpg", imageAlt: "Maria Rodriguez profile picture"},
{
id: "player-2",
name: "Sarah Chen",
price: "3.8 GPA",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-afro-american-sportsman-basketball-player-sportswear-with-ball-dark-background_613910-6472.jpg",
imageAlt: "Sarah Chen profile picture",
},
id: "player-2", name: "Sarah Chen", price: "3.8 GPA", imageSrc: "http://img.b2bpic.net/free-photo/portrait-afro-american-sportsman-basketball-player-sportswear-with-ball-dark-background_613910-6472.jpg", imageAlt: "Sarah Chen profile picture"},
{
id: "player-3",
name: "Jessica Lee",
price: "3.9 GPA",
imageSrc: "http://img.b2bpic.net/free-photo/black-american-woman-holding-basketball_23-2148773333.jpg",
imageAlt: "Jessica Lee profile picture",
},
id: "player-3", name: "Jessica Lee", price: "3.9 GPA", imageSrc: "http://img.b2bpic.net/free-photo/black-american-woman-holding-basketball_23-2148773333.jpg", imageAlt: "Jessica Lee profile picture"},
{
id: "player-4",
name: "Emily Davis",
price: "3.7 GPA",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-teenager_23-2149153359.jpg",
imageAlt: "Emily Davis profile picture",
},
id: "player-4", name: "Emily Davis", price: "3.7 GPA", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-teenager_23-2149153359.jpg", imageAlt: "Emily Davis profile picture"},
{
id: "player-5",
name: "Chloe Wilson",
price: "3.9 GPA",
imageSrc: "http://img.b2bpic.net/free-photo/gymnast-getting-ready-competition_23-2150867727.jpg",
imageAlt: "Chloe Wilson profile picture",
},
id: "player-5", name: "Chloe Wilson", price: "3.9 GPA", imageSrc: "http://img.b2bpic.net/free-photo/gymnast-getting-ready-competition_23-2150867727.jpg", imageAlt: "Chloe Wilson profile picture"},
{
id: "player-6",
name: "Hannah Green",
price: "3.6 GPA",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-baseball-player_23-2150885263.jpg",
imageAlt: "Hannah Green profile picture",
},
id: "player-6", name: "Hannah Green", price: "3.6 GPA", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-baseball-player_23-2150885263.jpg", imageAlt: "Hannah Green profile picture"},
]}
title="Meet Our Elite Athletes"
description="Browse comprehensive profiles of our D1-bound players, featuring stats, highlights, academic achievements, and contact information for college coaches."
@@ -250,32 +157,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "metric-1",
value: "120+",
title: "Elite Athletes",
description: "Actively competing on the national circuit.",
icon: Users,
id: "metric-1", value: "120+", title: "Elite Athletes", description: "Actively competing on the national circuit.", icon: Users,
},
{
id: "metric-2",
value: "10+",
title: "Scholarships",
description: "Secured annually for D1, D2, and D3 programs.",
icon: Award,
id: "metric-2", value: "10+", title: "Scholarships", description: "Secured annually for D1, D2, and D3 programs.", icon: Award,
},
{
id: "metric-3",
value: "100%",
title: "College Placements",
description: "Of eligible seniors achieve collegiate opportunities.",
icon: Book,
id: "metric-3", value: "100%", title: "College Placements", description: "Of eligible seniors achieve collegiate opportunities.", icon: Book,
},
{
id: "metric-4",
value: "Top 25",
title: "National Ranking",
description: "Consistently ranked among the nation's best grassroots teams.",
icon: Trophy,
id: "metric-4", value: "Top 25", title: "National Ranking", description: "Consistently ranked among the nation's best grassroots teams.", icon: Trophy,
},
]}
title="Impact by the Numbers"
@@ -289,65 +180,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "testimonial-1",
name: "Coach Miller",
date: "May 2024",
title: "Exceptional Talent Pool",
quote: "Legacy Girlz consistently delivers top-tier athletes. Their comprehensive profiles and transparent data make our recruiting process incredibly efficient. We've found multiple collegiate stars here.",
tag: "College Coach",
avatarSrc: "http://img.b2bpic.net/free-photo/succesful-enterprenours-business-people-conference-room-great-minds_482257-25769.jpg",
avatarAlt: "Coach Miller avatar",
imageSrc: "http://img.b2bpic.net/free-photo/figure-skating-girl-ice-arena_654080-1585.jpg",
imageAlt: "College basketball game",
},
id: "testimonial-1", name: "Coach Miller", date: "May 2024", title: "Exceptional Talent Pool", quote: "Legacy Girlz consistently delivers top-tier athletes. Their comprehensive profiles and transparent data make our recruiting process incredibly efficient. We've found multiple collegiate stars here.", tag: "College Coach", avatarSrc: "http://img.b2bpic.net/free-photo/succesful-enterprenours-business-people-conference-room-great-minds_482257-25769.jpg", avatarAlt: "Coach Miller avatar", imageSrc: "http://img.b2bpic.net/free-photo/figure-skating-girl-ice-arena_654080-1585.jpg", imageAlt: "College basketball game"},
{
id: "testimonial-2",
name: "Maria S.",
date: "April 2024",
title: "A Life-Changing Platform",
quote: "Our daughter received a full scholarship thanks to Legacy Girlz. The exposure, training, and academic support were unparalleled. This platform truly delivers on its promise.",
tag: "Parent",
avatarSrc: "http://img.b2bpic.net/free-photo/female-kissing-male-friend_23-2148518277.jpg",
avatarAlt: "Maria S. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/putting-money-coins-saving-glass-bottle-concept-investment-mutual-fund-finance-business-placed-textbook-content-money-saving-education_1150-45710.jpg",
imageAlt: "College scholarship letter",
},
id: "testimonial-2", name: "Maria S.", date: "April 2024", title: "A Life-Changing Platform", quote: "Our daughter received a full scholarship thanks to Legacy Girlz. The exposure, training, and academic support were unparalleled. This platform truly delivers on its promise.", tag: "Parent", avatarSrc: "http://img.b2bpic.net/free-photo/female-kissing-male-friend_23-2148518277.jpg", avatarAlt: "Maria S. avatar", imageSrc: "http://img.b2bpic.net/free-photo/putting-money-coins-saving-glass-bottle-concept-investment-mutual-fund-finance-business-placed-textbook-content-money-saving-education_1150-45710.jpg", imageAlt: "College scholarship letter"},
{
id: "testimonial-3",
name: "Chloe T.",
date: "March 2024",
title: "Prepared for D1 Success",
quote: "Legacy Girlz pushed me to be my best both on the court and in the classroom. The resources provided were crucial for my D1 commitment. I couldn't have done it without them.",
tag: "Athlete",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-boy-with-basketball-ball_23-2148459595.jpg",
avatarAlt: "Chloe T. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/basketball-trophy_187299-46089.jpg",
imageAlt: "Graduation cap and basketball",
},
id: "testimonial-3", name: "Chloe T.", date: "March 2024", title: "Prepared for D1 Success", quote: "Legacy Girlz pushed me to be my best both on the court and in the classroom. The resources provided were crucial for my D1 commitment. I couldn't have done it without them.", tag: "Athlete", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-boy-with-basketball-ball_23-2148459595.jpg", avatarAlt: "Chloe T. avatar", imageSrc: "http://img.b2bpic.net/free-photo/basketball-trophy_187299-46089.jpg", imageAlt: "Graduation cap and basketball"},
{
id: "testimonial-4",
name: "David W.",
date: "February 2024",
title: "Unmatched Visibility",
quote: "My daughter gained incredible visibility with college coaches through Legacy Girlz. The program understands what coaches are looking for and how to showcase talent effectively.",
tag: "Parent",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-girl-with-basketball-ball_23-2148459548.jpg",
avatarAlt: "David W. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/active-teenager-jogging-outdoors_23-2148800908.jpg",
imageAlt: "Athlete signing college letter",
},
id: "testimonial-4", name: "David W.", date: "February 2024", title: "Unmatched Visibility", quote: "My daughter gained incredible visibility with college coaches through Legacy Girlz. The program understands what coaches are looking for and how to showcase talent effectively.", tag: "Parent", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-girl-with-basketball-ball_23-2148459548.jpg", avatarAlt: "David W. avatar", imageSrc: "http://img.b2bpic.net/free-photo/active-teenager-jogging-outdoors_23-2148800908.jpg", imageAlt: "Athlete signing college letter"},
{
id: "testimonial-5",
name: "Sarah K.",
date: "January 2024",
title: "A True Partnership",
quote: "Working with Legacy Girlz has been a game-changer for our organization. Their dedication to athlete development and professional standards aligns perfectly with our values.",
tag: "Partner Program Director",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-player-training-court_23-2148393855.jpg",
avatarAlt: "Sarah K. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-posing-with-cup_23-2148634556.jpg",
imageAlt: "Basketball award trophy",
},
id: "testimonial-5", name: "Sarah K.", date: "January 2024", title: "A True Partnership", quote: "Working with Legacy Girlz has been a game-changer for our organization. Their dedication to athlete development and professional standards aligns perfectly with our values.", tag: "Partner Program Director", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-player-training-court_23-2148393855.jpg", avatarAlt: "Sarah K. avatar", imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-posing-with-cup_23-2148634556.jpg", imageAlt: "Basketball award trophy"},
]}
title="Hear From Our Community"
description="Parents, athletes, and coaches share their experiences with Legacy Girlz Basketball, highlighting our impact on their journey to success."
@@ -359,14 +200,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074298.jpg",
"http://img.b2bpic.net/free-photo/football-composition-with-whiteboard-ball-net_23-2147827758.jpg",
"http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074252.jpg",
"http://img.b2bpic.net/free-photo/coworkers-server-room-optimizing-data-center-hardware-equipment_482257-89724.jpg",
"http://img.b2bpic.net/free-vector/football-logo-design-template_742173-31799.jpg",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7ifudp",
"http://img.b2bpic.net/free-photo/man-playing-basketball-alone-with-cool-lights_23-2148536573.jpg",
]}
"http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074298.jpg", "http://img.b2bpic.net/free-photo/football-composition-with-whiteboard-ball-net_23-2147827758.jpg", "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074252.jpg", "http://img.b2bpic.net/free-photo/coworkers-server-room-optimizing-data-center-hardware-equipment_482257-89724.jpg", "http://img.b2bpic.net/free-vector/football-logo-design-template_742173-31799.jpg", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7ifudp", "http://img.b2bpic.net/free-photo/man-playing-basketball-alone-with-cool-lights_23-2148536573.jpg"]}
title="Proud Partners"
description="We collaborate with leading organizations and brands to provide unparalleled opportunities and support for our athletes, reflecting our shared commitment to excellence."
/>
@@ -378,35 +212,17 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq-1",
title: "What age groups does Legacy Girlz Basketball cater to?",
content: "Legacy Girlz Basketball primarily serves female athletes aged 10-18, competing on the New Balance circuit.",
},
id: "faq-1", title: "What age groups does Legacy Girlz Basketball cater to?", content: "Legacy Girlz Basketball primarily serves female athletes aged 10-18, competing on the New Balance circuit."},
{
id: "faq-2",
title: "How does Legacy Girlz help with college recruiting?",
content: "We provide comprehensive player profiles, video highlights, academic tracking, and direct connections with Division I, II, and III college coaches nationwide.",
},
id: "faq-2", title: "How does Legacy Girlz help with college recruiting?", content: "We provide comprehensive player profiles, video highlights, academic tracking, and direct connections with Division I, II, and III college coaches nationwide."},
{
id: "faq-3",
title: "What is the New Balance circuit?",
content: "The New Balance circuit is a nationally recognized grassroots basketball league that offers elite competition and significant exposure to college recruiters.",
},
id: "faq-3", title: "What is the New Balance circuit?", content: "The New Balance circuit is a nationally recognized grassroots basketball league that offers elite competition and significant exposure to college recruiters."},
{
id: "faq-4",
title: "Is there academic support for athletes?",
content: "Yes, we emphasize a holistic approach, including academic mentorship and resources to ensure our athletes excel in the classroom as well as on the court.",
},
id: "faq-4", title: "Is there academic support for athletes?", content: "Yes, we emphasize a holistic approach, including academic mentorship and resources to ensure our athletes excel in the classroom as well as on the court."},
{
id: "faq-5",
title: "How can coaches get in touch with athletes?",
content: "College coaches can access athlete contact information directly through their comprehensive profiles on our platform or by using the contact form below to connect with our scouting staff.",
},
id: "faq-5", title: "How can coaches get in touch with athletes?", content: "College coaches can access athlete contact information directly through their comprehensive profiles on our platform or by using the contact form below to connect with our scouting staff."},
{
id: "faq-6",
title: "What makes Legacy Girlz different from other programs?",
content: "Our unique blend of national-level competition, personalized player development, academic integration, and a proven track record of college placements sets us apart.",
},
id: "faq-6", title: "What makes Legacy Girlz different from other programs?", content: "Our unique blend of national-level competition, personalized player development, academic integration, and a proven track record of college placements sets us apart."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our program, recruiting process, team placement, and athlete development."
@@ -418,8 +234,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Get in Touch"
title="Connect with Legacy Girlz"
description="College coaches, aspiring athletes, and potential partners—we're eager to hear from you. Reach out to learn more about our program and elite talent."
@@ -431,69 +246,42 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/3d-basketball-essentials_52683-117168.jpg"
imageAlt="Basketball swishing through net"
videoSrc="http://img.b2bpic.net/free-photo/3d-view-basketball-essentials_23-2150473276.jpg"
videoAriaLabel="Slow-motion basketball swish"
logoText="Legacy Girlz Basketball"
columns={[
{
title: "Program",
items: [
title: "Program", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Athletes",
href: "#athletes",
},
label: "Athletes", href: "#athletes"},
{
label: "Features",
href: "#features",
},
label: "Features", href: "#features"},
{
label: "Coaches",
href: "#coaches",
},
label: "Coaches", href: "#coaches"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Partners",
href: "#sponsors",
},
label: "Partners", href: "#sponsors"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "Instagram",
href: "https://instagram.com/legacygirlz",
},
label: "Instagram", href: "https://instagram.com/legacygirlz"},
{
label: "Twitter",
href: "https://twitter.com/legacygirlz",
},
label: "Twitter", href: "https://twitter.com/legacygirlz"},
],
},
]}