diff --git a/web/app/layout.tsx b/web/app/layout.tsx
index afedbb0..85efe7b 100644
--- a/web/app/layout.tsx
+++ b/web/app/layout.tsx
@@ -5,6 +5,7 @@ import { AresLogo } from '@/components/AresLogo';
import { AuthGate } from '@/components/AuthGate';
import { HudCorners } from '@/components/HudCorners';
import { PrimaryNav } from '@/components/PrimaryNav';
+import { Analytics } from '@vercel/analytics/next';
export const metadata: Metadata = {
title: 'ARES',
@@ -34,6 +35,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
{children}
+