diff --git a/app/(not-found)/[...not-found]/layout.tsx b/app/(not-found)/[...not-found]/layout.tsx
index f71c9b9..24c80c3 100644
--- a/app/(not-found)/[...not-found]/layout.tsx
+++ b/app/(not-found)/[...not-found]/layout.tsx
@@ -5,6 +5,8 @@ import Link from "next/link";
import { ToastContainer, Zoom } from "react-toastify";
import "../../globals.css";
+import { Suspense } from "react";
+import GoogleAnalytics from "@/app/_components/GoogleAnalytics";
const geistSans = Geist({
variable: "--font-geist-sans",
subsets: ["latin"],
@@ -126,6 +128,10 @@ export default async function RootLayout({
pauseOnHover
/>
+
+
+
+
{children}