import {ArrowUpRight, Coins} from "lucide-react"; import {TOKEN_TICKER} from "@/lib/constants"; /** * Compact teaser shown near the bottom of the landing page. The full token * details (contract address, buy CTA, disclaimers) live on the dedicated * /token page — this just points there. */ export function TokenTeaser() { return (
{/* Subtle accent glow */}
Official token

{TOKEN_TICKER} on Solana

An optional way to back the project and have some fun. Voicebox is and always will be{" "} free and open source — the token is not required to use anything here.

Learn about {TOKEN_TICKER}
); }