diff --git a/app/layout.tsx b/app/layout.tsx
index 912cdeb..61e8806 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -1,4 +1,5 @@
// @auto-i18n-check. Please do not delete the line.
+import { MotionProvider } from "@/components/motion/motion-provider";
import getEnv from "@/lib/env-entry";
import { cn } from "@/lib/utils";
import "@/styles/globals.css";
@@ -64,16 +65,18 @@ export default async function LocaleLayout({
fontSans.variable,
)}
>
-
-
- {children}
-
-
+
+
+
+ {children}
+
+
+