Redesign homepage hero: benefit H1, proof strip, clearer CTAs#1498
Open
NicholasKissel wants to merge 1 commit into
Open
Redesign homepage hero: benefit H1, proof strip, clearer CTAs#1498NicholasKissel wants to merge 1 commit into
NicholasKissel wants to merge 1 commit into
Conversation
Reworks the Agent OS homepage hero for faster comprehension:
- Adds a benefit headline ("Thousands of agents. Milliseconds to start.") and demotes the animated agentOS wordmark to a brand mark above it.
- Tightens the subhead to state what it is (each agent in its own V8 isolate; no Docker/VMs).
- Adds a proof strip of the headline metrics (~6 ms cold start, 8x less memory, 32x cheaper, npm install), sourced from bench.ts.
- Establishes CTA hierarchy: primary 'Get started' + the npm install copy box, moved above the code sample; demotes the registry link to a quiet tertiary link below it.
- Trims the code sample height so the hero fits better above the fold.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
🚅 Deployed to the agentos-pr-1498 environment in rivet-frontend
|
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.
Summary
Redesigns the Agent OS homepage hero so the value lands in the first few seconds. Independent of #1494 / #1496 (branched off
main).Before: the animated
agentOSwordmark was the headline, the value was a three-claim run-on subtitle, and Docs / npm install / Registry competed as equal CTAs above a tall code block.After:
~6 ms cold start · 8× less memory · 32× cheaper · npm install), sourced frombench.tsso they stay accurate.npm install @agent-os/corecopy box, moved above the code sample. The package-registry link is demoted to a quiet tertiary link below.Order is now: brand mark → H1 → subhead → proof strip → "Works with" agents → CTAs → code sample → tertiary registry link.
Verification
npm run buildpasses (81 pages).Only touches
AgentOSPage.tsx(the hero). No other files.🤖 Generated with Claude Code