diff --git a/lawfirm-demos/demo-2/app/layout.tsx b/lawfirm-demos/demo-2/app/layout.tsx
index 52365e2..97a12ce 100644
--- a/lawfirm-demos/demo-2/app/layout.tsx
+++ b/lawfirm-demos/demo-2/app/layout.tsx
@@ -4,6 +4,7 @@ import "./globals.css";
import Navbar from "@/components/Navbar";
import React from "react";
import Footer from "@/components/Footer";
+import CookieConsentBanner from "@/components/CookieConsentBanner";
const geistSans = Geist({
variable: "--font-geist-sans",
@@ -59,6 +60,7 @@ export default function RootLayout({
{children}
+