7 Commits

Author SHA1 Message Date
e36a4e6c04 Update src/app/matches/page.tsx 2026-05-25 22:58:02 +00:00
1c69db9045 Update src/app/leaderboards/page.tsx 2026-05-25 22:58:01 +00:00
adc9c78c9b Update src/app/free-agents/page.tsx 2026-05-25 22:58:01 +00:00
7a08be23ea Update src/app/admin/page.tsx 2026-05-25 22:58:01 +00:00
cd42814393 Merge version_2 into main
Merge version_2 into main
2026-05-25 03:40:07 +00:00
76faf94041 Merge version_2 into main
Merge version_2 into main
2026-05-25 03:39:43 +00:00
5f232add52 Merge version_2 into main
Merge version_2 into main
2026-05-25 03:39:07 +00:00
4 changed files with 7 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ export default function AdminPage() {
{ name: "Tournaments", id: "/tournaments" }, { name: "Tournaments", id: "/tournaments" },
{ name: "Admin", id: "/admin" }, { name: "Admin", id: "/admin" },
]} ]}
brandName="ClanForce" brandName="CLANxCLAN"
button={{ text: "Login" }} button={{ text: "Login" }}
/> />
</div> </div>
@@ -31,7 +31,7 @@ export default function AdminPage() {
</div> </div>
</main> </main>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase logoText="ClanForce" columns={[]} /> <FooterBase logoText="CLANxCLAN" columns={[]} />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>

View File

@@ -11,7 +11,7 @@ export default function FreeAgentsPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[{ name: "Overview", id: "/" }, { name: "Players", id: "/players" }, { name: "Free Agents", id: "/free-agents" }]} navItems={[{ name: "Overview", id: "/" }, { name: "Players", id: "/players" }, { name: "Free Agents", id: "/free-agents" }]}
brandName="ClanForce" brandName="CLANxCLAN"
button={{ text: "Connect" }} button={{ text: "Connect" }}
/> />
</div> </div>
@@ -31,7 +31,7 @@ export default function FreeAgentsPage() {
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase columns={[]} logoText="ClanForce" /> <FooterBase columns={[]} logoText="CLANxCLAN" />
</div> </div>
</ThemeProvider> </ThemeProvider>
); );

View File

@@ -17,7 +17,7 @@ export default function LeaderboardsPage() {
{ name: "Teams", id: "/teams" }, { name: "Teams", id: "/teams" },
{ name: "Leaderboards", id: "/leaderboards" } { name: "Leaderboards", id: "/leaderboards" }
]} ]}
brandName="ClanForce" brandName="CLANxCLAN"
button={{ text: "Join" }} button={{ text: "Join" }}
/> />
</div> </div>
@@ -37,7 +37,7 @@ export default function LeaderboardsPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBase
columns={[]} columns={[]}
logoText="ClanForce" logoText="CLANxCLAN"
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -15,6 +15,7 @@ export default function MatchesPage() {
{ name: "Matches", id: "/matches" }, { name: "Matches", id: "/matches" },
{ name: "Seasons", id: "/seasons" }, { name: "Seasons", id: "/seasons" },
]} ]}
brandName="CLANxCLAN"
button={{ text: "Schedule" }} button={{ text: "Schedule" }}
/> />
</div> </div>