feat(website): new hero (copy + astronaut ground) and nav collapse fix - #1279
Merged
Conversation
English hero copy becomes 'One app to run all your team's AI agents' with the one-place sub; the astronaut photo rides the hero's left edge, pinned and veiled so the statement stays over open space (narrow screens show the earth-window side instead). Everything below the hero is untouched. English only for now; es/pt keep their current copy until the direction is approved. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Same headline and sub as the English hero variant; locale parity checked. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The burger button and the dropdown sheet existed in markup and JS, but no media query ever hid the centered links or showed the burger, so on phones and tablets the links overlapped the wordmark (reproducible on production today). Below 1020px the links collapse into the sheet; below 560px the GitHub icon and language menu follow (both have rows in the sheet), leaving brand + Download + burger. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Centered uppercase eyebrow ('AI agents for your team', translated per
locale) above the H1; H1 comes down from clamp(38,5.5vw,76) to
clamp(34,4.7vw,64) and the sub from clamp(16.5,1.55vw,20) to
clamp(15.5,1.4vw,18).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Hero-only refresh of the landing, all three locales, plus a responsive nav fix.
hero-astronaut.jpg, 2600w JPEG):Verified
npm run check:locales(3 locales OK) andnpm test(7/7) pass; clean Eleventy build.Merging deploys via the Website Deploy workflow (website/ change on main).
🤖 Generated with Claude Code