Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 13:53:30 +00:00
parent b06ff95915
commit b88ecdd249

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"