diff --git a/src/app/news/page.tsx b/src/app/news/page.tsx
index ecb7fb5..201f61e 100644
--- a/src/app/news/page.tsx
+++ b/src/app/news/page.tsx
@@ -15,7 +15,7 @@ export default function NewsPage() {
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 NewsPage() {
title="Latest News & Updates"
description="Stay connected with the latest happenings at Corner. From match highlights to training updates, we keep you in the loop."
tag="News & Blog"
- background={{ variant: "aurora" }}
+ background={{ variant: "plain" }}
imageSrc="https://img.b2bpic.net/free-photo/team-mates-posing-together_23-2148631494.jpg"
imageAlt="Corner news and updates"
/>
@@ -49,33 +49,18 @@ export default function NewsPage() {