update
This commit is contained in:
@@ -0,0 +1,94 @@
|
||||
<footer class="site-footer" role="contentinfo">
|
||||
<div class="footer-top">
|
||||
<div class="container">
|
||||
<div class="footer-grid">
|
||||
|
||||
<div class="footer-brand">
|
||||
<img src="/assets/images/logo-footer.png" alt="Floor It Hardwood Floors" style="height:52px;width:auto;object-fit:contain;margin-bottom:0.75rem;" onerror="this.style.display='none';this.nextElementSibling.style.display='block'">
|
||||
<div class="footer-logo-text" style="display:none;">Floor <span>It</span></div>
|
||||
<p>Western New York's trusted hardwood floor refinishing, restoration, and installation specialists. Serving Buffalo and Erie County with 75 years of combined experience.</p>
|
||||
<div style="margin-top:1.5rem;display:flex;gap:0.75rem;flex-wrap:wrap;">
|
||||
<a href="/contact/" class="btn btn--ghost btn--sm">Get an Estimate</a>
|
||||
<a href="tel:+17166021429" class="btn btn--outline-light btn--sm">(716) 602-1429</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer-col">
|
||||
<h5>Services</h5>
|
||||
<ul>
|
||||
<li><a href="/services/floor-refinishing.html">Floor Refinishing</a></li>
|
||||
<li><a href="/services/floor-restoration.html">Floor Restoration</a></li>
|
||||
<li><a href="/services/floor-sanding.html">Floor Sanding</a></li>
|
||||
<li><a href="/services/floor-installation.html">Floor Installation</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-col">
|
||||
<h5>Locations</h5>
|
||||
<ul>
|
||||
<li><a href="/locations/buffalo.html">Buffalo, NY</a></li>
|
||||
<li><a href="/locations/amherst.html">Amherst, NY</a></li>
|
||||
<li><a href="/locations/williamsville.html">Williamsville, NY</a></li>
|
||||
<li><a href="/locations/east-amherst.html">East Amherst, NY</a></li>
|
||||
<li><a href="/locations/clarence.html">Clarence, NY</a></li>
|
||||
<li><a href="/locations/lancaster.html">Lancaster, NY</a></li>
|
||||
<li><a href="/locations/">All Service Areas</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="footer-col">
|
||||
<h5>Contact</h5>
|
||||
<div class="footer-contact-list">
|
||||
<div class="footer-contact-item">
|
||||
<div class="footer-contact-icon">
|
||||
<svg viewBox="0 0 20 20" aria-hidden="true"><path d="M2 3a1 1 0 0 1 1-1h2.153a1 1 0 0 1 .986.836l.74 4.435a1 1 0 0 1-.54 1.06l-1.548.773a11.037 11.037 0 0 0 6.105 6.105l.774-1.548a1 1 0 0 1 1.059-.54l4.435.74a1 1 0 0 1 .836.986V17a1 1 0 0 1-1 1h-2C7.82 18 2 12.18 2 5V3z"/></svg>
|
||||
</div>
|
||||
<div>
|
||||
<span>Phone</span>
|
||||
<a href="tel:+17166021429">(716) 602-1429</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-contact-item">
|
||||
<div class="footer-contact-icon">
|
||||
<svg viewBox="0 0 20 20" aria-hidden="true"><path d="M2.003 5.884L10 9.882l7.997-3.998A2 2 0 0 0 16 4H4a2 2 0 0 0-1.997 1.884z"/><path d="M18 8.118l-8 4-8-4V14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8.118z"/></svg>
|
||||
</div>
|
||||
<div>
|
||||
<span>Email</span>
|
||||
<a href="mailto:floorithardwoods@gmail.com">floorithardwoods@gmail.com</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-contact-item">
|
||||
<div class="footer-contact-icon">
|
||||
<svg viewBox="0 0 20 20" aria-hidden="true"><path fill-rule="evenodd" d="M5.05 4.05a7 7 0 1 1 9.9 9.9L10 18.9l-4.95-4.95a7 7 0 0 1 0-9.9zM10 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" clip-rule="evenodd"/></svg>
|
||||
</div>
|
||||
<div>
|
||||
<span>Service Area</span>
|
||||
<a href="https://maps.app.goo.gl/6HLbMaQuXVBy6rWB9" target="_blank" rel="noopener">Western NY & Erie County</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-contact-item">
|
||||
<div class="footer-contact-icon">
|
||||
<svg viewBox="0 0 20 20" aria-hidden="true"><path fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1-12a1 1 0 1 0-2 0v4a1 1 0 0 0 .293.707l2.828 2.829a1 1 0 1 0 1.415-1.415L11 9.586V6z" clip-rule="evenodd"/></svg>
|
||||
</div>
|
||||
<div>
|
||||
<span>Hours</span>
|
||||
<p style="font-size:0.875rem;font-weight:600;color:#f0e8da;max-width:none;">Monday to Saturday: 8 AM to 5 PM</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="footer-bottom">
|
||||
<p>© 2026 Floor It Hardwood Floors. All rights reserved.</p>
|
||||
<nav class="footer-legal" aria-label="Legal">
|
||||
<a href="/privacy/">Privacy Policy</a>
|
||||
<a href="/terms/">Terms of Service</a>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user