diff --git a/src/components/GoogleTagManager.jsx b/src/components/GoogleTagManager.jsx new file mode 100644 index 00000000..3d32abe7 --- /dev/null +++ b/src/components/GoogleTagManager.jsx @@ -0,0 +1,31 @@ +import * as React from "react"; +import Script from "next/script"; + +// Google Tag Manager ID +const GTM_ID = "GTM-PGWDPDN3"; + +export const GoogleTagManagerHeadScript = () => { + return ( + + ); +}; + +export const GoogleTageManagerBodyScript = () => { + return ( +