import Script from "next/script"; const MATOMO_URL = "https://analytics.atakanozban.com/"; const MATOMO_SITE_ID = "3"; /** * First-party analytics (Matomo) for songs2vid.com + docs subdomain. * Loaded once from the root layout so landing, dashboard, and legal pages share it. */ export function Matomo() { return ( <> ); }