admin/config/enamad.ts
alisaza e1eaf5eff5 feat: initial ghabilee-admin backoffice app
Extract admin dashboard from ghabilee-frontend2 into a dedicated Next.js
app for backoffice.ghabilee.ir (no SEO indexing / Clarity).
2026-09-05 13:12:59 +03:30

11 lines
498 B
TypeScript

/** 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'