diff --git a/apps/landing/src/app/[locale]/layout.tsx b/apps/landing/src/app/[locale]/layout.tsx index 854f7996c..e14c7eabe 100644 --- a/apps/landing/src/app/[locale]/layout.tsx +++ b/apps/landing/src/app/[locale]/layout.tsx @@ -2,6 +2,7 @@ import "tailwindcss/tailwind.css"; import "../../style.css"; import languages from "@rallly/languages"; +import { PostHogProvider } from "@rallly/posthog/client"; import { DropdownMenu, DropdownMenuContent, @@ -46,112 +47,118 @@ export default async function Root({ return ( - -
-
-
- - rallly.co - - -
-
- - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +
+
+
+ + rallly.co + +
-
-
-
{children}
-
-
-
+
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
{children}
+
+