--- import Card from '@/components/primitives/Card.astro'; import Eyebrow from '@/components/content/Eyebrow.astro'; import Lead from '@/components/content/Lead.astro'; import type { MetricItem } from '@/types/site'; interface Props { item: MetricItem; } const { item } = Astro.props; ---

{item.value}

{item.label} {item.description}