diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index 48f588632..b700fed50 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -22,6 +22,7 @@ import { DynamicMobileBottomNav as MobileBottomNav } from '@/components/layout/D import { DynamicCorporateBackground as CorporateBackground } from '@/components/decorations/DynamicCorporateBackground'; import { DynamicPageTransitionShutter as PageTransitionShutter } from '@/components/providers/DynamicPageTransitionShutter'; +import { DynamicFramerMotion as FramerMotionProvider } from '@/components/providers/DynamicFramerMotion'; const inter = Inter({ subsets: ['latin'], @@ -190,26 +191,28 @@ export default async function Layout(props: { - - - - -
- - -
- {children} -
+ + + + + +
+ + +
+ {children} +
-