function WhyPrimoPage() {
  return (
    <>
      <section className="prod-hero">
        <div className="wrap">
          <span className="eyebrow"><span className="dot"></span>Why Primo</span>
          <h1>The values <span className="accent">behind the platform.</span></h1>
          <p>We didn't build Primo to be the biggest ticketing company. We built it to be the one cheer &amp; dance producers actually trust — responsive, simple, customized to how your weekend runs, and dependable when it matters most. When you call on the weekend a real human answers.</p>
        </div>
      </section>
      <Values />
      <EventsMap />
      <Testimonials />
      <CtaSection />
    </>
  );
}

window.WhyPrimoPage = WhyPrimoPage;
