diff --git a/apps/landing/src/app/[locale]/layout.tsx b/apps/landing/src/app/[locale]/layout.tsx index f123f58ca..13ac3e675 100644 --- a/apps/landing/src/app/[locale]/layout.tsx +++ b/apps/landing/src/app/[locale]/layout.tsx @@ -11,6 +11,7 @@ import { } from "@rallly/ui/dropdown-menu"; import { Analytics } from "@vercel/analytics/react"; import { ChevronRightIcon, MenuIcon } from "lucide-react"; +import { domAnimation, LazyMotion } from "motion/react"; import type { Viewport } from "next"; import Image from "next/image"; import Link from "next/link"; @@ -44,112 +45,118 @@ export default async function Root({ return ( - -
-
-
- - rallly.co - - -
-
- - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +
+
+
+ + rallly.co + +
-
-
-
{children}
-
-
-
+
+ + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
{children}
+
+