generated from skills/exercise-template
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Open
Description
<title>AquaGuard | Advanced Water Leak Detection</title>
<!-- Hero Banner -->
<section class="hero">
<div class="container">
<h1>Advanced Water Leak Detection</h1>
<p>Protect your property with our state-of-the-art leak detection technology.</p>
<a href="contact.html" class="btn">Get a Free Inspection</a>
</div>
</section>
<!-- Services Overview -->
<section class="services-overview">
<div class="container">
<h2>Our Services</h2>
<div class="services-grid">
<div class="service-card">
<i class="fas fa-home"></i>
<h3>Residential Leak Detection</h3>
<p>Find hidden leaks in homes before they cause damage.</p>
</div>
<div class="service-card">
<i class="fas fa-building"></i>
<h3>Commercial Leak Detection</h3>
<p>Prevent costly water damage in businesses.</p>
</div>
<div class="service-card">
<i class="fas fa-tools"></i>
<h3>Pipe Repair & Prevention</h3>
<p>Expert solutions to fix and prevent future leaks.</p>
</div>
</div>
</div>
</section>
<!-- Why Choose Us -->
<section class="why-choose-us">
<div class="container">
<h2>Why Choose AquaGuard?</h2>
<ul>
<li><i class="fas fa-check-circle"></i> 24/7 Emergency Service</li>
<li><i class="fas fa-check-circle"></i> Non-Invasive Detection</li>
<li><i class="fas fa-check-circle"></i> Licensed & Insured</li>
<li><i class="fas fa-check-circle"></i> 10+ Years of Experience</li>
</ul>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="footer-logo">
<img src="images/logo-white.png" alt="AquaGuard">
</div>
<div class="footer-links">
<h4>Quick Links</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="footer-contact">
<h4>Contact Us</h4>
<p><i class="fas fa-phone"></i> (123) 456-7890</p>
<p><i class="fas fa-envelope"></i> info@aquaguard.com</p>
<p><i class="fas fa-map-marker-alt"></i> 123 Main St, City, State</p>
</div>
</div>
<div class="copyright">
<p>© 2024 AquaGuard. All Rights Reserved.</p>
</div>
</footer>
Metadata
Metadata
Assignees
Labels
No labels