From 414bf22a1c123f4c8f09dc93f175585149a559af Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 12:09:36 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1237 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1236 insertions(+), 1 deletion(-) 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} + + +