feat(landing): redesign hero + editorial layout with Atkinson Hyperlegible #187

Merged
chihlasm merged 1 commits from feat/landing-redesign into main 2026-05-29 04:23:27 +00:00
Owner

Summary

Recovers a landing-page redesign that had been sitting uncommitted in the working tree for 9 days, captures it as a clean single-commit PR. Refreshed dark palette (adjusted --lp-bg-alt, electric-blue accent), Atkinson Hyperlegible Next display + body type, and an editorial hero/section layout.

Cosmetic only. Public-facing landing page. Reversible by revert.

What changes

  • frontend/src/pages/LandingPage.tsx — hero + section layout rewrite
  • frontend/src/styles/landing.css — palette, electric-blue CTA, type scale (~551 lines touched)
  • frontend/index.html — Atkinson Hyperlegible Next + Mono font preload

Zero backend changes. Zero auth changes. Zero L1/AI surface changes.

Test plan

  • Visual review on local dev server (http://docker-01:5173/) — approved
  • CI build clean (tsc + vite build)
  • Manual: verify font loads cleanly on production (no FOUC)
## Summary Recovers a landing-page redesign that had been sitting uncommitted in the working tree for 9 days, captures it as a clean single-commit PR. Refreshed dark palette (adjusted `--lp-bg-alt`, electric-blue accent), Atkinson Hyperlegible Next display + body type, and an editorial hero/section layout. Cosmetic only. Public-facing landing page. Reversible by revert. ## What changes - `frontend/src/pages/LandingPage.tsx` — hero + section layout rewrite - `frontend/src/styles/landing.css` — palette, electric-blue CTA, type scale (~551 lines touched) - `frontend/index.html` — Atkinson Hyperlegible Next + Mono font preload Zero backend changes. Zero auth changes. Zero L1/AI surface changes. ## Test plan - [x] Visual review on local dev server (`http://docker-01:5173/`) — approved - [ ] CI build clean (tsc + vite build) - [ ] Manual: verify font loads cleanly on production (no FOUC)
chihlasm added 1 commit 2026-05-29 02:45:33 +00:00
feat(landing): redesign hero + editorial layout with Atkinson Hyperlegible
All checks were successful
Mirror to GitHub / mirror (push) Successful in 7s
CI / frontend (pull_request) Successful in 7m6s
CI / e2e (pull_request) Successful in 10m32s
CI / backend (pull_request) Successful in 11m54s
60b1e654f8
Recover and commit the landing-page redesign that had been sitting
uncommitted in the working tree: refreshed dark palette (adjusted
--lp-bg-alt, electric-blue accent), Atkinson Hyperlegible Next display
+ body type, and editorial hero/section layout in LandingPage.tsx, with
the matching font preload in index.html.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
chihlasm merged commit 5bfbc2c096 into main 2026-05-29 04:23:27 +00:00
Sign in to join this conversation.