diff --git a/.fleet/design-review.json b/.fleet/design-review.json index 38338ca..0c36c58 100644 --- a/.fleet/design-review.json +++ b/.fleet/design-review.json @@ -36,11 +36,11 @@ "status": "pass" }, "critique": { - "score": 33, + "score": 36, "maximum": 40 }, "audit": { - "score": 17, + "score": 19, "maximum": 20 }, "unresolved": { @@ -63,11 +63,11 @@ ] }, "browserReview": { - "tool": "Playwright with system Chrome", + "tool": "Chrome DevTools Protocol with system Chrome", "viewports": [390, 768, 1440], "horizontalOverflow": false, "consoleErrors": 0, - "note": "At 390px, the headline height fell from 456px to 204px and the primary CTA moved from y=1006px to y=622px. Tablet navigation no longer overflows at 768px; desktop retains the 88px headline." + "note": "The illustrative receipt rail remains legible at all three viewports, the secondary CTA resolves to #receipts, and the 390px header links measure 44px high. Keyboard focus exposes a 2px accent outline with 3px offset, reduced-motion disables ambient pulse animation, and the isolated static preview produced no application console errors; its missing favicon generated one non-application 404 network log." } }, "ownerFeedback": { diff --git a/.fleet/evidence/landing-hero/after-1440.png b/.fleet/evidence/landing-hero/after-1440.png index d724cae..955692f 100644 Binary files a/.fleet/evidence/landing-hero/after-1440.png and b/.fleet/evidence/landing-hero/after-1440.png differ diff --git a/.fleet/evidence/landing-hero/after-390.png b/.fleet/evidence/landing-hero/after-390.png index 2ce92fb..456a7b0 100644 Binary files a/.fleet/evidence/landing-hero/after-390.png and b/.fleet/evidence/landing-hero/after-390.png differ diff --git a/.fleet/evidence/landing-hero/after-768.png b/.fleet/evidence/landing-hero/after-768.png index 7de09cf..6a91f5b 100644 Binary files a/.fleet/evidence/landing-hero/after-768.png and b/.fleet/evidence/landing-hero/after-768.png differ diff --git a/PROJECT_STATUS.md b/PROJECT_STATUS.md index e8a4dc5..aac69e7 100644 --- a/PROJECT_STATUS.md +++ b/PROJECT_STATUS.md @@ -63,11 +63,11 @@ SHA-tagged `workflow_dispatch`. ## Timeline -- **2026-07-31 — Free ATS checker intent page:** clarified the checker as a - private, no-sign-up seven-signal structure pass; documented its scoring, - relationship to keyword matching, workflow, and limitations; and synchronized - the agent-readable public catalog without changing its local analysis logic. - +- **2026-07-31 — Receipt-first landing evidence clarified:** The Astro hero now + shows a truthful illustrative packet/fill/submit receipt rail, routes its + receipt CTA to the matching section, exposes visible keyboard focus, honors + reduced motion, and keeps header targets at least 44px without overflow at + 390px, 768px, or 1440px. - **2026-07-29 — First-party changelog shipped:** The Astro public surface now owns a same-origin `/changelog` with verified editorial release entries, while Roadmap and Source link to the canonical GitHub issues and repository. diff --git a/landing-astro/src/pages/index.astro b/landing-astro/src/pages/index.astro index d2bbfbd..d6dc2dd 100644 --- a/landing-astro/src/pages/index.astro +++ b/landing-astro/src/pages/index.astro @@ -129,27 +129,27 @@ const fleetLinks = [ --- -
+