diff --git a/app/layout.tsx b/app/layout.tsx
index 431087a..7904c91 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -2,6 +2,7 @@ import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ThemeProvider } from "@/components/ThemeProvider";
+import { Analytics } from "@vercel/analytics/react";
const geistSans = Geist({
variable: "--font-geist-sans",
@@ -31,8 +32,9 @@ export default function RootLayout({
>