Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-03 13:53:38 +00:00
Showing only changes of commit 7083e50568 - Show all commits

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"