refactor: marketing components#4535
refactor: marketing components#4535NicholasKissel wants to merge 1 commit intorivetkit-perf-fixesfrom
Conversation
|
🚅 Deployed to the rivet-pr-4535 environment in rivet-frontend
|
PR Review: refactor: marketing componentsOverall this is solid marketing website work with good component structure and accessibility practices. A few items worth addressing before merge: Must FixDomain mismatch: Per CLAUDE.md, href: 'https://bsky.app/profile/rivet.gg', // incorrect
// should be:
href: 'https://bsky.app/profile/rivet.dev',Font-weight mappings incorrect in The "Perfectly Nineties" font declarations use /* Incorrect — Extrabold should be 800, Semibold should be 600 */
font-weight: normal;
src: url('./fonts/PerfectlyNineties-Extrabold.otf') format('opentype');Should FixUnused ref in
const isHoveringRef = useRef(false); // defined
isHoveringRef.current = true; // written in event handler
// never read anywhere — dead code
The prop is declared and destructured in Maintainability Notes (non-blocking)Duplicated Repeated framer-motion animation props — The pattern
What's Well Done
🤖 Generated with Claude Code |
Add new page at /agent-os/use-cases showcasing who agentOS is for: - Background agents - Production agents - Efficient evals - Browser-based LLM interfaces - Programming agents - Personal agents - Multi-agent systems - Customer support agents - DevOps agents - Data processing agents - Content creation agents - Workflow automation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
d587606 to
e89e6e1
Compare
d0e47ea to
6bab768
Compare
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |

Minor marketing page updates
🤖 Generated with Claude Code