Extract admin dashboard from ghabilee-frontend2 into a dedicated Next.js app for backoffice.ghabilee.ir (no SEO indexing / Clarity).
11 lines
498 B
TypeScript
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'
|