function BioSection() {
  return (
    <section className="section bio" data-screen-label="02 About">
      <div className="section__label">
        <span className="eyebrow">About · 01</span>
      </div>
      <div className="section__body">
        <p className="lead">
          With a background in the hospitality industry - often considered the
          birthplace of modern Customer Experience - Stef has spent more than a
          decade helping organisations become more customer-centric and
          value-driven.
        </p>
        <p>
          Today he serves as Chief Operations Officer at <a href="https://cys.group/">CYS Group</a>,
          where he is responsible for scaling the organisation and strengthening
          its impact in Customer Experience Management. In addition, Stef is a
          board member of <a href="https://klantenservicefederatie.nl/">Klantenservice Federatie</a>, the Dutch
          trade association for customer service and customer contact.
        </p>
      </div>
    </section>
  );
}

window.BioSection = BioSection;
