Add CookieConsentBanner component and integrate into layout.tsx for cookie consent management
This commit is contained in:
@@ -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({
|
||||
<Navbar/>
|
||||
{children}
|
||||
<Footer/>
|
||||
<CookieConsentBanner/>
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user