Commit Graph

3 Commits

Author SHA1 Message Date
Jan Carbonell
a453a5a643 feat(landing): turn enterprise hero PNG into an interactive leaderboard (#1534)
Replaces the static /enterprise-hero.png on the /enterprise page with a live
React component (LandingEnterpriseHero) that renders the same dashboard as an
interactive leaderboard with three tabs.

- Departments: flat list (no technical/business split). Adoption-trend
  sparkline per team, colored green/gray/red by direction. Engineering now
  absorbs former Data Science (48/82, \$330K, JC+LT+AL+5). Customer Support
  trending up, Legal falling to zero.
- Power users: 7 famous scientists/programmers/businesspeople with cumulative
  weekday trend sparklines whose shape encodes personality (Carmack's bursts,
  Turing's scheduled-automation linearity, Hopper removed, Lovelace's early-
  adopter flattening, Carnegie's late ramp, etc.). Tools: Zed (Carmack),
  Omarchy (Linus), Hugging Face (Lovelace), Claude Code (Turing).
- AI tools: tool, penetration, top department, and power-user avatars
  colored by each person's home department so viewers see cross-functional
  adoption at a glance.

Interactivity kept minimal: row hover background for scan, tab color
transitions, native title-attribute tooltips on avatars/tool glyphs/
sparklines. No fake animations.

Header consolidated into a single row: OpenWork logo + Q2 pill + breadcrumb
on the left, Search/Bell/AG on the right. Old wordmark and dead whitespace
removed. Total hero height ~705px (down from 1018px).

Screenshots under ee/apps/landing/screenshots/.
2026-04-23 15:04:16 -07:00
Jan Carbonell
fe5b57f522 Revert "feat(landing): turn enterprise hero PNG into an interactive React component (#1531)"
This reverts commit 12c2c7ddd9.
2026-04-23 02:32:24 -07:00
Jan Carbonell
12c2c7ddd9 feat(landing): turn enterprise hero PNG into an interactive React component (#1531)
* chore(landing): capture before screenshot of static enterprise hero

* feat(landing): make enterprise hero an interactive React component

* feat(landing): tabbed hero with OpenWork mark, power-users table, and sparklines

* feat(landing): simplify hero into 3 leaderboard tabs (departments, users, tools)

* feat(landing): make hero interactive with varied usage-personality sparklines
2026-04-23 02:05:23 -07:00