import type { CSSProperties } from "react" import { DS_DOC_BODY } from "@/lib/design-system/doc-typography" /** Catalog hero wash — KeyMetrics glow tokens are `none`; keep vars for legacy CSS hooks. */ const CATALOG_HERO_GLOW_STYLE: CSSProperties = { background: "var(--key-metrics-flat-band-radial)", boxShadow: "var(--key-metrics-flat-band-shadow)", } export function CatalogLandingHero() { return (

Exxat Design OS

A design system, that designs.

Speak in outcomes. The system asks the right questions and ships UX that respects users.

) }