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} +
+
+
); diff --git a/components/Navbar.tsx b/components/Navbar.tsx index 8b7c77c..7b022bb 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -57,6 +57,16 @@ const navLinkClass = (href: string) => Create Event + +
  • + + My Bookings + +