Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb2deadca2 | |||
| 7cbcf4e355 |
254
src/app/page.tsx
254
src/app/page.tsx
@@ -30,111 +30,66 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Mission",
|
name: "Mission", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Process",
|
name: "Process", id: "process"},
|
||||||
id: "process",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Locker Room Athletes"
|
brandName="Locker Room Athletes"
|
||||||
button={{
|
button={{
|
||||||
text: "Book Evaluation",
|
text: "Book Evaluation", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{
|
background={{
|
||||||
variant: "radial-gradient",
|
variant: "radial-gradient"}}
|
||||||
}}
|
|
||||||
title="From Spain & Argentina — To U.S. College Rosters"
|
title="From Spain & Argentina — To U.S. College Rosters"
|
||||||
description="Elite recruitment and scholarship pathways for ambitious soccer and field hockey players seeking top-tier U.S. college programs."
|
description="Elite recruitment and scholarship pathways for ambitious soccer and field hockey players seeking top-tier U.S. college programs."
|
||||||
kpis={[
|
kpis={[
|
||||||
{
|
{
|
||||||
value: "30+",
|
value: "30+", label: "Placements"},
|
||||||
label: "Placements",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "95%",
|
value: "95%", label: "Offer Rate"},
|
||||||
label: "Offer Rate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "100%",
|
value: "100%", label: "Scholarship Focus"},
|
||||||
label: "Scholarship Focus",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Start Your Recruitment",
|
text: "Get Evaluated for Free", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Book Free Evaluation",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v60y5r&_wi=1"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v60y5r&_wi=1"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Scholarships"},
|
||||||
text: "Scholarships",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "NCAA-Ready"},
|
||||||
text: "NCAA-Ready",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Pro Portfolios"},
|
||||||
text: "Pro Portfolios",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Trusted Network"},
|
||||||
text: "Trusted Network",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Elite Placements"},
|
||||||
text: "Elite Placements",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Academic Focus"},
|
||||||
text: "Academic Focus",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "asset://hero-avatar-1",
|
src: "asset://hero-avatar-1", alt: "athlete portrait 1"},
|
||||||
alt: "athlete portrait 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "asset://hero-avatar-2",
|
src: "asset://hero-avatar-2", alt: "athlete portrait 2"},
|
||||||
alt: "athlete portrait 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "asset://hero-avatar-3",
|
src: "asset://hero-avatar-3", alt: "athlete portrait 3"},
|
||||||
alt: "athlete portrait 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "asset://hero-avatar-4",
|
src: "asset://hero-avatar-4", alt: "athlete portrait 4"},
|
||||||
alt: "athlete portrait 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "asset://hero-avatar-5",
|
src: "asset://hero-avatar-5", alt: "athlete portrait 5"},
|
||||||
alt: "athlete portrait 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 30+ elite athletes"
|
avatarText="Trusted by 30+ elite athletes"
|
||||||
/>
|
/>
|
||||||
@@ -145,9 +100,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Elite Results, Athlete First"
|
title="Elite Results, Athlete First"
|
||||||
description={[
|
description={[
|
||||||
"The Locker Room Athletes bridges the gap between raw talent in Spain and Argentina and the demanding recruitment ecosystem of U.S. college sports.",
|
"The Locker Room Athletes bridges the gap between raw talent in Spain and Argentina and the demanding recruitment ecosystem of U.S. college sports.", "We offer more than just placement; we provide a personalized roadmap—from athletic evaluations to academic alignment—ensuring you find the perfect roster."]}
|
||||||
"We offer more than just placement; we provide a personalized roadmap—from athletic evaluations to academic alignment—ensuring you find the perfect roster.",
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -157,47 +110,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
tag: "Soccer",
|
tag: "Soccer", title: "Men's & Women's Soccer", subtitle: "Global Talent to U.S. Pitch", description: "Comprehensive scouting, video production, and coach direct-linking for strikers, midfielders, and defenders.", buttons: [
|
||||||
title: "Men's & Women's Soccer",
|
|
||||||
subtitle: "Global Talent to U.S. Pitch",
|
|
||||||
description: "Comprehensive scouting, video production, and coach direct-linking for strikers, midfielders, and defenders.",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Explore Pathways",
|
text: "Explore Pathways", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v60y5r&_wi=2",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v60y5r&_wi=2", imageAlt: "professional athlete campus dusk"},
|
||||||
imageAlt: "professional athlete campus dusk",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "Field Hockey",
|
tag: "Field Hockey", title: "Field Hockey Specialists", subtitle: "Dominance on the Turf", description: "Tactical analysis and profile development for competitive field hockey athletes targeting top NCAA programs.", buttons: [
|
||||||
title: "Field Hockey Specialists",
|
|
||||||
subtitle: "Dominance on the Turf",
|
|
||||||
description: "Tactical analysis and profile development for competitive field hockey athletes targeting top NCAA programs.",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Explore Pathways",
|
text: "Explore Pathways", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v0vuwg&_wi=1",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v0vuwg&_wi=1", imageAlt: "professional athlete campus dusk"},
|
||||||
imageAlt: "professional athlete campus dusk",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "Support",
|
tag: "Support", title: "Holistic Development", subtitle: "Beyond the Sport", description: "Academic counseling, mental conditioning, and life-support services for international students.", buttons: [
|
||||||
title: "Holistic Development",
|
|
||||||
subtitle: "Beyond the Sport",
|
|
||||||
description: "Academic counseling, mental conditioning, and life-support services for international students.",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Our Approach",
|
text: "Our Approach", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m63irw&_wi=1",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m63irw&_wi=1", imageAlt: "professional athlete campus dusk"},
|
||||||
imageAlt: "professional athlete campus dusk",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Focus Disciplines"
|
title="Our Focus Disciplines"
|
||||||
description="Specialized pathways tailored to the technical requirements of elite college programs."
|
description="Specialized pathways tailored to the technical requirements of elite college programs."
|
||||||
@@ -210,37 +139,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
tag: "01",
|
tag: "01", title: "Evaluation", subtitle: "Talent Assessment", description: "Professional video call and technical skills audit.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v0vuwg&_wi=2", imageAlt: "student athlete portrait campus"},
|
||||||
title: "Evaluation",
|
|
||||||
subtitle: "Talent Assessment",
|
|
||||||
description: "Professional video call and technical skills audit.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v0vuwg&_wi=2",
|
|
||||||
imageAlt: "student athlete portrait campus",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "02",
|
tag: "02", title: "Portfolio", subtitle: "Pro Production", description: "Highlight reels and academic profile crafting.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v60y5r&_wi=3", imageAlt: "student athlete portrait campus"},
|
||||||
title: "Portfolio",
|
|
||||||
subtitle: "Pro Production",
|
|
||||||
description: "Highlight reels and academic profile crafting.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v60y5r&_wi=3",
|
|
||||||
imageAlt: "student athlete portrait campus",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "03",
|
tag: "03", title: "Outreach", subtitle: "Targeted Matching", description: "Connection to U.S. college coaching networks.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m63irw&_wi=2", imageAlt: "student athlete portrait campus"},
|
||||||
title: "Outreach",
|
|
||||||
subtitle: "Targeted Matching",
|
|
||||||
description: "Connection to U.S. college coaching networks.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m63irw&_wi=2",
|
|
||||||
imageAlt: "student athlete portrait campus",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "04",
|
tag: "04", title: "Commitment", subtitle: "Final Placement", description: "Scholarship negotiation and visa enrollment support.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9jwinl&_wi=1", imageAlt: "student athlete portrait campus"},
|
||||||
title: "Commitment",
|
|
||||||
subtitle: "Final Placement",
|
|
||||||
description: "Scholarship negotiation and visa enrollment support.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9jwinl&_wi=1",
|
|
||||||
imageAlt: "student athlete portrait campus",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="The Recruitment Roadmap"
|
title="The Recruitment Roadmap"
|
||||||
description="A refined 4-step journey designed for success."
|
description="A refined 4-step journey designed for success."
|
||||||
@@ -254,59 +159,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Alejandro M.", role: "Soccer Midfielder", company: "University of Virginia", rating: 5,
|
||||||
name: "Alejandro M.",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v0vuwg&_wi=3"},
|
||||||
role: "Soccer Midfielder",
|
|
||||||
company: "University of Virginia",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v0vuwg&_wi=3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Elena S.", role: "Field Hockey Forward", company: "Duke University", rating: 5,
|
||||||
name: "Elena S.",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m63irw&_wi=3"},
|
||||||
role: "Field Hockey Forward",
|
|
||||||
company: "Duke University",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m63irw&_wi=3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Lucas P.", role: "Soccer Goalkeeper", company: "UCLA", rating: 5,
|
||||||
name: "Lucas P.",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9jwinl&_wi=2"},
|
||||||
role: "Soccer Goalkeeper",
|
|
||||||
company: "UCLA",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9jwinl&_wi=2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Sofia G.", role: "Field Hockey Defender", company: "UNC Chapel Hill", rating: 5,
|
||||||
name: "Sofia G.",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7gv8ni"},
|
||||||
role: "Field Hockey Defender",
|
|
||||||
company: "UNC Chapel Hill",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7gv8ni",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Mateo R.", role: "Soccer Striker", company: "Boston University", rating: 5,
|
||||||
name: "Mateo R.",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f3yjxu"},
|
||||||
role: "Soccer Striker",
|
|
||||||
company: "Boston University",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=f3yjxu",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
value: "30+",
|
value: "30+", label: "Athletes Placed"},
|
||||||
label: "Athletes Placed",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "95%",
|
value: "95%", label: "Scholarship Rate"},
|
||||||
label: "Scholarship Rate",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "20+",
|
value: "20+", label: "U.S. States"},
|
||||||
label: "U.S. States",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Success Stories"
|
title="Success Stories"
|
||||||
description="Real athletes, real placements, real scholarships."
|
description="Real athletes, real placements, real scholarships."
|
||||||
@@ -319,20 +193,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "When is the best time to start?", content: "The earlier the better. Ideally, start between 15-16 years old to build your portfolio and academic requirements."},
|
||||||
title: "When is the best time to start?",
|
|
||||||
content: "The earlier the better. Ideally, start between 15-16 years old to build your portfolio and academic requirements.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Do I need a high GPA?", content: "U.S. colleges require academic eligibility. We assist in mapping out your academic plan alongside athletic training."},
|
||||||
title: "Do I need a high GPA?",
|
|
||||||
content: "U.S. colleges require academic eligibility. We assist in mapping out your academic plan alongside athletic training.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "What about costs?", content: "Scholarships are merit-based and negotiated based on talent and performance. We guide you through the negotiation process."},
|
||||||
title: "What about costs?",
|
|
||||||
content: "Scholarships are merit-based and negotiated based on talent and performance. We guide you through the negotiation process.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
description="Everything you need to know about U.S. college athletic pathways."
|
description="Everything you need to know about U.S. college athletic pathways."
|
||||||
@@ -344,16 +209,13 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Recruitment Intake"
|
tag="Recruitment Intake"
|
||||||
title="Start Your Recruitment"
|
title="Start Your Recruitment"
|
||||||
description="Ready to take your game to the U.S.? Fill in your details and we'll reply within 24-48 hours to schedule your free evaluation."
|
description="Ready to take your game to the U.S.? Fill in your details and we'll reply within 24-48 hours to schedule your free evaluation."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Submit Application",
|
text: "Submit Application", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -362,16 +224,12 @@ export default function LandingPage() {
|
|||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Locker Room Athletes"
|
logoText="Locker Room Athletes"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "WhatsApp Support",
|
text: "WhatsApp Support", href: "https://wa.me/123456789"}}
|
||||||
href: "https://wa.me/123456789",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user