import Link from "next/link"; import { creditDisplayName, creditTicker } from "@/lib/credits-brand"; import { appTitle } from "@/lib/public-env"; export function MissionStatement() { const title = appTitle(); const ticker = creditTicker(); const name = creditDisplayName(); return (

Why we’re here

A big-tent home for people who want democracy to win — and want to see how their support helps

{title} is where small-dollar donors, volunteers, and curious neighbors meet the same simple story: give if you can, stay for the community, and use{" "} {name} ({ticker}) {" "} to cheer on field work, rank ideas, pick perks, and play a small part in something larger than a single campaign cycle.

You do not need to be a political junkie. If you care about fair elections, good jobs, affordable care, and a country where more voices count, you already belong. The tools below — missions, initiatives, polls, wallet, and games — are all optional ways to stay involved after your first gift.

Pick your next step

Every link below opens something real you can do today — no insider knowledge required.

    {[ { title: "Mission pledges", body: "Tell organizers which fights to fund first — voting access, climate jobs, care, and more.", href: "/missions", }, { title: "Democratic initiatives", body: "Publish one idea per account, or back someone else’s — totals show what the crowd wants next.", href: "/initiatives", }, { title: "Straw poll", body: "Cast ballots with your credits — a temperature check, not an official election.", href: "/vote/next-president", }, { title: "Digital perks & raffles", body: "Redeem rewards and enter drawings when the committee drops new SKUs.", href: "/wallet", }, { title: "Supporter games", body: "Optional skill and chance rooms — sign in, bring credits, play responsibly.", href: "/casino", }, { title: "Live totals board", body: "See dollars raised, gift count, and goal progress in one calm, public view.", href: "/raised", }, { title: "Give now", body: "Pick a tier, lock your rate at checkout, and add your name to the meter.", href: "/donate", }, ].map((item) => (
  • {item.title}

    {item.body}

    Open →

  • ))}
); }