From 4e2987cc75bae30878a8ebf95ef5d0407363cfa2 Mon Sep 17 00:00:00 2001 From: Cho Young-Hwi Date: Fri, 1 May 2026 07:29:57 +0900 Subject: [PATCH] [#1020] Innovation banner: 2-column only, "Dumps on day 1" wording Remove staking column, keep Typical vs This comparison only. Use "Dumps on day 1" and "MCap" terminology throughout. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/components/airdrop/InnovationBanner.tsx | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/components/airdrop/InnovationBanner.tsx b/src/components/airdrop/InnovationBanner.tsx index 77901ce..c74d72b 100644 --- a/src/components/airdrop/InnovationBanner.tsx +++ b/src/components/airdrop/InnovationBanner.tsx @@ -1,17 +1,12 @@ const COLUMNS = [ { title: "TYPICAL AIRDROP", - rows: ["Fixed amount", "Dumps on listing", "No skin in game"], - highlighted: false, - }, - { - title: "TYPICAL STAKING", - rows: ["Fixed APY", "Inflates supply", "No risk reward"], + rows: ["Fixed amount", "Dumps on day 1", "No skin in game"], highlighted: false, }, { title: "THIS AIRDROP", - rows: ["Pool grows with market", "Burned if no growth", "Everyone wins together"], + rows: ["Pool grows with MCap", "Burned if no growth", "Everyone wins together"], highlighted: true, }, ] as const; @@ -23,8 +18,8 @@ export function InnovationBanner() { ── How is this different? ── - {/* Three-column comparison */} -
+ {/* Two-column comparison */} +
{COLUMNS.map((col) => (
The pool isn't pre-valued — it's valued by the market. - At $100M FDV, 50,000 PLOT = $5M distributed. + At $100M MCap, 50,000 PLOT = $5M distributed. At $0 growth, 50,000 PLOT = burned forever. Everyone — team, holders, earners — wins only if PLOT grows.