/** * Google Consent Mode v2 — default consent state denied'da. * Consent default ayarı `/public/consent-default.js`'den senkron yüklenir * (script src ile — React'ın inline script warning'inden kaçınmak için). * * GTM script'i sadece gtm_id varsa yüklenir, aynı src pattern'i kullanır. */ export function ConsentInit({ gtmId }: { gtmId?: string | null }) { return ( <> {/* Default consent — synchronous, runs before any other JS */}