// Founder note — short personal block. Adds warmth, especially for TikTok traffic.
function Founder() {
  return (
    <section className="founder-section" id="founder">
      <div className="founder-inner">
        <div className="founder-portrait" aria-hidden="true">
          <div className="initials">R</div>
        </div>
        <div>
          <div className="founder-eyebrow">From the founder</div>
          <div className="founder-body">
            <p>
              I know what it's like to apply to firms that have never heard of your uni. Where you don't have a friend who interned there or a contact who can put in a word. Where the cold email is the only route.
            </p>
            <p>
              I wanted that route to be less painful. That's why I built this.
            </p>
          </div>
          <div className="founder-sig">
            <strong>Reuben</strong> &middot; building from Birmingham
          </div>
        </div>
      </div>
    </section>
  );
}
Object.assign(window, { Founder });
