Skip to content

Add innovation banner — conditional airdrop explainer (#1013)#1016

Merged
realproject7 merged 1 commit intomainfrom
feat/innovation-banner-1013
Apr 30, 2026
Merged

Add innovation banner — conditional airdrop explainer (#1013)#1016
realproject7 merged 1 commit intomainfrom
feat/innovation-banner-1013

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

  • New InnovationBanner.tsx component with three-column comparison: Typical Airdrop vs Typical Staking vs This Airdrop
  • First two columns dimmed (opacity-50, muted border), third column accent-highlighted
  • Summary paragraph below: "The pool isn't pre-valued — it's valued by the market"
  • Placed between CampaignHero and the user/leaderboard grid in airdrop/page.tsx
  • Monospace font throughout, responsive (3-col desktop, stacked mobile)

Closes #1013

Test plan

  • Three columns render with correct content
  • First two columns visually dimmed, third has accent border
  • Summary paragraph readable and properly styled
  • Responsive: 3-col on desktop (sm+), stacked on mobile
  • Monospace font consistent with site aesthetic
  • Banner positioned between hero and user sections
  • No layout regressions on other airdrop page sections

🤖 Generated with Claude Code

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>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
plotlink Ignored Ignored Apr 30, 2026 2:58am

Request Review

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Owner Author

@realproject7 realproject7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@realproject7 realproject7 merged commit feee6d8 into main Apr 30, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Airdrop: 'First Conditional Airdrop' innovation banner

2 participants