Update src/app/services/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ export default function ServicesPage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Our Team", href: "/about" },
|
{ label: "Our Team", href: "/about" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#" },
|
||||||
@@ -28,8 +27,7 @@ export default function ServicesPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contract Negotiation", href: "/services" },
|
{ label: "Contract Negotiation", href: "/services" },
|
||||||
{ label: "Endorsements", href: "/services" },
|
{ label: "Endorsements", href: "/services" },
|
||||||
{ label: "Career Strategy", href: "/services" },
|
{ label: "Career Strategy", href: "/services" },
|
||||||
@@ -37,8 +35,7 @@ export default function ServicesPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "Disclaimer", href: "#" },
|
{ label: "Disclaimer", href: "#" },
|
||||||
@@ -53,7 +50,7 @@ export default function ServicesPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="smallMedium"
|
contentWidth="smallMedium"
|
||||||
sizing="mediumLarge"
|
sizing="mediumLarge"
|
||||||
background="aurora"
|
background="circleGradient"
|
||||||
cardStyle="soft-shadow"
|
cardStyle="soft-shadow"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
@@ -71,9 +68,7 @@ export default function ServicesPage() {
|
|||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="Our Services"
|
title="Our Services"
|
||||||
description={[
|
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.",
|
"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."]}
|
||||||
"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" }]}
|
buttons={[{ text: "Meet our team", href: "/about" }]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
showBorder={true}
|
showBorder={true}
|
||||||
@@ -90,38 +85,20 @@ export default function ServicesPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "contract-negotiation",
|
id: "contract-negotiation", title: "Contract Negotiation & Legal Strategy", author: "Expert Legal Counsel", description:
|
||||||
title: "Contract Negotiation & Legal Strategy",
|
"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"],
|
||||||
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:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/legal-experts-reviewing-customer-documents_74855-2031.jpg?_wi=2",
|
"http://img.b2bpic.net/free-photo/legal-experts-reviewing-customer-documents_74855-2031.jpg", imageAlt: "Legal contract negotiation"},
|
||||||
imageAlt: "Legal contract negotiation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "endorsement-deals",
|
id: "endorsement-deals", title: "Endorsement & Brand Partnerships", author: "Brand Strategy Team", description:
|
||||||
title: "Endorsement & Brand Partnerships",
|
"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"],
|
||||||
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:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/team-empowered-businesswomen-corporate-meeting-making-deal_482257-124008.jpg?_wi=2",
|
"http://img.b2bpic.net/free-photo/team-empowered-businesswomen-corporate-meeting-making-deal_482257-124008.jpg", imageAlt: "Brand endorsement collaboration"},
|
||||||
imageAlt: "Brand endorsement collaboration",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "career-management",
|
id: "career-management", title: "Career Strategy & Development Planning", author: "Strategic Planning", description:
|
||||||
title: "Career Strategy & Development Planning",
|
"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"],
|
||||||
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:
|
imageSrc:
|
||||||
"http://img.b2bpic.net/free-photo/group-business-associates-meeting-boardroom-align-performance-goals-with-project-indicators_482257-133437.jpg?_wi=2",
|
"http://img.b2bpic.net/free-photo/group-business-associates-meeting-boardroom-align-performance-goals-with-project-indicators_482257-133437.jpg", imageAlt: "Career development planning"},
|
||||||
imageAlt: "Career development planning",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
|||||||
Reference in New Issue
Block a user