Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-03 13:53:38 +00:00
6 changed files with 146 additions and 411 deletions

View File

@@ -19,8 +19,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Careers", href: "#" },
@@ -28,8 +27,7 @@ export default function AboutPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Contract Negotiation", href: "/services" },
{ label: "Endorsements", href: "/services" },
{ label: "Career Strategy", href: "/services" },
@@ -37,8 +35,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },
@@ -53,7 +50,7 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -71,9 +68,7 @@ export default function AboutPage() {
<TextSplitAbout
title="Our Mission"
description={[
"Elite Athletes exists to champion the careers of the world's most talented female athletes. We believe women's sports deserve the same level of professional representation, investment, and opportunity as any other sector. Our mission is to close the representation gap and ensure every elite female athlete has access to world-class career management.",
"We're committed to advancing not just individual careers, but the entire landscape of women's sports. By building stronger athletes, we're building stronger communities, inspiring future generations, and creating lasting change in sports and beyond.",
]}
"Elite Athletes exists to champion the careers of the world's most talented female athletes. We believe women's sports deserve the same level of professional representation, investment, and opportunity as any other sector. Our mission is to close the representation gap and ensure every elite female athlete has access to world-class career management.", "We're committed to advancing not just individual careers, but the entire landscape of women's sports. By building stronger athletes, we're building stronger communities, inspiring future generations, and creating lasting change in sports and beyond."]}
buttons={[{ text: "Get in touch", href: "/contact" }]}
buttonAnimation="slide-up"
showBorder={true}
@@ -90,35 +85,17 @@ export default function AboutPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "team-1",
name: "Sarah Mitchell",
role: "Founder & CEO",
testimonial:
"Founded Elite Athletes with a vision to transform representation in women's sports. 15+ years of experience in athlete management and sports law.",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg?_wi=7",
imageAlt: "Sarah Mitchell CEO",
},
id: "team-1", name: "Sarah Mitchell", role: "Founder & CEO", testimonial:
"Founded Elite Athletes with a vision to transform representation in women's sports. 15+ years of experience in athlete management and sports law.", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Sarah Mitchell CEO"},
{
id: "team-2",
name: "Jessica Liu",
role: "Director of Contract Negotiation",
testimonial:
"Specializes in securing premium contracts and maximizing long-term value for our athletes. Former sports attorney with expertise in professional sports agreements.",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg?_wi=8",
imageAlt: "Jessica Liu",
},
id: "team-2", name: "Jessica Liu", role: "Director of Contract Negotiation", testimonial:
"Specializes in securing premium contracts and maximizing long-term value for our athletes. Former sports attorney with expertise in professional sports agreements.", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Jessica Liu"},
{
id: "team-3",
name: "Marcus Johnson",
role: "Head of Brand & Partnerships",
testimonial:
"Connects elite athletes with premium brands and endorsement opportunities. 12 years of experience in sports marketing and partnership development.",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg?_wi=9",
imageAlt: "Marcus Johnson",
},
id: "team-3", name: "Marcus Johnson", role: "Head of Brand & Partnerships", testimonial:
"Connects elite athletes with premium brands and endorsement opportunities. 12 years of experience in sports marketing and partnership development.", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Marcus Johnson"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -130,9 +107,7 @@ export default function AboutPage() {
<TextSplitAbout
title="Our Core Values"
description={[
"Integrity: We operate with transparency and honesty in every negotiation and decision. Our athletes know we're always advocating for their best interests.",
"Excellence: We demand the highest standards in everything we do—from contract terms to brand partnerships to career guidance. Our athletes deserve nothing less than exceptional representation.",
]}
"Integrity: We operate with transparency and honesty in every negotiation and decision. Our athletes know we're always advocating for their best interests.", "Excellence: We demand the highest standards in everything we do—from contract terms to brand partnerships to career guidance. Our athletes deserve nothing less than exceptional representation."]}
buttons={[{ text: "Explore our services", href: "/services" }]}
buttonAnimation="slide-up"
showBorder={false}

View File

@@ -19,8 +19,7 @@ export default function AthletesPage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Careers", href: "#" },
@@ -28,8 +27,7 @@ export default function AthletesPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Contract Negotiation", href: "/services" },
{ label: "Endorsements", href: "/services" },
{ label: "Career Strategy", href: "/services" },
@@ -37,8 +35,7 @@ export default function AthletesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },
@@ -53,7 +50,7 @@ export default function AthletesPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -71,9 +68,7 @@ export default function AthletesPage() {
<TextSplitAbout
title="Our Elite Roster"
description={[
"Elite Athletes represents the most talented female athletes competing at the highest levels of sport. Our roster spans multiple disciplines—from basketball and soccer to track and field, tennis, volleyball, and gymnastics.",
"These athletes represent the pinnacle of dedication, skill, and determination. They're not just champions in their respective sports; they're trailblazers building the future of women's athletics.",
]}
"Elite Athletes represents the most talented female athletes competing at the highest levels of sport. Our roster spans multiple disciplines—from basketball and soccer to track and field, tennis, volleyball, and gymnastics.", "These athletes represent the pinnacle of dedication, skill, and determination. They're not just champions in their respective sports; they're trailblazers building the future of women's athletics."]}
buttons={[{ text: "Interested in representation?", href: "/contact" }]}
buttonAnimation="slide-up"
showBorder={true}
@@ -90,71 +85,29 @@ export default function AthletesPage() {
tagAnimation="slide-up"
products={[
{
id: "athlete-1",
brand: "Basketball",
name: "Madison Rivers",
price: "WNBA Champion",
rating: 5,
reviewCount: "Multi-Sport",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-girl-with-basketball-ball_23-2148459545.jpg?_wi=2",
imageAlt: "Madison Rivers basketball player",
},
id: "athlete-1", brand: "Basketball", name: "Madison Rivers", price: "WNBA Champion", rating: 5,
reviewCount: "Multi-Sport", imageSrc:
"http://img.b2bpic.net/free-photo/front-view-girl-with-basketball-ball_23-2148459545.jpg", imageAlt: "Madison Rivers basketball player"},
{
id: "athlete-2",
brand: "Soccer",
name: "Sofia Mendez",
price: "International Star",
rating: 5,
reviewCount: "World Cup",
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-woman-goalkeeper_23-2148930258.jpg?_wi=2",
imageAlt: "Sofia Mendez soccer player",
},
id: "athlete-2", brand: "Soccer", name: "Sofia Mendez", price: "International Star", rating: 5,
reviewCount: "World Cup", imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-woman-goalkeeper_23-2148930258.jpg", imageAlt: "Sofia Mendez soccer player"},
{
id: "athlete-3",
brand: "Track & Field",
name: "Zara Thompson",
price: "Olympic Medalist",
rating: 5,
reviewCount: "Record Holder",
imageSrc:
"http://img.b2bpic.net/free-photo/attractive-fitness-girl-stylish-sportswear-with-skipping-rope-neck-dreamily-tranining-city-stadium_574295-4982.jpg?_wi=2",
imageAlt: "Zara Thompson track athlete",
},
id: "athlete-3", brand: "Track & Field", name: "Zara Thompson", price: "Olympic Medalist", rating: 5,
reviewCount: "Record Holder", imageSrc:
"http://img.b2bpic.net/free-photo/attractive-fitness-girl-stylish-sportswear-with-skipping-rope-neck-dreamily-tranining-city-stadium_574295-4982.jpg", imageAlt: "Zara Thompson track athlete"},
{
id: "athlete-4",
brand: "Tennis",
name: "Olivia Chen",
price: "Rising Star",
rating: 5,
reviewCount: "Top 20",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-woman-playing-tennis-outdoor_72229-360.jpg?_wi=2",
imageAlt: "Olivia Chen tennis player",
},
id: "athlete-4", brand: "Tennis", name: "Olivia Chen", price: "Rising Star", rating: 5,
reviewCount: "Top 20", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-woman-playing-tennis-outdoor_72229-360.jpg", imageAlt: "Olivia Chen tennis player"},
{
id: "athlete-5",
brand: "Volleyball",
name: "Emma Johnson",
price: "Professional League",
rating: 5,
reviewCount: "Champion",
imageSrc:
"http://img.b2bpic.net/free-photo/female-athlete-competing-paralympic-games_23-2151586516.jpg?_wi=2",
imageAlt: "Emma Johnson volleyball player",
},
id: "athlete-5", brand: "Volleyball", name: "Emma Johnson", price: "Professional League", rating: 5,
reviewCount: "Champion", imageSrc:
"http://img.b2bpic.net/free-photo/female-athlete-competing-paralympic-games_23-2151586516.jpg", imageAlt: "Emma Johnson volleyball player"},
{
id: "athlete-6",
brand: "Gymnastics",
name: "Isabella Russo",
price: "Elite Competitor",
rating: 5,
reviewCount: "Decorated",
imageSrc:
"http://img.b2bpic.net/free-photo/forward-bending-squat-exercise_1163-1241.jpg?_wi=2",
imageAlt: "Isabella Russo gymnast",
},
id: "athlete-6", brand: "Gymnastics", name: "Isabella Russo", price: "Elite Competitor", rating: 5,
reviewCount: "Decorated", imageSrc:
"http://img.b2bpic.net/free-photo/forward-bending-squat-exercise_1163-1241.jpg", imageAlt: "Isabella Russo gymnast"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"

View File

@@ -19,8 +19,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Careers", href: "#" },
@@ -28,8 +27,7 @@ export default function ContactPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Contract Negotiation", href: "/services" },
{ label: "Endorsements", href: "/services" },
{ label: "Career Strategy", href: "/services" },
@@ -37,8 +35,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },
@@ -53,7 +50,7 @@ export default function ContactPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -71,9 +68,7 @@ export default function ContactPage() {
<TextSplitAbout
title="Get in Touch"
description={[
"Ready to elevate your athletic career? Contact Elite Athletes to discuss representation, contract negotiation, or career strategy. Our team is committed to understanding your goals and showing you how we can help you succeed.",
"Whether you're a college athlete seeking professional representation, a professional looking for career guidance, or interested in learning more about our services—we'd love to hear from you. Let's start a conversation about your future.",
]}
"Ready to elevate your athletic career? Contact Elite Athletes to discuss representation, contract negotiation, or career strategy. Our team is committed to understanding your goals and showing you how we can help you succeed.", "Whether you're a college athlete seeking professional representation, a professional looking for career guidance, or interested in learning more about our services—we'd love to hear from you. Let's start a conversation about your future."]}
buttons={[{ text: "Schedule a consultation", href: "#" }]}
buttonAnimation="slide-up"
showBorder={true}
@@ -90,31 +85,19 @@ export default function ContactPage() {
tagAnimation="slide-up"
faqs={[
{
id: "faq-1",
title: "How do I request representation?",
content:
"Contact us directly with your athletic background, achievements, and career aspirations. Send us your athletic profile, competition records, and any relevant media. Our team will review your information and schedule a consultation if we believe there's a strong fit.",
},
id: "faq-1", title: "How do I request representation?", content:
"Contact us directly with your athletic background, achievements, and career aspirations. Send us your athletic profile, competition records, and any relevant media. Our team will review your information and schedule a consultation if we believe there's a strong fit."},
{
id: "faq-2",
title: "What's the timeline for becoming an Elite Athletes client?",
content:
"After initial consultation, our team typically takes 1-2 weeks to review your profile and market potential. If we proceed, we'll draft a representation agreement and discuss terms. Most athletes are represented within 3-4 weeks from initial contact.",
},
id: "faq-2", title: "What's the timeline for becoming an Elite Athletes client?", content:
"After initial consultation, our team typically takes 1-2 weeks to review your profile and market potential. If we proceed, we'll draft a representation agreement and discuss terms. Most athletes are represented within 3-4 weeks from initial contact."},
{
id: "faq-3",
title: "Do you only represent professional athletes?",
content:
"We primarily focus on college athletes with professional potential and professional-level competitors. We evaluate based on athletic excellence, market demand, and potential for career growth. Contact us to discuss your specific situation.",
},
id: "faq-3", title: "Do you only represent professional athletes?", content:
"We primarily focus on college athletes with professional potential and professional-level competitors. We evaluate based on athletic excellence, market demand, and potential for career growth. Contact us to discuss your specific situation."},
{
id: "faq-4",
title: "What's the first step after being represented?",
content:
"Upon signing, we conduct a comprehensive career assessment, identify immediate opportunities, and develop a strategic 3-5 year plan. This includes contract review, market positioning, brand strategy, and sponsorship development tailored to your unique profile.",
},
id: "faq-4", title: "What's the first step after being represented?", content:
"Upon signing, we conduct a comprehensive career assessment, identify immediate opportunities, and develop a strategic 3-5 year plan. This includes contract review, market positioning, brand strategy, and sponsorship development tailored to your unique profile."},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-women-hugging-outside_23-2148634693.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/happy-women-hugging-outside_23-2148634693.jpg"
imageAlt="Female athletes team"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -5,26 +5,14 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
variable: "--font-manrope", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Elite Athletes - Female Sports Agency",
description: "Elite representation for female athletes. Contract negotiation, endorsements, and career management for the best women in college and professional sports.",
keywords: "female athletes, sports agency, representation, contract negotiation, endorsements, career management, women sports",
openGraph: {
title: "Elite Athletes - Female Sports Agency",
description: "Elite representation for female athletes. We negotiate contracts, build brands, and accelerate careers.",
url: "https://eliteathletes.com",
siteName: "Elite Athletes",
type: "website",
},
title: "Elite Athletes - Female Sports Agency", description: "Elite representation for female athletes. Contract negotiation, endorsements, and career management for the best women in college and professional sports.", keywords: "female athletes, sports agency, representation, contract negotiation, endorsements, career management, women sports", openGraph: {
title: "Elite Athletes - Female Sports Agency", description: "Elite representation for female athletes. We negotiate contracts, build brands, and accelerate careers.", url: "https://eliteathletes.com", siteName: "Elite Athletes", type: "website"},
twitter: {
card: "summary_large_image",
title: "Elite Athletes - Female Sports Agency",
description: "Contract negotiation, endorsements, and career management for elite female athletes.",
},
card: "summary_large_image", title: "Elite Athletes - Female Sports Agency", description: "Contract negotiation, endorsements, and career management for elite female athletes."},
robots: {
index: true,
follow: true,

View File

@@ -23,8 +23,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Careers", href: "#" },
@@ -32,8 +31,7 @@ export default function HomePage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Contract Negotiation", href: "/services" },
{ label: "Endorsements", href: "/services" },
{ label: "Career Strategy", href: "/services" },
@@ -41,8 +39,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },
@@ -57,7 +54,7 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -78,7 +75,7 @@ export default function HomePage() {
tag="Women's Sports Agency"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
buttons={[
{ text: "Meet our athletes", href: "/athletes" },
{ text: "Learn our services", href: "/services" },
@@ -87,46 +84,30 @@ export default function HomePage() {
leftCarouselItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/side-view-female-friends-playing-basketball_23-2150209902.jpg",
imageAlt: "Female basketball player in action",
},
"http://img.b2bpic.net/free-photo/side-view-female-friends-playing-basketball_23-2150209902.jpg", imageAlt: "Female basketball player in action"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/girl-soccer-field-soccer-training-active-lifestyle-football-concept_169016-68197.jpg",
imageAlt: "Female soccer player competing",
},
"http://img.b2bpic.net/free-photo/girl-soccer-field-soccer-training-active-lifestyle-football-concept_169016-68197.jpg", imageAlt: "Female soccer player competing"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/pretty-sporty-girl-wireless-earphones-sport-top-leggings-dreamily-looking-camera-stretching-treadmill-city-stadium_574295-5308.jpg",
imageAlt: "Female track athlete sprinting",
},
"http://img.b2bpic.net/free-photo/pretty-sporty-girl-wireless-earphones-sport-top-leggings-dreamily-looking-camera-stretching-treadmill-city-stadium_574295-5308.jpg", imageAlt: "Female track athlete sprinting"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/young-woman-as-volleyball-player_23-2149492351.jpg",
imageAlt: "Female volleyball player spiking",
},
"http://img.b2bpic.net/free-photo/young-woman-as-volleyball-player_23-2149492351.jpg", imageAlt: "Female volleyball player spiking"},
]}
rightCarouselItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-woman-playing-tennis-outdoor_72229-357.jpg",
imageAlt: "Female tennis player serving",
},
"http://img.b2bpic.net/free-photo/portrait-beautiful-woman-playing-tennis-outdoor_72229-357.jpg", imageAlt: "Female tennis player serving"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-woman-with-copy-space_23-2148499156.jpg",
imageAlt: "Female basketball player celebrating",
},
"http://img.b2bpic.net/free-photo/front-view-woman-with-copy-space_23-2148499156.jpg", imageAlt: "Female basketball player celebrating"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/side-view-excited-woman-holding-prize_23-2148634592.jpg",
imageAlt: "Female soccer player with trophy",
},
"http://img.b2bpic.net/free-photo/side-view-excited-woman-holding-prize_23-2148634592.jpg", imageAlt: "Female soccer player with trophy"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-curly-girl-warms-up-sports-ground_89887-1184.jpg",
imageAlt: "Female track athlete at finish line",
},
"http://img.b2bpic.net/free-photo/beautiful-curly-girl-warms-up-sports-ground_89887-1184.jpg", imageAlt: "Female track athlete at finish line"},
]}
carouselPosition="right"
/>
@@ -136,9 +117,7 @@ export default function HomePage() {
<TextSplitAbout
title="Who We Are"
description={[
"Elite Athletes is a full-service sports agency dedicated exclusively to representing the most talented female athletes across college and professional sports. We combine industry expertise with genuine passion for advancing women's careers in sports.",
"Our team brings decades of collective experience in contract negotiation, brand strategy, sponsorship activation, and career planning. We've successfully guided athletes from promising college prospects to multi-million dollar professional contracts and high-profile endorsement deals.",
]}
"Elite Athletes is a full-service sports agency dedicated exclusively to representing the most talented female athletes across college and professional sports. We combine industry expertise with genuine passion for advancing women's careers in sports.", "Our team brings decades of collective experience in contract negotiation, brand strategy, sponsorship activation, and career planning. We've successfully guided athletes from promising college prospects to multi-million dollar professional contracts and high-profile endorsement deals."]}
buttons={[{ text: "View our services", href: "/services" }]}
buttonAnimation="slide-up"
showBorder={true}
@@ -155,49 +134,25 @@ export default function HomePage() {
tagAnimation="slide-up"
features={[
{
id: "contract-negotiation",
title: "Contract Negotiation & Legal Strategy",
author: "Expert Counsel",
description:
"We secure optimal terms for professional contracts, ensuring fair compensation, performance bonuses, and career protections. Our legal team reviews every detail to maximize long-term value.",
tags: ["Contracts", "Legal"],
id: "contract-negotiation", title: "Contract Negotiation & Legal Strategy", author: "Expert Counsel", description:
"We secure optimal terms for professional contracts, ensuring fair compensation, performance bonuses, and career protections. Our legal team reviews every detail to maximize long-term value.", tags: ["Contracts", "Legal"],
imageSrc:
"http://img.b2bpic.net/free-photo/legal-experts-reviewing-customer-documents_74855-2031.jpg?_wi=1",
imageAlt: "Legal contract negotiation",
},
"http://img.b2bpic.net/free-photo/legal-experts-reviewing-customer-documents_74855-2031.jpg", imageAlt: "Legal contract negotiation"},
{
id: "endorsement-deals",
title: "Endorsement & Brand Partnerships",
author: "Brand Strategy",
description:
"We connect athletes with premium brands for authentic endorsement opportunities. From athletic sponsors to lifestyle partnerships, we build sustainable revenue streams that align with athlete values.",
tags: ["Sponsorship", "Branding"],
id: "endorsement-deals", title: "Endorsement & Brand Partnerships", author: "Brand Strategy", description:
"We connect athletes with premium brands for authentic endorsement opportunities. From athletic sponsors to lifestyle partnerships, we build sustainable revenue streams that align with athlete values.", tags: ["Sponsorship", "Branding"],
imageSrc:
"http://img.b2bpic.net/free-photo/team-empowered-businesswomen-corporate-meeting-making-deal_482257-124008.jpg?_wi=1",
imageAlt: "Brand endorsement collaboration",
},
"http://img.b2bpic.net/free-photo/team-empowered-businesswomen-corporate-meeting-making-deal_482257-124008.jpg", imageAlt: "Brand endorsement collaboration"},
{
id: "career-management",
title: "Career Strategy & Development",
author: "Career Planning",
description:
"Long-term career planning that goes beyond immediate opportunities. We map athlete trajectories, identify emerging markets, and position clients for success whether continuing competition or transitioning to new opportunities.",
tags: ["Strategy", "Growth"],
id: "career-management", title: "Career Strategy & Development", author: "Career Planning", description:
"Long-term career planning that goes beyond immediate opportunities. We map athlete trajectories, identify emerging markets, and position clients for success whether continuing competition or transitioning to new opportunities.", tags: ["Strategy", "Growth"],
imageSrc:
"http://img.b2bpic.net/free-photo/group-business-associates-meeting-boardroom-align-performance-goals-with-project-indicators_482257-133437.jpg?_wi=1",
imageAlt: "Career development planning",
},
"http://img.b2bpic.net/free-photo/group-business-associates-meeting-boardroom-align-performance-goals-with-project-indicators_482257-133437.jpg", imageAlt: "Career development planning"},
{
id: "media-relations",
title: "Media Relations & Public Relations",
author: "Communications",
description:
"We manage athlete visibility and brand reputation through strategic media placements, interview preparation, and crisis communication. Building a powerful personal brand that opens doors.",
tags: ["Media", "PR"],
id: "media-relations", title: "Media Relations & Public Relations", author: "Communications", description:
"We manage athlete visibility and brand reputation through strategic media placements, interview preparation, and crisis communication. Building a powerful personal brand that opens doors.", tags: ["Media", "PR"],
imageSrc:
"http://img.b2bpic.net/free-photo/journalists-taking-interview-outdoors_23-2149032360.jpg",
imageAlt: "Media and press relations",
},
"http://img.b2bpic.net/free-photo/journalists-taking-interview-outdoors_23-2149032360.jpg", imageAlt: "Media and press relations"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -214,71 +169,29 @@ export default function HomePage() {
tagAnimation="slide-up"
products={[
{
id: "athlete-1",
brand: "Basketball",
name: "Madison Rivers",
price: "WNBA Champion",
rating: 5,
reviewCount: "Multi-Sport",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-girl-with-basketball-ball_23-2148459545.jpg?_wi=1",
imageAlt: "Madison Rivers basketball player",
},
id: "athlete-1", brand: "Basketball", name: "Madison Rivers", price: "WNBA Champion", rating: 5,
reviewCount: "Multi-Sport", imageSrc:
"http://img.b2bpic.net/free-photo/front-view-girl-with-basketball-ball_23-2148459545.jpg", imageAlt: "Madison Rivers basketball player"},
{
id: "athlete-2",
brand: "Soccer",
name: "Sofia Mendez",
price: "International Star",
rating: 5,
reviewCount: "World Cup",
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-woman-goalkeeper_23-2148930258.jpg?_wi=1",
imageAlt: "Sofia Mendez soccer player",
},
id: "athlete-2", brand: "Soccer", name: "Sofia Mendez", price: "International Star", rating: 5,
reviewCount: "World Cup", imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-woman-goalkeeper_23-2148930258.jpg", imageAlt: "Sofia Mendez soccer player"},
{
id: "athlete-3",
brand: "Track & Field",
name: "Zara Thompson",
price: "Olympic Medalist",
rating: 5,
reviewCount: "Record Holder",
imageSrc:
"http://img.b2bpic.net/free-photo/attractive-fitness-girl-stylish-sportswear-with-skipping-rope-neck-dreamily-tranining-city-stadium_574295-4982.jpg?_wi=1",
imageAlt: "Zara Thompson track athlete",
},
id: "athlete-3", brand: "Track & Field", name: "Zara Thompson", price: "Olympic Medalist", rating: 5,
reviewCount: "Record Holder", imageSrc:
"http://img.b2bpic.net/free-photo/attractive-fitness-girl-stylish-sportswear-with-skipping-rope-neck-dreamily-tranining-city-stadium_574295-4982.jpg", imageAlt: "Zara Thompson track athlete"},
{
id: "athlete-4",
brand: "Tennis",
name: "Olivia Chen",
price: "Rising Star",
rating: 5,
reviewCount: "Top 20",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-woman-playing-tennis-outdoor_72229-360.jpg?_wi=1",
imageAlt: "Olivia Chen tennis player",
},
id: "athlete-4", brand: "Tennis", name: "Olivia Chen", price: "Rising Star", rating: 5,
reviewCount: "Top 20", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-woman-playing-tennis-outdoor_72229-360.jpg", imageAlt: "Olivia Chen tennis player"},
{
id: "athlete-5",
brand: "Volleyball",
name: "Emma Johnson",
price: "Professional League",
rating: 5,
reviewCount: "Champion",
imageSrc:
"http://img.b2bpic.net/free-photo/female-athlete-competing-paralympic-games_23-2151586516.jpg?_wi=1",
imageAlt: "Emma Johnson volleyball player",
},
id: "athlete-5", brand: "Volleyball", name: "Emma Johnson", price: "Professional League", rating: 5,
reviewCount: "Champion", imageSrc:
"http://img.b2bpic.net/free-photo/female-athlete-competing-paralympic-games_23-2151586516.jpg", imageAlt: "Emma Johnson volleyball player"},
{
id: "athlete-6",
brand: "Gymnastics",
name: "Isabella Russo",
price: "Elite Competitor",
rating: 5,
reviewCount: "Decorated",
imageSrc:
"http://img.b2bpic.net/free-photo/forward-bending-squat-exercise_1163-1241.jpg?_wi=1",
imageAlt: "Isabella Russo gymnast",
},
id: "athlete-6", brand: "Gymnastics", name: "Isabella Russo", price: "Elite Competitor", rating: 5,
reviewCount: "Decorated", imageSrc:
"http://img.b2bpic.net/free-photo/forward-bending-squat-exercise_1163-1241.jpg", imageAlt: "Isabella Russo gymnast"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -296,65 +209,29 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "testimonial-1",
name: "Madison Rivers",
role: "WNBA Player",
testimonial:
"Elite Athletes transformed my career. They negotiated a contract that exceeded my expectations and connected me with premium endorsement partners. Their strategic vision goes beyond the numbers.",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg?_wi=1",
imageAlt: "Madison Rivers headshot",
},
id: "testimonial-1", name: "Madison Rivers", role: "WNBA Player", testimonial:
"Elite Athletes transformed my career. They negotiated a contract that exceeded my expectations and connected me with premium endorsement partners. Their strategic vision goes beyond the numbers.", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Madison Rivers headshot"},
{
id: "testimonial-2",
name: "Sofia Mendez",
role: "International Soccer Player",
testimonial:
"Working with this team gave me peace of mind. They handled all the complex negotiations so I could focus on performing. The results speak for themselves—career deals and brand partnerships I never dreamed possible.",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg?_wi=2",
imageAlt: "Sofia Mendez headshot",
},
id: "testimonial-2", name: "Sofia Mendez", role: "International Soccer Player", testimonial:
"Working with this team gave me peace of mind. They handled all the complex negotiations so I could focus on performing. The results speak for themselves—career deals and brand partnerships I never dreamed possible.", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Sofia Mendez headshot"},
{
id: "testimonial-3",
name: "Zara Thompson",
role: "Track & Field Olympian",
testimonial:
"From college athlete to Olympic medalist, Elite Athletes was there every step. Their expertise in contract negotiation and brand building is unmatched. I trust them completely with my career.",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg?_wi=3",
imageAlt: "Zara Thompson headshot",
},
id: "testimonial-3", name: "Zara Thompson", role: "Track & Field Olympian", testimonial:
"From college athlete to Olympic medalist, Elite Athletes was there every step. Their expertise in contract negotiation and brand building is unmatched. I trust them completely with my career.", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Zara Thompson headshot"},
{
id: "testimonial-4",
name: "Olivia Chen",
role: "Professional Tennis Player",
testimonial:
"The team's media relations work elevated my profile significantly. They positioned me with top-tier sponsors and helped me build a brand that's authentic to who I am. Elite Athletes truly advocates for their clients.",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg?_wi=4",
imageAlt: "Olivia Chen headshot",
},
id: "testimonial-4", name: "Olivia Chen", role: "Professional Tennis Player", testimonial:
"The team's media relations work elevated my profile significantly. They positioned me with top-tier sponsors and helped me build a brand that's authentic to who I am. Elite Athletes truly advocates for their clients.", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Olivia Chen headshot"},
{
id: "testimonial-5",
name: "Emma Johnson",
role: "Professional Volleyball Player",
testimonial:
"Elite Athletes provided the strategic guidance I needed at a critical career inflection point. Their long-term vision helped me make decisions that set me up for success beyond professional play.",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg?_wi=5",
imageAlt: "Emma Johnson headshot",
},
id: "testimonial-5", name: "Emma Johnson", role: "Professional Volleyball Player", testimonial:
"Elite Athletes provided the strategic guidance I needed at a critical career inflection point. Their long-term vision helped me make decisions that set me up for success beyond professional play.", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Emma Johnson headshot"},
{
id: "testimonial-6",
name: "Isabella Russo",
role: "Elite Gymnast",
testimonial:
"What impressed me most was their genuine care for my career trajectory. They treated me like a person, not just a contract. The results have been extraordinary across all dimensions of my career.",
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg?_wi=6",
imageAlt: "Isabella Russo headshot",
},
id: "testimonial-6", name: "Isabella Russo", role: "Elite Gymnast", testimonial:
"What impressed me most was their genuine care for my career trajectory. They treated me like a person, not just a contract. The results have been extraordinary across all dimensions of my career.", imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-620.jpg", imageAlt: "Isabella Russo headshot"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -372,44 +249,26 @@ export default function HomePage() {
tagAnimation="slide-up"
faqs={[
{
id: "faq-1",
title: "How do athletes get represented by Elite Athletes?",
content:
"We actively scout elite female athletes across college and professional sports. Interested athletes can also reach out directly with their credentials, achievements, and career goals. We evaluate potential based on athletic excellence, market demand, and alignment with our values. The process includes an initial consultation, review of career trajectory, and discussion of how we can add value.",
},
id: "faq-1", title: "How do athletes get represented by Elite Athletes?", content:
"We actively scout elite female athletes across college and professional sports. Interested athletes can also reach out directly with their credentials, achievements, and career goals. We evaluate potential based on athletic excellence, market demand, and alignment with our values. The process includes an initial consultation, review of career trajectory, and discussion of how we can add value."},
{
id: "faq-2",
title: "What are your agency fees and commission structure?",
content:
"Our fee structure is competitive and transparent. We typically work on commission from contracts and endorsement deals we negotiate, with rates that align with industry standards. We also offer consulting services for career strategy at set fees. All terms are clearly outlined in our representation agreement. We believe in partnership—your success is our success.",
},
id: "faq-2", title: "What are your agency fees and commission structure?", content:
"Our fee structure is competitive and transparent. We typically work on commission from contracts and endorsement deals we negotiate, with rates that align with industry standards. We also offer consulting services for career strategy at set fees. All terms are clearly outlined in our representation agreement. We believe in partnership—your success is our success."},
{
id: "faq-3",
title: "Can Elite Athletes help with contract negotiation for existing deals?",
content:
"Absolutely. Even if you're already represented elsewhere, we can consult on specific contract issues or endorsement opportunities. Many athletes work with us on a project basis for particular negotiations. We also help athletes transition to our full representation when they're ready for comprehensive career management.",
},
id: "faq-3", title: "Can Elite Athletes help with contract negotiation for existing deals?", content:
"Absolutely. Even if you're already represented elsewhere, we can consult on specific contract issues or endorsement opportunities. Many athletes work with us on a project basis for particular negotiations. We also help athletes transition to our full representation when they're ready for comprehensive career management."},
{
id: "faq-4",
title:
"How do you handle conflict of interest with athletes in the same sport?",
content:
"We maintain strict protocols to manage conflicts professionally. While we represent athletes across multiple sports, we carefully manage situations within a single sport to ensure no athlete feels their interests are compromised. Each athlete receives dedicated attention and advocacy tailored to their unique career goals.",
},
id: "faq-4", title:
"How do you handle conflict of interest with athletes in the same sport?", content:
"We maintain strict protocols to manage conflicts professionally. While we represent athletes across multiple sports, we carefully manage situations within a single sport to ensure no athlete feels their interests are compromised. Each athlete receives dedicated attention and advocacy tailored to their unique career goals."},
{
id: "faq-5",
title: "What support do you provide beyond contract negotiation?",
content:
"We offer comprehensive career management including media relations, public relations, brand strategy, endorsement partnership development, career transition planning, and ongoing mentorship. We view ourselves as long-term partners invested in your entire career arc, not just immediate deals.",
},
id: "faq-5", title: "What support do you provide beyond contract negotiation?", content:
"We offer comprehensive career management including media relations, public relations, brand strategy, endorsement partnership development, career transition planning, and ongoing mentorship. We view ourselves as long-term partners invested in your entire career arc, not just immediate deals."},
{
id: "faq-6",
title: "How do you approach social media and personal brand building?",
content:
"We help athletes develop authentic personal brands that align with their values and market opportunities. This includes strategic content guidance, partnership opportunities with platforms and brands, media training, and reputation management. We believe a strong personal brand creates leverage across all career opportunities.",
},
id: "faq-6", title: "How do you approach social media and personal brand building?", content:
"We help athletes develop authentic personal brands that align with their values and market opportunities. This includes strategic content guidance, partnership opportunities with platforms and brands, media training, and reputation management. We believe a strong personal brand creates leverage across all career opportunities."},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-women-hugging-outside_23-2148634693.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/happy-women-hugging-outside_23-2148634693.jpg"
imageAlt="Female athletes in team setting"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -19,8 +19,7 @@ export default function ServicesPage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Careers", href: "#" },
@@ -28,8 +27,7 @@ export default function ServicesPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Contract Negotiation", href: "/services" },
{ label: "Endorsements", href: "/services" },
{ label: "Career Strategy", href: "/services" },
@@ -37,8 +35,7 @@ export default function ServicesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" },
@@ -53,7 +50,7 @@ export default function ServicesPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -71,9 +68,7 @@ export default function ServicesPage() {
<TextSplitAbout
title="Our Services"
description={[
"Elite Athletes delivers comprehensive, end-to-end career management designed specifically for the unique needs of female athletes. We handle everything—contracts, endorsements, media strategy, and long-term career planning—so you can focus on what you do best: compete and excel.",
"Our integrated approach ensures every decision supports your overall career trajectory, not just the next deal. We think in years and decades, not just months.",
]}
"Elite Athletes delivers comprehensive, end-to-end career management designed specifically for the unique needs of female athletes. We handle everything—contracts, endorsements, media strategy, and long-term career planning—so you can focus on what you do best: compete and excel.", "Our integrated approach ensures every decision supports your overall career trajectory, not just the next deal. We think in years and decades, not just months."]}
buttons={[{ text: "Meet our team", href: "/about" }]}
buttonAnimation="slide-up"
showBorder={true}
@@ -90,38 +85,20 @@ export default function ServicesPage() {
tagAnimation="slide-up"
features={[
{
id: "contract-negotiation",
title: "Contract Negotiation & Legal Strategy",
author: "Expert Legal Counsel",
description:
"We secure optimal terms for professional contracts, ensuring fair compensation, performance bonuses, incentive clauses, and comprehensive career protections. Our legal team reviews every detail to maximize long-term value and protects your interests at every stage.",
tags: ["Contracts", "Legal", "Protection"],
id: "contract-negotiation", title: "Contract Negotiation & Legal Strategy", author: "Expert Legal Counsel", description:
"We secure optimal terms for professional contracts, ensuring fair compensation, performance bonuses, incentive clauses, and comprehensive career protections. Our legal team reviews every detail to maximize long-term value and protects your interests at every stage.", tags: ["Contracts", "Legal", "Protection"],
imageSrc:
"http://img.b2bpic.net/free-photo/legal-experts-reviewing-customer-documents_74855-2031.jpg?_wi=2",
imageAlt: "Legal contract negotiation",
},
"http://img.b2bpic.net/free-photo/legal-experts-reviewing-customer-documents_74855-2031.jpg", imageAlt: "Legal contract negotiation"},
{
id: "endorsement-deals",
title: "Endorsement & Brand Partnerships",
author: "Brand Strategy Team",
description:
"We connect athletes with premium brands for authentic endorsement opportunities that align with your values and image. From athletic sponsors to lifestyle partnerships, we build sustainable revenue streams and manage brand relationships throughout the partnership lifecycle.",
tags: ["Sponsorship", "Branding", "Revenue"],
id: "endorsement-deals", title: "Endorsement & Brand Partnerships", author: "Brand Strategy Team", description:
"We connect athletes with premium brands for authentic endorsement opportunities that align with your values and image. From athletic sponsors to lifestyle partnerships, we build sustainable revenue streams and manage brand relationships throughout the partnership lifecycle.", tags: ["Sponsorship", "Branding", "Revenue"],
imageSrc:
"http://img.b2bpic.net/free-photo/team-empowered-businesswomen-corporate-meeting-making-deal_482257-124008.jpg?_wi=2",
imageAlt: "Brand endorsement collaboration",
},
"http://img.b2bpic.net/free-photo/team-empowered-businesswomen-corporate-meeting-making-deal_482257-124008.jpg", imageAlt: "Brand endorsement collaboration"},
{
id: "career-management",
title: "Career Strategy & Development Planning",
author: "Strategic Planning",
description:
"Long-term career planning that goes beyond immediate opportunities. We map athlete trajectories, identify emerging markets and opportunities, and position clients for success whether continuing competition or transitioning to new opportunities in media, coaching, or business.",
tags: ["Strategy", "Growth", "Planning"],
id: "career-management", title: "Career Strategy & Development Planning", author: "Strategic Planning", description:
"Long-term career planning that goes beyond immediate opportunities. We map athlete trajectories, identify emerging markets and opportunities, and position clients for success whether continuing competition or transitioning to new opportunities in media, coaching, or business.", tags: ["Strategy", "Growth", "Planning"],
imageSrc:
"http://img.b2bpic.net/free-photo/group-business-associates-meeting-boardroom-align-performance-goals-with-project-indicators_482257-133437.jpg?_wi=2",
imageAlt: "Career development planning",
},
"http://img.b2bpic.net/free-photo/group-business-associates-meeting-boardroom-align-performance-goals-with-project-indicators_482257-133437.jpg", imageAlt: "Career development planning"},
]}
animationType="slide-up"
textboxLayout="default"