function ProductPage() {
  return (
    <>
      <section className="prod-hero">
        <div className="wrap">
          <h1>Every part of your event ops, <span className="accent">in one place.</span></h1>
          <p>Tour the Producer Portal and explore live screens for ticketing, box office, payments and reporting.</p>
        </div>
      </section>
      <Gallery />
      <PlatformGrid />
      <CtaSection />
    </>
  );
}

window.ProductPage = ProductPage;
