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() {