const Confession = () => (
  <section id="confession" className="section">
    <div className="card confession wobble">
      <div className="pin" />
      <div className="marker-head">// confession.txt</div>
      <p>
        Solana Simp is not a token. It's a <em>confession</em>.
      </p>
      <p>
        You didn't buy SOL for the returns. You bought it because you believed.
        Through the outages. Through the FUD. Through every "Solana is dead" tweet
        you had to sit through without responding <em>(you responded)</em>.
      </p>
      <p>
        $SIMP is for the ones who <em>stayed</em>. No utility. No roadmap promises. No VCs.
        Just you, your wallet, and an unwavering devotion to the fastest chain on earth.
      </p>
      <p style={{marginTop:"18px"}}>
        Welcome home, Simp.
      </p>
      <div className="sign">— a fellow bagholder ♡</div>
    </div>
  </section>
);

window.Confession = Confession;
