Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-21 20:16:34 +00:00

View File

@@ -7,7 +7,18 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
export default function DashboardPage() {
return (
<ThemeProvider>
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<NavbarStyleFullscreen
navItems={[
@@ -22,11 +33,11 @@ export default function DashboardPage() {
<div className="grid gap-6">
<div className="p-6 rounded-xl border border-border bg-card">
<h2 className="text-xl font-semibold">Profile Management</h2>
<p className="mt-2 text-muted-foreground">Manage your account settings, preferences, and security.</p>
<p className="mt-2 text-muted-foreground">Manage your account settings, preferences and security.</p>
</div>
<div className="p-6 rounded-xl border border-border bg-card">
<h2 className="text-xl font-semibold">Your Content</h2>
<p className="mt-2 text-muted-foreground">Access your tournaments, saved matches, and performance stats.</p>
<p className="mt-2 text-muted-foreground">Access your matches and performance stats.</p>
</div>
</div>
</main>