diff --git a/apps/website/app/dashboard/page.tsx b/apps/website/app/dashboard/page.tsx
index 047a620d7..258b303fe 100644
--- a/apps/website/app/dashboard/page.tsx
+++ b/apps/website/app/dashboard/page.tsx
@@ -522,40 +522,6 @@ export default async function DashboardPage() {
)}
-
- {/* Quick Links */}
-
-
-
- Quick Links
-
-
-
-
- Leaderboards
-
-
-
-
- Teams
-
-
-
-
- Create League
-
-
-
-
diff --git a/apps/website/app/layout.tsx b/apps/website/app/layout.tsx
index 5cf147ca2..1a48bd943 100644
--- a/apps/website/app/layout.tsx
+++ b/apps/website/app/layout.tsx
@@ -9,6 +9,8 @@ import { AlphaNav } from '@/components/alpha/AlphaNav';
import AlphaBanner from '@/components/alpha/AlphaBanner';
import AlphaFooter from '@/components/alpha/AlphaFooter';
import { AuthProvider } from '@/lib/auth/AuthContext';
+import NotificationProvider from '@/components/notifications/NotificationProvider';
+import DevToolbar from '@/components/dev/DevToolbar';
export const dynamic = 'force-dynamic';
@@ -60,12 +62,15 @@ export default async function RootLayout({
-
-
-
- {children}
-
-
+
+
+
+
+ {children}
+
+
+
+