diff --git a/src/app/(frontend)/[locale]/layout.tsx b/src/app/(frontend)/[locale]/layout.tsx
index 50c53f4..54dc8db 100644
--- a/src/app/(frontend)/[locale]/layout.tsx
+++ b/src/app/(frontend)/[locale]/layout.tsx
@@ -7,6 +7,7 @@ import { routing } from '@/i18n/routing'
import Nav from '@/components/layout/Nav'
import Footer from '@/components/layout/Footer'
import GoogleAnalytics from '@/components/analytics/GoogleAnalytics'
+import CookieConsent from '@/components/analytics/CookieConsent'
import '@/styles/globals.css'
const BASE_URL = 'https://letsbe.biz'
@@ -107,6 +108,7 @@ export default async function LocaleLayout({ children, params }: Props) {
{children}
+