function CheerDancePage() {
  return (
    <>
      <section className="prod-hero">
        <div className="wrap">
          <h1>Built for the events <span className="accent">you actually run.</span></h1>
          <p>Generic ticketing platforms treat a cheer comp the same as a concert, comedy show or large sporting event. We like those things but we don't like how they sell tickets. Primo is built around the way your cheer &amp; dance weekend actually unfolds — fast event setup, on-site sales and real-time reporting.</p>
        </div>
      </section>
      <Industries />
      <CtaSection />
    </>
  );
}

window.CheerDancePage = CheerDancePage;
