Update src/app/seasons/page.tsx
This commit is contained in:
@@ -6,15 +6,18 @@ import ReactLenis from "lenis/react";
|
||||
|
||||
export default function SeasonsPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Matches", id: "/matches" },
|
||||
{ name: "Seasons", id: "/seasons" },
|
||||
]}
|
||||
/>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Matches", id: "/matches" },
|
||||
{ name: "Seasons", id: "/seasons" },
|
||||
]}
|
||||
button={{ text: "View" }}
|
||||
/>
|
||||
</div>
|
||||
<div className="pt-32 pb-20 px-6 max-w-4xl mx-auto">
|
||||
<h1 className="text-4xl font-bold mb-6">Season Progress</h1>
|
||||
<p>Track your clan's performance across active seasons and view historical progression.</p>
|
||||
@@ -22,4 +25,4 @@ export default function SeasonsPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user