From 6f6eafdfed205c93fe065ee216bf0f0d504907eb Mon Sep 17 00:00:00 2001 From: development Date: Fri, 23 Jan 2026 12:29:11 +0000 Subject: [PATCH] Update src/app/news/page.tsx --- src/app/news/page.tsx | 106 ++++++++++++++++-------------------------- 1 file changed, 39 insertions(+), 67 deletions(-) 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() { - + ); } \ No newline at end of file