From da79e37ef50e38772a806dc05a0cf02c398899b7 Mon Sep 17 00:00:00 2001 From: Jamie Pine Date: Sun, 28 Jun 2026 22:48:39 -0700 Subject: [PATCH] remove redundent section --- landing/src/app/token/page.tsx | 66 ---------------------------------- 1 file changed, 66 deletions(-) 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 ────────────────────────────────── */}