diff --git a/src/app/[locale]/layout.tsx b/src/app/[locale]/layout.tsx
index 7a5a6f17..25626ac9 100644
--- a/src/app/[locale]/layout.tsx
+++ b/src/app/[locale]/layout.tsx
@@ -10,6 +10,7 @@ import "../globals.css";
import Providers from "../providers";
import Header from "@/components/layout/Header";
import Footer from "@/components/layout/Footer";
+import { Analytics } from "@/components/Analytics";
const inter = Inter({ subsets: ["latin"] });
@@ -112,6 +113,7 @@ export default async function LocaleLayout({
+