Update src/app/athletes/page.tsx

This commit is contained in:
2026-03-03 13:53:29 +00:00
parent a4e4e93271
commit b06ff95915

View File

@@ -19,8 +19,7 @@ export default function AthletesPage() {
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 AthletesPage() {
],
},
{
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 AthletesPage() {
],
},
{
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 AthletesPage() {
borderRadius="soft"
contentWidth="smallMedium"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -71,9 +68,7 @@ export default function AthletesPage() {
<TextSplitAbout
title="Our Elite Roster"
description={[
"Elite Athletes represents the most talented female athletes competing at the highest levels of sport. Our roster spans multiple disciplines—from basketball and soccer to track and field, tennis, volleyball, and gymnastics.",
"These athletes represent the pinnacle of dedication, skill, and determination. They're not just champions in their respective sports; they're trailblazers building the future of women's athletics.",
]}
"Elite Athletes represents the most talented female athletes competing at the highest levels of sport. Our roster spans multiple disciplines—from basketball and soccer to track and field, tennis, volleyball, and gymnastics.", "These athletes represent the pinnacle of dedication, skill, and determination. They're not just champions in their respective sports; they're trailblazers building the future of women's athletics."]}
buttons={[{ text: "Interested in representation?", href: "/contact" }]}
buttonAnimation="slide-up"
showBorder={true}
@@ -90,71 +85,29 @@ export default function AthletesPage() {
tagAnimation="slide-up"
products={[
{
id: "athlete-1",
brand: "Basketball",
name: "Madison Rivers",
price: "WNBA Champion",
rating: 5,
reviewCount: "Multi-Sport",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-girl-with-basketball-ball_23-2148459545.jpg?_wi=2",
imageAlt: "Madison Rivers basketball player",
},
id: "athlete-1", brand: "Basketball", name: "Madison Rivers", price: "WNBA Champion", rating: 5,
reviewCount: "Multi-Sport", imageSrc:
"http://img.b2bpic.net/free-photo/front-view-girl-with-basketball-ball_23-2148459545.jpg", imageAlt: "Madison Rivers basketball player"},
{
id: "athlete-2",
brand: "Soccer",
name: "Sofia Mendez",
price: "International Star",
rating: 5,
reviewCount: "World Cup",
imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-woman-goalkeeper_23-2148930258.jpg?_wi=2",
imageAlt: "Sofia Mendez soccer player",
},
id: "athlete-2", brand: "Soccer", name: "Sofia Mendez", price: "International Star", rating: 5,
reviewCount: "World Cup", imageSrc:
"http://img.b2bpic.net/free-photo/medium-shot-woman-goalkeeper_23-2148930258.jpg", imageAlt: "Sofia Mendez soccer player"},
{
id: "athlete-3",
brand: "Track & Field",
name: "Zara Thompson",
price: "Olympic Medalist",
rating: 5,
reviewCount: "Record Holder",
imageSrc:
"http://img.b2bpic.net/free-photo/attractive-fitness-girl-stylish-sportswear-with-skipping-rope-neck-dreamily-tranining-city-stadium_574295-4982.jpg?_wi=2",
imageAlt: "Zara Thompson track athlete",
},
id: "athlete-3", brand: "Track & Field", name: "Zara Thompson", price: "Olympic Medalist", rating: 5,
reviewCount: "Record Holder", imageSrc:
"http://img.b2bpic.net/free-photo/attractive-fitness-girl-stylish-sportswear-with-skipping-rope-neck-dreamily-tranining-city-stadium_574295-4982.jpg", imageAlt: "Zara Thompson track athlete"},
{
id: "athlete-4",
brand: "Tennis",
name: "Olivia Chen",
price: "Rising Star",
rating: 5,
reviewCount: "Top 20",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-woman-playing-tennis-outdoor_72229-360.jpg?_wi=2",
imageAlt: "Olivia Chen tennis player",
},
id: "athlete-4", brand: "Tennis", name: "Olivia Chen", price: "Rising Star", rating: 5,
reviewCount: "Top 20", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-woman-playing-tennis-outdoor_72229-360.jpg", imageAlt: "Olivia Chen tennis player"},
{
id: "athlete-5",
brand: "Volleyball",
name: "Emma Johnson",
price: "Professional League",
rating: 5,
reviewCount: "Champion",
imageSrc:
"http://img.b2bpic.net/free-photo/female-athlete-competing-paralympic-games_23-2151586516.jpg?_wi=2",
imageAlt: "Emma Johnson volleyball player",
},
id: "athlete-5", brand: "Volleyball", name: "Emma Johnson", price: "Professional League", rating: 5,
reviewCount: "Champion", imageSrc:
"http://img.b2bpic.net/free-photo/female-athlete-competing-paralympic-games_23-2151586516.jpg", imageAlt: "Emma Johnson volleyball player"},
{
id: "athlete-6",
brand: "Gymnastics",
name: "Isabella Russo",
price: "Elite Competitor",
rating: 5,
reviewCount: "Decorated",
imageSrc:
"http://img.b2bpic.net/free-photo/forward-bending-squat-exercise_1163-1241.jpg?_wi=2",
imageAlt: "Isabella Russo gymnast",
},
id: "athlete-6", brand: "Gymnastics", name: "Isabella Russo", price: "Elite Competitor", rating: 5,
reviewCount: "Decorated", imageSrc:
"http://img.b2bpic.net/free-photo/forward-bending-squat-exercise_1163-1241.jpg", imageAlt: "Isabella Russo gymnast"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"