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 */} -