import * as React from "react"; import Script from "next/script"; // Google Tag Manager ID const GTM_ID = "GTM-PGWDPDN3"; export const GoogleTagManager = ({ consentGiven }) => { if (!consentGiven) { return null; } return ( ); };