Merge version_2 into main #6

Merged
bender merged 2 commits from version_2 into main 2026-03-03 14:18:56 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1401,4 +1401,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -109,7 +109,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.", "Our athletes have secured over $500M in career contracts and partnerships, establishing themselves as leaders across basketball, soccer, track and field, tennis, volleyball, and gymnastics. This proven track record demonstrates our commitment to delivering measurable results and positioning our clients for sustained success."]}
buttons={[{ text: "View our services", href: "/services" }]}
buttonAnimation="slide-up"
showBorder={true}
@@ -246,4 +246,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}