diff --git a/src/app/(main)/(marketing)/layout.tsx b/src/app/(main)/(marketing)/layout.tsx
index e30b6ce..037df38 100644
--- a/src/app/(main)/(marketing)/layout.tsx
+++ b/src/app/(main)/(marketing)/layout.tsx
@@ -65,7 +65,6 @@ export default function MarketingGroupLayout({
type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify(organizationSchema()) }}
/>
-
{children}
diff --git a/src/app/(main)/layout.tsx b/src/app/(main)/layout.tsx
index 29a0c7f..1cd7c0f 100644
--- a/src/app/(main)/layout.tsx
+++ b/src/app/(main)/layout.tsx
@@ -59,7 +59,9 @@ export default function RootLayout({
-
+
+
+
{children}