/* TermsOfUse.jsx — Terms of Use long-form content. */

const TermsOfUseHero = () =>
  <section className="legal-hero" data-screen-label="terms-hero">
    <div className="container">
      <div className="divider-flag" />
      <div className="eyebrow">Website terms &amp; conditions</div>
      <h1 className="legal-hero__title">Terms of Use</h1>
      <p className="legal-hero__meta">Effective Date: May 17, 2026</p>
      <p className="legal-hero__intro">
        Welcome to Gus Skyy Construction (&ldquo;we,&rdquo; &ldquo;our,&rdquo; or &ldquo;us&rdquo;). By accessing or using our website, you agree to comply with and be bound by the following Terms of Use. Please read these terms carefully before using our website or submitting information through our online forms. If you do not agree with these terms, you should not access or use this website.
      </p>
    </div>
  </section>;

window.TermsOfUseHero = TermsOfUseHero;
