Same fake dataset in every option, so the shapes are the only variable. Pick one below and I'll build the actual PR against /leasing/prospects.
The current row uses ClickableStatCard / DashboardCard — a bordered tile with 16px padding, a label, a 24px value, and an optional subline. At six cards it only fits 5 across comfortably; six wraps to a second row on normal screens.
All four options below fit six in one row down to a ~640px viewport, using real arsenal building blocks where one exists.
The arsenal's own answer: MetricRow (src/components/ui/data/MetricRow.tsx) — already built, already registered, just never put into a live page yet. One card, six compartments, thin dividers. Reads as ONE object, not six.
Each metric is its own small rounded chip. Loosest, most casual of the four — reads like tags, not a report. Wraps to 2 lines on its own if the viewport is tight, no breakpoint math needed.
Closest to what's live today: still six separate cards, still individually clickable/expandable, just half the padding and a thin top accent bar instead of the current card's fuller border treatment. Least visual change for the team.
One strip like A, but the identity color moves to a bottom accent bar (tab-like) instead of a dot, and the value leads bigger/bolder with the label as a small caption below it. Reads the most "dashboard KPI strip," and the accent bar doubles as an active-state indicator when a card is expanded.
Pick one — I'll build the actual PR against it and bring back a preview link.