7 Commits

Author SHA1 Message Date
bc70e93493 Update src/app/page.tsx 2026-03-03 14:18:51 +00:00
f3b80fd9f7 Update src/app/layout.tsx 2026-03-03 14:18:51 +00:00
c6cb090a5f Merge version_1 into main
Merge version_1 into main
2026-03-03 14:08:23 +00:00
14a693875b Merge version_1 into main
Merge version_1 into main
2026-03-03 14:05:46 +00:00
fbc88a627d Merge version_1 into main
Merge version_1 into main
2026-03-03 13:55:34 +00:00
e986c879f7 Merge version_1 into main
Merge version_1 into main
2026-03-03 13:53:38 +00:00
557ea8b577 Merge version_1 into main
Merge version_1 into main
2026-03-03 13:50: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>
);
}
}