diff --git a/landing/src/app/token/page.tsx b/landing/src/app/token/page.tsx index f32c4773..50094e1f 100644 --- a/landing/src/app/token/page.tsx +++ b/landing/src/app/token/page.tsx @@ -152,72 +152,6 @@ export default function TokenPage() { - {/* ── On-chain transparency ────────────────────────────────── */} - - - - - On-chain transparency - - - Don't trust — verify. - - - Liquidity is locked and supply is reduced through ongoing - buyback & burns. Every action is on-chain and linked here, so - you never have to take my word for it. - - - - - {TOKEN_PROOFS.map((proof, i) => { - const Icon = proof.kind === "lock" ? Lock : Flame; - return ( - - - - {proof.label} - - - {proof.detail} - - {proof.txUrl ? ( - - View on Solscan - - - ) : ( - - Proof link pending - - )} - - ); - })} - - - - - Inspect supply & holders on Solscan - - - - - - {/* ── Official vs community ────────────────────────────────── */}
- Liquidity is locked and supply is reduced through ongoing - buyback & burns. Every action is on-chain and linked here, so - you never have to take my word for it. -
- {proof.detail} -