export const SITE_NAME = "Market Atlas"; export const TAGLINE = "The live map of global markets"; export const DESCRIPTION = "Market Atlas observes thousands of market sources, normalizes their outputs, compares independent observations and exposes one continuously updating, provenance-backed picture of global markets."; export const SITE_URL = (process.env.NEXT_PUBLIC_SITE_URL ?? "https://www.market-atlas.co").replace(/\/$/, ""); export const THEME_LIGHT = "#f5f6f4"; export const THEME_DARK = "#0c0f14"; export const DISCLAIMER = "Market Atlas is an informational market-data and analytics platform. Information may be delayed, indicative, incomplete, or sourced from third parties. Market Atlas is not an exchange, broker, investment adviser, or execution venue. Nothing here is investment advice.";