diff --git a/pages/_app.tsx b/pages/_app.tsx index a7a790f..aa688e0 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -1,6 +1,12 @@ import "@/styles/globals.css"; import type { AppProps } from "next/app"; +import CookieConsent from "./components/CookieConsent"; export default function App({ Component, pageProps }: AppProps) { - return ; + return ( + <> + + + + ); } diff --git a/pages/_document.tsx b/pages/_document.tsx index 3b31a06..f1ad23d 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -5,21 +5,43 @@ export default function Document() { - + {/* Primary SEO */} + + + + + + {/* Open Graph */} + - - - + + + + + + - {/* Twitter Card */} + + + {/* Twitter / X Card */} + - - + + + + {/* Icons */} + + + + + {/* Canonical */} + + {/* Google Analytics GA4 — G-6EJVCK4931 */}