diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 67337f5..bdf92f5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -24,4 +24,1239 @@ export const metadata: Metadata = { index: true, follow: true } -}; \ No newline at end of file +}; + +export default function RootLayout({ + children, +}: { + children: React.ReactNode; +}) { + return ( + + + + + {children} + + +