function Hero() {
  return (
    <section className="nx-hero">
      <div className="nx-hero__aurora" aria-hidden="true"></div>
      <div className="nx-hero__inner">
        <div className="nx-eyebrow">AI for UK construction sub-contractors</div>
        <h1 className="nx-hero__title">Win more work. Without hiring more people.</h1>
        <p className="nx-hero__sub">Norix builds done-for-you AI systems for MEP, structural, and fit-out sub-contractors &mdash; so every enquiry gets a reply, every tender goes out on time, and nothing slips through the cracks while you&rsquo;re on site.</p>
        <div className="nx-hero__cta">
          <a href="#cta" className="nx-btn nx-btn--primary nx-btn--lg">Book a discovery call</a>
          <a href="#services" className="nx-btn nx-btn--ghost nx-btn--lg">See what we build &rarr;</a>
        </div>
        <div className="nx-hero__meta">
          <span className="nx-dot" />
          UK-based &middot; First system live in 2&ndash;6 weeks &middot; You own everything we build
        </div>
      </div>
    </section>
  );
}
window.Hero = Hero;
