diff --git a/app/layout.tsx b/app/layout.tsx
index c0133c8..7513992 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -5,6 +5,7 @@ import LightRays from "../components/LightRays";
import Navbar from "../components/Navbar";
import { PostHogProvider } from "./providers";
import { Toaster } from "sonner";
+import { Suspense } from "react";
const SchibstedGrotesk = Schibsted_Grotesk({
variable: "--font-schibsted-grotesk",
@@ -32,29 +33,47 @@ export default function RootLayout({
className={`${SchibstedGrotesk.variable} ${MartianMono.variable} antialiased`}
>
-
-
-
-
-
-
- {children}
-
-
+
+
+
+
+
+ }>
+
+
+
+
+
+
+ {children}
+
+
+