<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <link
    href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"
    rel="stylesheet"
  />
  <link rel="stylesheet" href="{{ assetsUrl('assets/css/style.css') }}" />
  <title>GroundHog</title>
</head>

<body>
<header class="home-header">
  <div class="container-w">
    <div class="sub-container">
      <div class="logo">
        <div>
          <img src="{{ assetsUrl('assets/images/logo.png') }}" alt="" />
        </div>
      </div>
      <div class="nav-menu nav-wrapper nav-wrapper-3">
        <nav class="effect-3">
          <ul>
            <li><a href="{{ route('web.home') }}">Home</a></li>
            <li><a href="{{ route('web.faq') }}">FAQ</a></li>
            <li><a href="{{ route('web.testimonials') }}">Testimonials</a></li>
            <li><a href="{{ route('web.contactus') }}">Contact Us</a></li>
          </ul>
        </nav>
      </div>
    </div>
  </div>
</header>
<section class="banner-sec">
  <div class="container-w">
    <div class="row">
      <div class="col-12 col-md-6">
        <div class="banner-overlay">
          <h1>Grass Removal On <br> Your Schedule</h1>
        </div>
      </div>
    </div>
  </div>
</section>
<section class="snow-sec">
  <div class="container-w">
    <div class="row">
      <div class="col-12">
        <div class="snow-text">
          <h1>WHAT SNOWBYRD CAN DO FOR YOU</h1>
        </div>
      </div>
      <div class="col-12 col-md-6 col-lg-4">
        <div class="snow-text-box text-center">
          <h1>About the BYRD</h1>
          <p>
            Tired of waiting for your property to be cleared "whenever we
            get to it"? GroundHog has you covered! By using our app you
            choose when and where our operators land to take care of your
            winter needs!
          </p>
        </div>
      </div>
      <div class="col-12 col-md-6 col-lg-4">
        <div class="snow-text-box text-center">
          <h1>Home and Work</h1>
          <p>
            GroundHog offers an array of services for both residential and
            businesses. Clear your driveway? No problem! Give you and your
            customers a clean walkway? You got it! Spread some ice melt to
            have you covered while we are away? You Betcha!
          </p>
        </div>
      </div>
      <div class="col-12 col-md-6 col-lg-4">
        <div class="snow-text-box text-center">
          <h1>Dead Battery</h1>
          <p>
            Car battery dead and you're late for work? Let GroundHog swoop in
            and save the day with a jumpstart to get you on your way!
          </p>
        </div>
      </div>
    </div>
  </div>
</section>
<footer>
  <div class="container-w">
    <div class="footer-sec">
      <div class="text-center">
        <p>Copyright © 2023 GroundHog - All Rights Reserved.</p>
      </div>
    </div>
  </div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>
