From c10a8f85e65fa2cdd19d5bd082ceff922fc2af2b Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 12:29:13 +0000 Subject: [PATCH] Update src/app/schedule/page.tsx --- src/app/schedule/page.tsx | 102 ++++++++++++++------------------------ 1 file changed, 37 insertions(+), 65 deletions(-) diff --git a/src/app/schedule/page.tsx b/src/app/schedule/page.tsx index 5a49efc..2461daa 100644 --- a/src/app/schedule/page.tsx +++ b/src/app/schedule/page.tsx @@ -15,7 +15,7 @@ export default function SchedulePage() { 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 SchedulePage() { title="Season Schedule" description="Mark your calendars! Here's our complete schedule for upcoming matches, training sessions, and special events." tag="Games & Events" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} imageSrc="https://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149707981.jpg" imageAlt="Corner schedule and events" /> @@ -49,22 +49,13 @@ export default function SchedulePage() { - + ); } \ No newline at end of file