diff --git a/bun.lockb b/bun.lockb
index 9bb03ce..a9369c9 100755
Binary files a/bun.lockb and b/bun.lockb differ
diff --git a/package.json b/package.json
index 8130939..a4bfc84 100644
--- a/package.json
+++ b/package.json
@@ -13,6 +13,7 @@
"dependencies": {
"@t3-oss/env-nextjs": "^0.7.1",
"@vercel/analytics": "^1.1.2",
+ "@vercel/speed-insights": "^1.0.9",
"esbuild": "^0.19.12",
"next": "^14.0.4",
"react": "18.2.0",
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index c37c673..78ab26b 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -3,6 +3,7 @@ import { Bitter, Nunito_Sans } from "next/font/google"
import Footer from "./footer"
import { env } from "~/env"
import { Analytics } from "@vercel/analytics/react"
+import { SpeedInsights } from "@vercel/speed-insights/next"
const serif = Bitter({
subsets: ["latin"],
@@ -34,6 +35,7 @@ export default function RootLayout({
{children}
+