// Cases.jsx — case studies / portfolio with stylized mockups (no stock images) function Cases() { return (
Selected work

Real teams, fewer hours, better numbers.

A snapshot of recent engagements. Names retained with permission; details on file for serious enquiries.

{/* Card 1 — wide, Light Space Architects recruiting */}
recruit / pipeline q3 → q4
Sourcing
Screening
Portfolio review
Offer
Time-to-hire11 d
Offer rate82%
+24 hires
across 4 roles
Architecture Recruiting

Light Space Architects — a recruiting engine that ships hires in weeks, not quarters

Took the studio from a stalled pipeline to a steady cadence of senior hires — sourcing, screening, and scheduling handled end-to-end.

11 days avg time-to-hire
{/* Card 2 — OONA Insurance recruiting + social */}
social / week 6 ↑ engagement
{Array.from({ length: 9 }).map((_, i) => (
))}
Insurance Social Recruiting

OONA Insurance — recruiting + social, on autopilot

Ran the full social calendar while hiring agents across the region.

3.4× reach in 60 days
{/* Card 3 — Lady Lampara inventory */}
inventory · live 638 sku
{[ { n: "Pendant · brass · large", v: "low", color: "var(--bill-500)" }, { n: "Linen shade · 24\"", v: "ok", color: "var(--success-500)" }, { n: "Floor lamp · oak", v: "ok", color: "var(--success-500)" }, { n: "Bulb · E27 dimmable", v: "reorder", color: "var(--coral-500)" }, ].map((r) => (
{r.n} {r.v}
))}
Lighting · retail Inventory systems

Lady Lampara — every fixture, counted nightly

Replaced spreadsheets and clipboards with a live inventory system tied to the POS — reorder triggers, supplier sync, shrink monitoring built in.

~38% less shrink / mo
{/* Card 4 — Lumae Collectives website + SaaS */}
lumae · portal v 1.4
Members1,284
Workshops36 live
MRR↑ 21%
Conversion5.8%
Community · SaaS Web build

Lumae Collectives — website + custom platform in 6 weeks

Designed and shipped Lumae's public site and the SaaS membership platform behind it — workshops, billing, and member portal in one codebase.

6 weeks design → launch
); } window.Cases = Cases;