diff --git a/shellui/app/layout.tsx b/shellui/app/layout.tsx
index a8ca6a0..09826ab 100644
--- a/shellui/app/layout.tsx
+++ b/shellui/app/layout.tsx
@@ -1,5 +1,6 @@
import { RootProvider } from "fumadocs-ui/provider/next";
import { SpeedInsights } from "@vercel/speed-insights/next";
+import { Analytics } from "@vercel/analytics/next";
import "./global.css";
import { Inter } from "next/font/google";
import type { Metadata } from "next";
@@ -127,6 +128,7 @@ export default function Layout({ children }: LayoutProps<"/">) {
{children}
+