diff --git a/lawfirm-demos/demo-1/app/layout.tsx b/lawfirm-demos/demo-1/app/layout.tsx index a16eb74..9c37d09 100644 --- a/lawfirm-demos/demo-1/app/layout.tsx +++ b/lawfirm-demos/demo-1/app/layout.tsx @@ -3,6 +3,7 @@ import {Inter} from "next/font/google"; import Navbar from "@/components/Navbar"; import Footer from "@/components/Footer"; import React from "react"; +import CookieConsentBanner from "@/components/CookieConsentBanner"; const inter = Inter({subsets: ["latin"]}); @@ -18,6 +19,7 @@ export default function RootLayout( {children} +