feat: implement mobile-first landing page with wallet deep-links (Closes #4) [0x954dB727f224dAabeA2A506C8aE92029b25339cE] - #95
Open
waterWang wants to merge 1 commit into
Conversation
Nexussyn#4) - Mobile-first simplified hero: 1 headline + 1 primary CTA button - Wallet picker with deep-links to MetaMask, Coinbase Wallet, Rainbow - Mobile detection via user agent and screen width - Conversion event tracked in system_events (mobile_landing_cta_click) - Optimized for Lighthouse mobile score > 90 - Desktop: shows all wallet options directly without CTA step - iOS Safari and Android Chrome compatible - viewport-fit=cover, touch-action:manipulation, -webkit-tap-highlight-color Wallet: 0x954dB727f224dAabeA2A506C8aE92029b25339cE
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
Implements a mobile-first landing page at
src/landing/mobile.htmlthat meets all acceptance criteria from issue #4.Changes
metamask://), Coinbase Wallet (cbwallet://), Rainbow (rainbow://)system_eventsviamobile_landing_cta_clickMobile UX Flow
Wallet
Closes #4