feat(web): reorder landing — CTA first, POT/BOT definitions before How it works - #83
Merged
Conversation
…w it works Hero now goes headline → subtitle → CTA buttons, with Top vaults pulled up directly under the CTA as social proof and the live stats strip right after it as a single proof block. The POT/BOT definition cards move down next to 'How it works' (under a 'The building blocks' kicker) so the terms are introduced right before the step-by-step flow uses them. Content, styles and animations unchanged; only section order and positional spacing. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
The hero's overflow-hidden was clipping the two blurred glow blobs, leaving a visible horizontal line at the seam with the Top vaults block. Mask the glow layer with a to-bottom gradient (black 50% → transparent 100%, plus -webkit- prefix for Safari) so the glow reaches zero opacity before the container edge. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…, add See details links, rotateY-only tilt - Rename 'The building blocks' eyebrow to 'Pot+Bot' (same eyebrow styling) - Match POT/BOT cards to the Two Pot Modes cards: max-w-6xl grid, rounded-3xl, p-7, text-base body, min-h-[300px] - Add 'See details →' links (POT → /learn, BOT → /for-agents) styled like the 'Full leaderboard →' link, pinned to the card bottom - potbot-tilt keyframes now animate rotateY only (no diagonal swing) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…es after Garden mode Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… 'Follow on X' 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.
Restructures the landing page section order to shorten the path from headline to action, per the hero-restructure brief.
New order
Notes
#anchor in the app is on the dashboard page); «Full leaderboard →» is a regular/leaderboardroute link and works after the move (verified locally, 200).tsc --noEmitclean.🤖 Generated with Claude Code