feat(site): redesign hero section and update navigation CTAs#2165
Merged
CarsonRoscoe merged 1 commit intox402-foundation:mainfrom May 1, 2026
Merged
Conversation
|
Someone is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
pk-coinbase
approved these changes
Apr 30, 2026
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
bdb6057 to
a66f0a9
Compare
- Replace Contact nav button with Get Started (links to buyer quickstart docs) - Move Contact link to footer; add GitHub and Discord icon links to nav - Move Trusted By partner logos into HeroSection below the code snippet - Pin platform stats to bottom of hero left column on desktop (xl) with mt-auto - Fix HeroIllustration not rendering at xl: remove broken animation, add min-w-0 - Replace unreliable Tailwind xl: variants with explicit @media rules in globals.css - Fix mobile hero left column overflow by scoping items-start to lg+ only - Add copyCode prop to CodeSnippet to separate display from clipboard content - Adjust phone illustration vertical position for top alignment at xl
a66f0a9 to
20002cd
Compare
CarsonRoscoe
approved these changes
May 1, 2026
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
HeroSectionbelow the code snippet, eliminating the separate floating logo blockmt-auto/items-stretch; hide the standaloneStatsSectionat xl so stats only render onceHeroIllustrationnot rendering at 1280px+: removed a brokenfadeInFromRightanimation holding opacity at 0, addedmin-w-0to the flex-1 left column to prevent the marquee from pushing the illustration off-screenxl:responsive variants with explicit@mediarules inglobals.cssfor hero section padding, column alignment, and illustration visibilityalign-items: flex-starttolg+only, restoring full-width stretch on mobilecopyCodeprop toCodeSnippetso the display code can be compact while the clipboard copy retains full fidelitybottomposition for flush top alignment with the section at xlTest plan