diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index b700fed50..48f588632 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -22,7 +22,6 @@ 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'], @@ -191,28 +190,26 @@ export default async function Layout(props: { - - - - - -
- - -
- {children} -
+ + + + +
+ + +
+ {children} +
-