From 95d3030fb3445bd2f27a28ea8596b6ded66b2332 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 12:29:14 +0000 Subject: [PATCH] Update src/app/team/page.tsx --- src/app/team/page.tsx | 99 ++++++++++++++++--------------------------- 1 file changed, 37 insertions(+), 62 deletions(-) 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