diff --git a/src/app/seasons/page.tsx b/src/app/seasons/page.tsx index e218b58..c2b3f87 100644 --- a/src/app/seasons/page.tsx +++ b/src/app/seasons/page.tsx @@ -6,15 +6,18 @@ import ReactLenis from "lenis/react"; export default function SeasonsPage() { return ( - + - +

Season Progress

Track your clan's performance across active seasons and view historical progression.

@@ -22,4 +25,4 @@ export default function SeasonsPage() { ); -} +} \ No newline at end of file