/** Enamad trust seal id (panel) — must match footer badge. */ export const ENAMAD_ID = '7400030' /** Enamad trust seal code — used in footer links/images only (not the meta tag). */ export const ENAMAD_CODE = 'TRxYXZLDTi8LQuOIZe8Z56sZ3pS3baMp' export const ENAMAD_URL = `https://trustseal.enamad.ir/?id=${ENAMAD_ID}&Code=${ENAMAD_CODE}` /** Self-hosted badge (avoids ORB/blocks on trustseal logo.aspx). Link still goes to ENAMAD_URL. */ export const ENAMAD_IMAGE_URL = '/images/enamad.png'