feat: add Playoff Moments card to landing Projects grid - #48
Merged
Merged
Conversation
Playoff Moments (/games/moments) shipped and appears in the NavHeader Games dropdown and the Theater gallery, but was missing from the landing page Projects grid — a shipped audience asset with zero visibility at the top of the funnel. Adds a matching TiltCard between Read & React and The Zero Theater. Claude-Session: https://claude.ai/code/session_01Vw2vZeTuaUDVaCvvRk1NME
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Livelihood stream: Games (audience/funnel visibility)
Why
Playoff Moments (
/games/moments) is fully shipped and already surfaces in the NavHeader Games dropdown and the Theater gallery, but it was missing from the landing page's Projects grid — a shipped audience asset with zero visibility at the top of the funnel. This adds a card so first-time visitors can actually find it.Files changed
src/pages/index.tsx— one new game card in the Projects grid, placed between Read & React and The Zero TheaterThe card matches the existing emoji-tile game-card pattern exactly (same
TiltCard+Link+cardBasewrapper,aspect-[2.2/1]gradient tile,ArrowIcon, blurb tone/length). Uses court colors (dark green → gold theme) and a 🏀/⏱️ frozen-beat motif. No neighboring cards were restyled.Verification (pasted output)
Lint (
eslint src --max-warnings 0):Tests (
vitest run):🤖 Generated with Claude Code