function CTA() {
  return (
    <section className="nx-cta" id="cta">
      <div className="nx-cta__inner">
        <h2 className="nx-cta__title">See what&rsquo;s possible for your business.</h2>
        <p className="nx-cta__sub">30-minute discovery call. No pitch deck. We&rsquo;ll look at how you win work today and tell you honestly where AI would help &mdash; and where it wouldn&rsquo;t.</p>
        <div className="nx-cta__row">
          <a href="#" className="nx-btn nx-btn--accent nx-btn--lg">Book a discovery call</a>
          <a href="mailto:hello@norixai.co.uk" className="nx-btn nx-btn--ghost-on-dark nx-btn--lg">Email us &rarr;</a>
        </div>
      </div>
    </section>
  );
}
window.CTA = CTA;
