diff --git a/apps/web/src/app/(cms)/faq/layout.tsx b/apps/web/src/app/(cms)/faq/layout.tsx
index d237b669ae..e974920af8 100644
--- a/apps/web/src/app/(cms)/faq/layout.tsx
+++ b/apps/web/src/app/(cms)/faq/layout.tsx
@@ -1,8 +1,10 @@
import { Suspense } from 'react'
+import { MavaScript } from 'src/app/_common/mava-script'
export default function Layout({ children }: { children: React.ReactNode }) {
return (
<>
+
{children}
>
)
diff --git a/apps/web/src/app/_common/mava-script.tsx b/apps/web/src/app/_common/mava-script.tsx
new file mode 100644
index 0000000000..ea8a45baae
--- /dev/null
+++ b/apps/web/src/app/_common/mava-script.tsx
@@ -0,0 +1,17 @@
+'use client'
+
+import Script from 'next/script'
+
+export function MavaScript() {
+ return (
+
+ )
+}
diff --git a/apps/web/src/app/layout.tsx b/apps/web/src/app/layout.tsx
index ef937f4c38..d6acb979bf 100644
--- a/apps/web/src/app/layout.tsx
+++ b/apps/web/src/app/layout.tsx
@@ -49,26 +49,32 @@ export default function RootLayout({
className={`${inter.variable} ${roboto_mono.variable} dark`}
suppressHydrationWarning
>
-
-
-
-
-
-
+
+
+
+
+
+
+
+