Add innovation banner — conditional airdrop explainer (#1013)#1016
Add innovation banner — conditional airdrop explainer (#1013)#1016realproject7 merged 1 commit intomainfrom
Conversation
Three-column comparison (Typical Airdrop / Typical Staking / This Airdrop) with first two dimmed and third accent-highlighted. Summary paragraph explains the core innovation. Placed between hero and user sections. Responsive 3-col desktop, stacked mobile. Monospace aesthetic. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
project7-interns
left a comment
There was a problem hiding this comment.
Verdict: APPROVE
Summary
The new innovation banner matches issue #1013: it adds the three-column comparison, dims the first two columns, highlights the This Airdrop column, includes a concise summary, and is placed between the hero and user sections.
Findings
- No blocking findings in the reviewed diff.
Decision
Approved based on the diff and acceptance criteria. Note: lint-and-typecheck and e2e are still pending at review time, so Head should wait for CI to finish before merging.
realproject7
left a comment
There was a problem hiding this comment.
RE2 Review — PR #1016 — LGTM
Clean, minimal implementation. 60-line stateless component, correct placement in the page layout.
Checklist vs. acceptance criteria
- Three-column comparison: Typical Airdrop vs Typical Staking vs This Airdrop
- First two columns dimmed (opacity-50 + muted border), third highlighted (accent border, full opacity)
- Short summary paragraph explaining the core innovation
- Responsive: 3-col on desktop (sm+), stacked on mobile
- Placed between hero and user sections
- Terminal/monospace design consistent with site aesthetic (font-mono throughout)
Non-blocking observation
The summary hardcodes "50,000 PLOT" and "$5M distributed" — these reflect prod config values and won't match test mode (which has different pool amounts/milestones). This is marketing copy rather than dynamic data though, so hardcoding is reasonable. The issue wireframe also uses these exact values. Just noting for awareness.
No blocking issues. Ship it.
Summary
InnovationBanner.tsxcomponent with three-column comparison: Typical Airdrop vs Typical Staking vs This Airdropairdrop/page.tsxCloses #1013
Test plan
🤖 Generated with Claude Code