[claude] Homepage value proposition — 10-second clarity (#809) #1338

Merged
claude merged 1 commits from claude/issue-809 into main 2026-03-24 02:41:58 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
72ed97a008 feat: homepage value proposition — 10-second clarity landing page (#809)
Some checks failed
Tests / lint (pull_request) Failing after 25s
Tests / test (pull_request) Has been skipped
Replace the mission-control dashboard at / with a conversion-optimised
public landing page. The dashboard moves to /dashboard.

Landing page hierarchy:
- 3-second glance: hero title + eyebrow + live-pulse badge
- 10-second scan: four value cards (Lightning, Sovereign, Global, Pay-per-task)
- 30-second exploration: expandable capability accordion (Code, Research,
  Creative, Analysis)
- Social proof: HTMX-polled stat cards (jobs, sats, agents, uptime)
- Audience CTAs: developers (API docs), end users (Try Now → /dashboard),
  investors (View Ledger)

Changes:
- src/dashboard/templates/landing.html — new landing page template
- src/dashboard/app.py — / → landing.html; /dashboard → index.html
- src/dashboard/templates/base.html — HOME stays /; add DASHBOARD → /dashboard
- static/css/mission-control.css — landing page styles (lp-* namespace)

Fixes #809

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 22:40:42 -04:00