From c3f2f5bee6cff00a584f110af6caf22d14ed3eed Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:53:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 293 ++++++++++++----------------------------------- 1 file changed, 76 insertions(+), 217 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bc4a9c..62ef654 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Careers", href: "#" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Contract Negotiation", href: "/services" }, { label: "Endorsements", href: "/services" }, { label: "Career Strategy", href: "/services" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -57,7 +54,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -78,7 +75,7 @@ export default function HomePage() { tag="Women's Sports Agency" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Meet our athletes", href: "/athletes" }, { text: "Learn our services", href: "/services" }, @@ -87,46 +84,30 @@ export default function HomePage() { leftCarouselItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/side-view-female-friends-playing-basketball_23-2150209902.jpg", - imageAlt: "Female basketball player in action", - }, + "http://img.b2bpic.net/free-photo/side-view-female-friends-playing-basketball_23-2150209902.jpg", imageAlt: "Female basketball player in action"}, { imageSrc: - "http://img.b2bpic.net/free-photo/girl-soccer-field-soccer-training-active-lifestyle-football-concept_169016-68197.jpg", - imageAlt: "Female soccer player competing", - }, + "http://img.b2bpic.net/free-photo/girl-soccer-field-soccer-training-active-lifestyle-football-concept_169016-68197.jpg", imageAlt: "Female soccer player competing"}, { imageSrc: - "http://img.b2bpic.net/free-photo/pretty-sporty-girl-wireless-earphones-sport-top-leggings-dreamily-looking-camera-stretching-treadmill-city-stadium_574295-5308.jpg", - imageAlt: "Female track athlete sprinting", - }, + "http://img.b2bpic.net/free-photo/pretty-sporty-girl-wireless-earphones-sport-top-leggings-dreamily-looking-camera-stretching-treadmill-city-stadium_574295-5308.jpg", imageAlt: "Female track athlete sprinting"}, { imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-as-volleyball-player_23-2149492351.jpg", - imageAlt: "Female volleyball player spiking", - }, + "http://img.b2bpic.net/free-photo/young-woman-as-volleyball-player_23-2149492351.jpg", imageAlt: "Female volleyball player spiking"}, ]} rightCarouselItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-playing-tennis-outdoor_72229-357.jpg", - imageAlt: "Female tennis player serving", - }, + "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-playing-tennis-outdoor_72229-357.jpg", imageAlt: "Female tennis player serving"}, { imageSrc: - "http://img.b2bpic.net/free-photo/front-view-woman-with-copy-space_23-2148499156.jpg", - imageAlt: "Female basketball player celebrating", - }, + "http://img.b2bpic.net/free-photo/front-view-woman-with-copy-space_23-2148499156.jpg", imageAlt: "Female basketball player celebrating"}, { imageSrc: - "http://img.b2bpic.net/free-photo/side-view-excited-woman-holding-prize_23-2148634592.jpg", - imageAlt: "Female soccer player with trophy", - }, + "http://img.b2bpic.net/free-photo/side-view-excited-woman-holding-prize_23-2148634592.jpg", imageAlt: "Female soccer player with trophy"}, { imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-curly-girl-warms-up-sports-ground_89887-1184.jpg", - imageAlt: "Female track athlete at finish line", - }, + "http://img.b2bpic.net/free-photo/beautiful-curly-girl-warms-up-sports-ground_89887-1184.jpg", imageAlt: "Female track athlete at finish line"}, ]} carouselPosition="right" /> @@ -136,9 +117,7 @@ export default function HomePage() {