diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index 29bf8f2..c43e8b5 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -15,7 +15,7 @@ export default function TeamPage() { borderRadius="pill" contentWidth="small" sizing="largeSizeMediumTitles" - background="aurora" + background="none" cardStyle="soft-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -39,7 +39,7 @@ export default function TeamPage() { title="Meet the Corner Team" description="Our talented young players, passionate coaches, and supportive community make Corner special. Get to know the faces behind the team." tag="Team Roster" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="https://img.b2bpic.net/free-photo/full-shot-kids-gathering-field_23-2149270930.jpg" imageAlt="Corner team roster" /> @@ -49,28 +49,16 @@ export default function TeamPage() { - + ); } \ No newline at end of file