This commit is contained in:
Concept Agent
2026-05-07 11:45:16 +02:00
parent 4860391e99
commit 9907a2ab7d
47 changed files with 8317 additions and 0 deletions
+258
View File
@@ -0,0 +1,258 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="site-root" content="/">
<title>{{title}}</title>
<meta name="description" content="{{meta_description}}">
<link rel="canonical" href="{{canonical}}">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/components.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Floor It Hardwood Floors",
"url": "{{canonical}}",
"telephone": "+17166021429",
"email": "floorithardwoods@gmail.com",
"address": {
"@type": "PostalAddress",
"addressLocality": "{{city}}",
"addressRegion": "{{state}}",
"addressCountry": "US"
},
"areaServed": "{{schema_area}}",
"openingHours": "Mo-Sa 08:00-17:00",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "50"
}
}
</script>
</head>
<body>
<div id="site-header"></div>
<main>
<!-- HERO -->
<section class="page-hero">
<div class="container page-hero-inner">
<nav class="breadcrumb" aria-label="Breadcrumb">
<a href="/">Home</a>
<span class="breadcrumb-sep">/</span>
<a href="/locations/">Locations</a>
<span class="breadcrumb-sep">/</span>
<span>{{city}}, {{state}}</span>
</nav>
<span class="eyebrow">{{hero_eyebrow}}</span>
<h1>{{hero_h1}}</h1>
<p class="lead">{{hero_lead}}</p>
<div class="cta-group" style="margin-top:2rem;">
<a href="/contact/" class="btn btn--primary btn--lg">Request an Estimate</a>
<a href="tel:+17166021429" class="btn btn--outline-light btn--lg">Call (716) 602-1429</a>
</div>
</div>
</section>
<!-- OVERVIEW -->
<section class="section section--light">
<div class="container">
<div style="display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center;">
<div data-animate="left">
<span class="eyebrow">{{overview_eyebrow}}</span>
<h2>{{overview_h2}}</h2>
<div class="divider"></div>
<p style="color:var(--smoke);">{{overview_body_1}}</p>
<p style="margin-top:1rem;color:var(--smoke);">{{overview_body_2}}</p>
<div class="cta-group mt-8">
<a href="/contact/" class="btn btn--primary">Request Estimate</a>
<a href="tel:+17166021429" class="btn btn--outline-dark">(716) 602-1429</a>
</div>
</div>
<div data-animate="right">
<div style="display:flex;flex-direction:column;gap:1rem;">
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">{{stat_1_num}}</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">{{stat_1_label}}</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">{{stat_1_sub}}</span>
</div>
</div>
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">{{stat_2_num}}</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">{{stat_2_label}}</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">{{stat_2_sub}}</span>
</div>
</div>
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">{{stat_3_num}}</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">{{stat_3_label}}</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">{{stat_3_sub}}</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- SERVICES -->
<section class="section section--alt">
<div class="container">
<div class="section-header section-header--center">
<span class="eyebrow">{{city}} Services</span>
<h2>Hardwood Floor Services in {{city}}, {{state}}</h2>
<p>{{services_intro}}</p>
</div>
<div class="grid grid--auto-3">
<div class="service-card" data-animate="up">
<div class="service-card-body">
<h3>{{service_1_title}}</h3>
<p>{{service_1_body}}</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-refinishing/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
<div class="service-card" data-animate="up" data-delay="2">
<div class="service-card-body">
<h3>{{service_2_title}}</h3>
<p>{{service_2_body}}</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-restoration/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
<div class="service-card" data-animate="up" data-delay="3">
<div class="service-card-body">
<h3>{{service_3_title}}</h3>
<p>{{service_3_body}}</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-sanding/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ -->
<section class="section section--dark">
<div class="container">
<div style="display:grid;grid-template-columns:5fr 7fr;gap:clamp(2rem,5vw,5rem);align-items:start;">
<div data-animate="left">
<span class="eyebrow">{{city}} FAQ</span>
<h2>Common Questions from {{city}} Homeowners</h2>
<div class="divider"></div>
<p style="color:var(--ash);">Have a question specific to your {{city}} home? Call us at <a href="tel:+17166021429" style="color:var(--amber);font-weight:700;">(716) 602-1429</a></p>
</div>
<div class="faq-list" data-animate="up">
{{faq_items}}
</div>
</div>
</div>
</section>
<!-- ESTIMATE FORM -->
<section class="section contact-section">
<div class="container">
<div class="contact-layout">
<div>
<span class="eyebrow">{{city}} Estimate</span>
<h2>{{form_h2}}</h2>
<div class="divider"></div>
<p class="lead">Tell us about your floors and we will respond within 1 business hour.</p>
<div class="contact-info-list" style="margin-top:2rem;">
<div class="contact-info-item">
<div class="contact-info-icon">
<svg viewBox="0 0 20 20" aria-hidden="true"><path d="M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z"/></svg>
</div>
<div><h5>Phone</h5><a href="tel:+17166021429">(716) 602-1429</a></div>
</div>
<div class="contact-info-item">
<div class="contact-info-icon">
<svg viewBox="0 0 20 20" aria-hidden="true"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z" clip-rule="evenodd"/></svg>
</div>
<div><h5>Hours</h5><p>Monday to Saturday: 8:00 AM to 5:00 PM</p></div>
</div>
</div>
</div>
<div class="contact-form-wrap" data-animate="right">
<h3 style="margin-bottom:1.5rem;font-size:var(--text-xl);">{{form_h2}}</h3>
<form class="estimate-form" novalidate>
<input type="hidden" name="location" value="{{city}}, {{state}}">
<div class="form-grid form-grid--2">
<div class="form-field">
<label for="name">Full Name <span aria-hidden="true">*</span></label>
<input type="text" id="name" name="name" autocomplete="name" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="phone">Phone Number <span aria-hidden="true">*</span></label>
<input type="tel" id="phone" name="phone" placeholder="(716) 000-0000" autocomplete="tel" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="email">Email Address <span aria-hidden="true">*</span></label>
<input type="email" id="email" name="email" autocomplete="email" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="address">{{form_address_label}} <span aria-hidden="true">*</span></label>
<input type="text" id="address" name="address" autocomplete="street-address" required>
<span class="err-msg" role="alert"></span>
</div>
</div>
<div class="form-field" style="margin-top:1.25rem;">
<label for="service">Service Needed <span aria-hidden="true">*</span></label>
<select id="service" name="service" required>
<option value="">Select a service</option>
<option value="refinishing">Floor Refinishing</option>
<option value="restoration">Floor Restoration</option>
<option value="sanding">Floor Sanding</option>
<option value="installation">Floor Installation</option>
<option value="unsure">Not Sure</option>
</select>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field" style="margin-top:1.25rem;">
<label for="message">Additional Details</label>
<textarea id="message" name="message" placeholder="Describe your floors or the issue you are experiencing."></textarea>
</div>
<div class="form-trust">
<div class="form-trust-item">1 business hour response</div>
<div class="form-trust-item">No obligation</div>
<div class="form-trust-item">Licensed &amp; insured</div>
</div>
<button type="submit" class="btn btn--primary btn--full btn--lg" style="margin-top:1.25rem;">{{form_submit}}</button>
<div class="form-status" role="status" aria-live="polite"></div>
</form>
</div>
</div>
</div>
</section>
</main>
<div id="site-footer"></div>
<script src="/assets/js/components.js"></script>
<script src="/assets/js/main.js"></script>
<script src="/assets/js/form.js"></script>
</body>
</html>
+284
View File
@@ -0,0 +1,284 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="site-root" content="/">
<title>Hardwood Floor Refinishing in Amherst, NY | Floor It</title>
<meta name="description" content="Professional hardwood floor refinishing and restoration in Amherst, NY. Floor It serves Erie County homeowners with 75 years combined experience. Call (716) 602-1429.">
<link rel="canonical" href="https://floorithardwoodfloors.com/locations/amherst.html">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/components.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Floor It Hardwood Floors",
"url": "https://floorithardwoodfloors.com/locations/amherst.html",
"telephone": "+17166021429",
"email": "floorithardwoods@gmail.com",
"address": {
"@type": "PostalAddress",
"addressLocality": "Amherst",
"addressRegion": "NY",
"addressCountry": "US"
},
"areaServed": "Amherst, NY",
"openingHours": "Mo-Sa 08:00-17:00",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "50"
}
}
</script>
</head>
<body>
<div id="site-header"></div>
<main>
<!-- HERO -->
<section class="page-hero">
<div class="container page-hero-inner">
<nav class="breadcrumb" aria-label="Breadcrumb">
<a href="/">Home</a>
<span class="breadcrumb-sep">/</span>
<a href="/locations/">Locations</a>
<span class="breadcrumb-sep">/</span>
<span>Amherst, NY</span>
</nav>
<span class="eyebrow">Amherst, New York</span>
<h1>Hardwood Floor Refinishing in Amherst, NY</h1>
<p class="lead">Trusted hardwood floor refinishing, restoration, and installation for Amherst homeowners. Professional results, 24-hour response time, serving the entire Amherst community.</p>
<div class="cta-group" style="margin-top:2rem;">
<a href="/contact/" class="btn btn--primary btn--lg">Request an Estimate</a>
<a href="tel:+17166021429" class="btn btn--outline-light btn--lg">Call (716) 602-1429</a>
</div>
</div>
</section>
<!-- OVERVIEW -->
<section class="section section--light">
<div class="container">
<div style="display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center;">
<div data-animate="left">
<span class="eyebrow">Amherst Specialists</span>
<h2>Floor Refinishing Services in Amherst, NY</h2>
<div class="divider"></div>
<p style="color:var(--smoke);">Amherst homeowners deserve hardwood floor specialists who understand the local community and the homes in it. Floor It brings 75 years of combined experience and commercial-grade equipment to every Amherst project.</p>
<p style="margin-top:1rem;color:var(--smoke);">From residential refinishing to water damage restoration, we handle every aspect of hardwood floor care. Amherst is part of our core Erie County service area, and we respond to all inquiries within 24 hours and schedule onsite visits at your convenience.</p>
<div class="cta-group mt-8">
<a href="/contact/" class="btn btn--primary">Request Estimate</a>
<a href="tel:+17166021429" class="btn btn--outline-dark">(716) 602-1429</a>
</div>
</div>
<div data-animate="right">
<div style="display:flex;flex-direction:column;gap:1rem;">
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">75+</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">Years Combined Experience</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">Across our full team</span>
</div>
</div>
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">24hr</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">Response Time</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">For all Amherst inquiries</span>
</div>
</div>
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">4.9</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">Google Rating</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">Verified customer reviews</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- SERVICES -->
<section class="section section--alt">
<div class="container">
<div class="section-header section-header--center">
<span class="eyebrow">Amherst Services</span>
<h2>Hardwood Floor Services in Amherst, NY</h2>
<p>All three of our core hardwood floor services are available throughout Amherst, delivered with the same professional equipment and standards we bring to every Erie County project.</p>
</div>
<div class="grid grid--auto-3">
<div class="service-card" data-animate="up">
<div class="service-card-body">
<h3>Floor Refinishing Amherst</h3>
<p>Multi-stage sanding, multiple stain options, and professional-grade sealing for Amherst homes. Restore beauty and durability.</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-refinishing/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
<div class="service-card" data-animate="up" data-delay="2">
<div class="service-card-body">
<h3>Floor Restoration Amherst</h3>
<p>Water damage, warping, and deep scratch repair for Amherst homes. Full restoration with insurance documentation support where needed.</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-restoration/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
<div class="service-card" data-animate="up" data-delay="3">
<div class="service-card-body">
<h3>Floor Sanding Amherst</h3>
<p>Commercial dustless sanding for Amherst residents. Clean, safe, and effective. Multi-grit process for a perfect surface.</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-sanding/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ -->
<section class="section section--dark">
<div class="container">
<div style="display:grid;grid-template-columns:5fr 7fr;gap:clamp(2rem,5vw,5rem);align-items:start;">
<div data-animate="left">
<span class="eyebrow">Amherst FAQ</span>
<h2>Common Questions from Amherst Homeowners</h2>
<div class="divider"></div>
<p style="color:var(--ash);">Have a question specific to your Amherst home? Call us at <a href="tel:+17166021429" style="color:var(--amber);font-weight:700;">(716) 602-1429</a></p>
</div>
<div class="faq-list" data-animate="up">
<div class="faq-item">
<div class="faq-question">
<h4>How quickly can you respond to Amherst inquiries?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">We respond to all Amherst estimate requests within 24 hours. Amherst is within our core Erie County service area, so scheduling is fast. We can typically arrange an onsite visit within a few days of initial contact.</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h4>What types of floors do you refinish in Amherst?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">We refinish all types of hardwood in Amherst homes including solid oak, maple, cherry, walnut, engineered hardwood, and parquet. We assess each floor individually and recommend the appropriate approach based on wood species, thickness, and current condition.</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h4>Are you licensed and insured to work in Amherst?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">Yes. Floor It is fully licensed and insured to work throughout Erie County including Amherst. We carry all required insurance and adhere to all New York State regulations for contractor work in residential homes.</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ESTIMATE FORM -->
<section class="section contact-section">
<div class="container">
<div class="contact-layout">
<div>
<span class="eyebrow">Amherst Estimate</span>
<h2>Request an Amherst Floor Estimate</h2>
<div class="divider"></div>
<p class="lead">Tell us about your floors and we will respond within 1 business hour.</p>
<div class="contact-info-list" style="margin-top:2rem;">
<div class="contact-info-item">
<div class="contact-info-icon">
<svg viewBox="0 0 20 20" aria-hidden="true"><path d="M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z"/></svg>
</div>
<div><h5>Phone</h5><a href="tel:+17166021429">(716) 602-1429</a></div>
</div>
<div class="contact-info-item">
<div class="contact-info-icon">
<svg viewBox="0 0 20 20" aria-hidden="true"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z" clip-rule="evenodd"/></svg>
</div>
<div><h5>Hours</h5><p>Monday to Saturday: 8:00 AM to 5:00 PM</p></div>
</div>
</div>
</div>
<div class="contact-form-wrap" data-animate="right">
<h3 style="margin-bottom:1.5rem;font-size:var(--text-xl);">Request an Amherst Floor Estimate</h3>
<form class="estimate-form" novalidate>
<input type="hidden" name="location" value="Amherst, NY">
<div class="form-grid form-grid--2">
<div class="form-field">
<label for="name">Full Name <span aria-hidden="true">*</span></label>
<input type="text" id="name" name="name" autocomplete="name" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="phone">Phone Number <span aria-hidden="true">*</span></label>
<input type="tel" id="phone" name="phone" placeholder="(716) 000-0000" autocomplete="tel" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="email">Email Address <span aria-hidden="true">*</span></label>
<input type="email" id="email" name="email" autocomplete="email" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="address">Amherst Address <span aria-hidden="true">*</span></label>
<input type="text" id="address" name="address" autocomplete="street-address" required>
<span class="err-msg" role="alert"></span>
</div>
</div>
<div class="form-field" style="margin-top:1.25rem;">
<label for="service">Service Needed <span aria-hidden="true">*</span></label>
<select id="service" name="service" required>
<option value="">Select a service</option>
<option value="refinishing">Floor Refinishing</option>
<option value="restoration">Floor Restoration</option>
<option value="sanding">Floor Sanding</option>
<option value="installation">Floor Installation</option>
<option value="unsure">Not Sure</option>
</select>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field" style="margin-top:1.25rem;">
<label for="message">Additional Details</label>
<textarea id="message" name="message" placeholder="Describe your floors or the issue you are experiencing."></textarea>
</div>
<div class="form-trust">
<div class="form-trust-item">1 business hour response</div>
<div class="form-trust-item">No obligation</div>
<div class="form-trust-item">Licensed &amp; insured</div>
</div>
<button type="submit" class="btn btn--primary btn--full btn--lg" style="margin-top:1.25rem;">Send Amherst Estimate Request</button>
<div class="form-status" role="status" aria-live="polite"></div>
</form>
</div>
</div>
</div>
</section>
</main>
<div id="site-footer"></div>
<script src="/assets/js/components.js"></script>
<script src="/assets/js/main.js"></script>
<script src="/assets/js/form.js"></script>
</body>
</html>
+293
View File
@@ -0,0 +1,293 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="site-root" content="/">
<title>Hardwood Floor Refinishing in Buffalo, NY | Floor It</title>
<meta name="description" content="Professional hardwood floor refinishing, restoration, and sanding in Buffalo, NY. 30+ years serving Erie County. 75 years combined experience. Call (716) 602-1429.">
<link rel="canonical" href="https://floorithardwoodfloors.com/locations/buffalo.html">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/components.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Floor It Hardwood Floors",
"url": "https://floorithardwoodfloors.com/locations/buffalo.html",
"telephone": "+17166021429",
"email": "floorithardwoods@gmail.com",
"address": {
"@type": "PostalAddress",
"addressLocality": "Buffalo",
"addressRegion": "NY",
"addressCountry": "US"
},
"areaServed": "Buffalo, NY",
"openingHours": "Mo-Sa 08:00-17:00",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "50"
}
}
</script>
</head>
<body>
<div id="site-header"></div>
<main>
<!-- HERO -->
<section class="page-hero">
<div class="container page-hero-inner">
<nav class="breadcrumb" aria-label="Breadcrumb">
<a href="/">Home</a>
<span class="breadcrumb-sep">/</span>
<a href="/locations/">Locations</a>
<span class="breadcrumb-sep">/</span>
<span>Buffalo, NY</span>
</nav>
<span class="eyebrow">Buffalo, New York</span>
<h1>Hardwood Floor Refinishing in Buffalo, NY</h1>
<p class="lead">Western New York's most experienced hardwood floor specialists. 30+ years serving Buffalo homeowners, from historic Elmwood Village homes to modern neighborhoods throughout Erie County.</p>
<div class="cta-group" style="margin-top:2rem;">
<a href="/contact/" class="btn btn--primary btn--lg">Request an Estimate</a>
<a href="tel:+17166021429" class="btn btn--outline-light btn--lg">Call (716) 602-1429</a>
</div>
</div>
</section>
<!-- OVERVIEW -->
<section class="section section--light">
<div class="container">
<div style="display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center;">
<div data-animate="left">
<span class="eyebrow">Serving Buffalo Since 1994</span>
<h2>Buffalo's Trusted Floor Refinishing Specialists</h2>
<div class="divider"></div>
<p style="color:var(--smoke);">Buffalo's climate presents unique challenges for hardwood floors. High humidity in summer, dry winters, and the dramatic temperature swings that come with Western New York weather require expertise that only comes from decades of local experience.</p>
<p style="margin-top:1rem;color:var(--smoke);">Our team has worked on hundreds of Buffalo homes, from the historic older homes of the West Side and Elmwood Village to newer construction throughout the suburbs. We understand the wood species common to this region and how to bring out the best in each floor.</p>
<div class="cta-group mt-8">
<a href="/contact/" class="btn btn--primary">Request Estimate</a>
<a href="tel:+17166021429" class="btn btn--outline-dark">(716) 602-1429</a>
</div>
</div>
<div data-animate="right">
<div style="display:flex;flex-direction:column;gap:1rem;">
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">30+</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">Years Serving Buffalo</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">Our primary market since we launched</span>
</div>
</div>
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">500+</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">Buffalo Projects Completed</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">Homes across every Buffalo neighborhood</span>
</div>
</div>
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">24hr</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">Response Time</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">We get back to every Buffalo inquiry</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- SERVICES -->
<section class="section section--alt">
<div class="container">
<div class="section-header section-header--center">
<span class="eyebrow">Buffalo Services</span>
<h2>Hardwood Floor Services in Buffalo, NY</h2>
<p>We provide all three core hardwood floor services throughout Buffalo and Erie County, with the same commercial-grade equipment and professional team on every project.</p>
</div>
<div class="grid grid--auto-3">
<div class="service-card" data-animate="up">
<div class="service-card-body">
<h3>Floor Refinishing Buffalo</h3>
<p>Multi-stage sanding, multiple stain options, and professional-grade sealing for Buffalo homes. Restore beauty and durability.</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-refinishing/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
<div class="service-card" data-animate="up" data-delay="2">
<div class="service-card-body">
<h3>Floor Restoration Buffalo</h3>
<p>Water damage, warping, and deep scratch repair common in Buffalo's older homes. Full restoration with insurance documentation support.</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-restoration/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
<div class="service-card" data-animate="up" data-delay="3">
<div class="service-card-body">
<h3>Floor Sanding Buffalo</h3>
<p>Commercial dustless sanding throughout Buffalo. Multi-grit process for perfect surface preparation before staining and sealing.</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-sanding/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ -->
<section class="section section--dark">
<div class="container">
<div style="display:grid;grid-template-columns:5fr 7fr;gap:clamp(2rem,5vw,5rem);align-items:start;">
<div data-animate="left">
<span class="eyebrow">Buffalo FAQ</span>
<h2>Common Questions from Buffalo Homeowners</h2>
<div class="divider"></div>
<p style="color:var(--ash);">Have a question specific to your Buffalo home? Call us at <a href="tel:+17166021429" style="color:var(--amber);font-weight:700;">(716) 602-1429</a></p>
</div>
<div class="faq-list" data-animate="up">
<div class="faq-item">
<div class="faq-question">
<h4>How does Buffalo's humidity affect hardwood floors?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">Buffalo's climate swings create real challenges. High summer humidity causes floors to expand and absorb moisture, while dry winters cause contraction. Our team accounts for seasonal conditions when scheduling refinishing projects and advises homeowners on maintaining proper humidity levels (35 to 55 percent) year-round to protect their investment.</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h4>Can you restore old hardwood floors in historic Buffalo homes?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">Yes. Many Buffalo homes have original hardwood floors that are 80 to 100 years old or more. These floors are often superior to modern wood in terms of density and character. We have extensive experience restoring original oak, maple, and other species common in Buffalo's historic housing stock, bringing them back to their original beauty.</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h4>How long does floor refinishing take in my Buffalo home?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">Standard refinishing takes 7 to 10 business days from project start to final coat cure. Restoration projects involving water damage or structural repair take 10 to 14 business days. We provide a detailed timeline during the onsite estimate and keep you informed throughout the project.</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h4>Do you serve all Buffalo neighborhoods?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">Yes. We serve all Buffalo neighborhoods including Elmwood Village, Allentown, North Buffalo, South Buffalo, West Side, the East Side, and all surrounding suburbs throughout Erie County. Response time is the same 24 hours across all areas.</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ESTIMATE FORM -->
<section class="section contact-section">
<div class="container">
<div class="contact-layout">
<div>
<span class="eyebrow">Buffalo Estimate</span>
<h2>Request a Buffalo Floor Estimate</h2>
<div class="divider"></div>
<p class="lead">Tell us about your floors and we will respond within 1 business hour.</p>
<div class="contact-info-list" style="margin-top:2rem;">
<div class="contact-info-item">
<div class="contact-info-icon">
<svg viewBox="0 0 20 20" aria-hidden="true"><path d="M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z"/></svg>
</div>
<div><h5>Phone</h5><a href="tel:+17166021429">(716) 602-1429</a></div>
</div>
<div class="contact-info-item">
<div class="contact-info-icon">
<svg viewBox="0 0 20 20" aria-hidden="true"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z" clip-rule="evenodd"/></svg>
</div>
<div><h5>Hours</h5><p>Monday to Saturday: 8:00 AM to 5:00 PM</p></div>
</div>
</div>
</div>
<div class="contact-form-wrap" data-animate="right">
<h3 style="margin-bottom:1.5rem;font-size:var(--text-xl);">Request a Buffalo Floor Estimate</h3>
<form class="estimate-form" novalidate>
<input type="hidden" name="location" value="Buffalo, NY">
<div class="form-grid form-grid--2">
<div class="form-field">
<label for="name">Full Name <span aria-hidden="true">*</span></label>
<input type="text" id="name" name="name" autocomplete="name" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="phone">Phone Number <span aria-hidden="true">*</span></label>
<input type="tel" id="phone" name="phone" placeholder="(716) 000-0000" autocomplete="tel" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="email">Email Address <span aria-hidden="true">*</span></label>
<input type="email" id="email" name="email" autocomplete="email" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="address">Buffalo Address <span aria-hidden="true">*</span></label>
<input type="text" id="address" name="address" autocomplete="street-address" required>
<span class="err-msg" role="alert"></span>
</div>
</div>
<div class="form-field" style="margin-top:1.25rem;">
<label for="service">Service Needed <span aria-hidden="true">*</span></label>
<select id="service" name="service" required>
<option value="">Select a service</option>
<option value="refinishing">Floor Refinishing</option>
<option value="restoration">Floor Restoration</option>
<option value="sanding">Floor Sanding</option>
<option value="installation">Floor Installation</option>
<option value="unsure">Not Sure</option>
</select>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field" style="margin-top:1.25rem;">
<label for="message">Additional Details</label>
<textarea id="message" name="message" placeholder="Describe your floors or the issue you are experiencing."></textarea>
</div>
<div class="form-trust">
<div class="form-trust-item">1 business hour response</div>
<div class="form-trust-item">No obligation</div>
<div class="form-trust-item">Licensed &amp; insured</div>
</div>
<button type="submit" class="btn btn--primary btn--full btn--lg" style="margin-top:1.25rem;">Send Buffalo Estimate Request</button>
<div class="form-status" role="status" aria-live="polite"></div>
</form>
</div>
</div>
</div>
</section>
</main>
<div id="site-footer"></div>
<script src="/assets/js/components.js"></script>
<script src="/assets/js/main.js"></script>
<script src="/assets/js/form.js"></script>
</body>
</html>
+284
View File
@@ -0,0 +1,284 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="site-root" content="/">
<title>Hardwood Floor Refinishing in Clarence, NY | Floor It</title>
<meta name="description" content="Trusted hardwood floor refinishing and restoration in Clarence, NY. Floor It serves Erie County with 75 years combined experience. Licensed and insured. (716) 602-1429.">
<link rel="canonical" href="https://floorithardwoodfloors.com/locations/clarence.html">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/components.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Floor It Hardwood Floors",
"url": "https://floorithardwoodfloors.com/locations/clarence.html",
"telephone": "+17166021429",
"email": "floorithardwoods@gmail.com",
"address": {
"@type": "PostalAddress",
"addressLocality": "Clarence",
"addressRegion": "NY",
"addressCountry": "US"
},
"areaServed": "Clarence, NY",
"openingHours": "Mo-Sa 08:00-17:00",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "50"
}
}
</script>
</head>
<body>
<div id="site-header"></div>
<main>
<!-- HERO -->
<section class="page-hero">
<div class="container page-hero-inner">
<nav class="breadcrumb" aria-label="Breadcrumb">
<a href="/">Home</a>
<span class="breadcrumb-sep">/</span>
<a href="/locations/">Locations</a>
<span class="breadcrumb-sep">/</span>
<span>Clarence, NY</span>
</nav>
<span class="eyebrow">Clarence, New York</span>
<h1>Hardwood Floor Refinishing in Clarence, NY</h1>
<p class="lead">Hardwood floor refinishing, restoration, and installation for Clarence homeowners. Reliable scheduling, professional results, and a team that Erie County has trusted for over 30 years.</p>
<div class="cta-group" style="margin-top:2rem;">
<a href="/contact/" class="btn btn--primary btn--lg">Request an Estimate</a>
<a href="tel:+17166021429" class="btn btn--outline-light btn--lg">Call (716) 602-1429</a>
</div>
</div>
</section>
<!-- OVERVIEW -->
<section class="section section--light">
<div class="container">
<div style="display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center;">
<div data-animate="left">
<span class="eyebrow">Clarence Service Area</span>
<h2>Floor Refinishing Services in Clarence, NY</h2>
<div class="divider"></div>
<p style="color:var(--smoke);">Clarence homeowners trust Floor It for professional hardwood floor care. Our team brings 75 years of combined experience to every project in Clarence, delivering the same quality results we provide throughout Erie County.</p>
<p style="margin-top:1rem;color:var(--smoke);">We respond to all Clarence inquiries within 24 hours. From initial estimate to completed project, our process is straightforward and transparent: detailed quotes, clear timelines, and professional workmanship every step of the way.</p>
<div class="cta-group mt-8">
<a href="/contact/" class="btn btn--primary">Request Estimate</a>
<a href="tel:+17166021429" class="btn btn--outline-dark">(716) 602-1429</a>
</div>
</div>
<div data-animate="right">
<div style="display:flex;flex-direction:column;gap:1rem;">
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">75+</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">Years Combined Experience</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">Serving Western New York</span>
</div>
</div>
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">24hr</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">Response Time</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">For Clarence inquiries</span>
</div>
</div>
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">4.9</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">Google Rating</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">Verified customer reviews</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- SERVICES -->
<section class="section section--alt">
<div class="container">
<div class="section-header section-header--center">
<span class="eyebrow">Clarence Services</span>
<h2>Hardwood Floor Services in Clarence, NY</h2>
<p>Complete hardwood floor services throughout Clarence, with the same professional team and equipment on every project.</p>
</div>
<div class="grid grid--auto-3">
<div class="service-card" data-animate="up">
<div class="service-card-body">
<h3>Floor Refinishing Clarence</h3>
<p>Multi-stage sanding, multiple stain options, and durable professional sealing for Clarence homes.</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-refinishing/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
<div class="service-card" data-animate="up" data-delay="2">
<div class="service-card-body">
<h3>Floor Restoration Clarence</h3>
<p>Water damage, scratch, and structural floor repair for Clarence homeowners. Insurance documentation available.</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-restoration/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
<div class="service-card" data-animate="up" data-delay="3">
<div class="service-card-body">
<h3>Floor Sanding Clarence</h3>
<p>Commercial dustless sanding for Clarence homes. Safe, clean, thorough preparation for refinishing.</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-sanding/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ -->
<section class="section section--dark">
<div class="container">
<div style="display:grid;grid-template-columns:5fr 7fr;gap:clamp(2rem,5vw,5rem);align-items:start;">
<div data-animate="left">
<span class="eyebrow">Clarence FAQ</span>
<h2>Common Questions from Clarence Homeowners</h2>
<div class="divider"></div>
<p style="color:var(--ash);">Have a question specific to your Clarence home? Call us at <a href="tel:+17166021429" style="color:var(--amber);font-weight:700;">(716) 602-1429</a></p>
</div>
<div class="faq-list" data-animate="up">
<div class="faq-item">
<div class="faq-question">
<h4>How long has Floor It been serving the Clarence area?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">Floor It has been serving Erie County, including Clarence, for over 30 years. Clarence is within our core service area and we have completed projects throughout the community.</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h4>What is the timeline for a refinishing project in Clarence?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">Standard refinishing typically takes 7 to 10 business days. Restoration projects can take 10 to 14 business days depending on the extent of damage. We provide a full timeline during the onsite estimate visit before any work begins.</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h4>Do you provide written quotes for Clarence projects?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">Yes. Every project receives a detailed written quote within 2 business days of the onsite estimate visit. The quote includes multiple options, clear pricing, and a project timeline, so you can make an informed decision with no pressure.</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ESTIMATE FORM -->
<section class="section contact-section">
<div class="container">
<div class="contact-layout">
<div>
<span class="eyebrow">Clarence Estimate</span>
<h2>Request a Clarence Floor Estimate</h2>
<div class="divider"></div>
<p class="lead">Tell us about your floors and we will respond within 1 business hour.</p>
<div class="contact-info-list" style="margin-top:2rem;">
<div class="contact-info-item">
<div class="contact-info-icon">
<svg viewBox="0 0 20 20" aria-hidden="true"><path d="M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z"/></svg>
</div>
<div><h5>Phone</h5><a href="tel:+17166021429">(716) 602-1429</a></div>
</div>
<div class="contact-info-item">
<div class="contact-info-icon">
<svg viewBox="0 0 20 20" aria-hidden="true"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z" clip-rule="evenodd"/></svg>
</div>
<div><h5>Hours</h5><p>Monday to Saturday: 8:00 AM to 5:00 PM</p></div>
</div>
</div>
</div>
<div class="contact-form-wrap" data-animate="right">
<h3 style="margin-bottom:1.5rem;font-size:var(--text-xl);">Request a Clarence Floor Estimate</h3>
<form class="estimate-form" novalidate>
<input type="hidden" name="location" value="Clarence, NY">
<div class="form-grid form-grid--2">
<div class="form-field">
<label for="name">Full Name <span aria-hidden="true">*</span></label>
<input type="text" id="name" name="name" autocomplete="name" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="phone">Phone Number <span aria-hidden="true">*</span></label>
<input type="tel" id="phone" name="phone" placeholder="(716) 000-0000" autocomplete="tel" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="email">Email Address <span aria-hidden="true">*</span></label>
<input type="email" id="email" name="email" autocomplete="email" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="address">Clarence Address <span aria-hidden="true">*</span></label>
<input type="text" id="address" name="address" autocomplete="street-address" required>
<span class="err-msg" role="alert"></span>
</div>
</div>
<div class="form-field" style="margin-top:1.25rem;">
<label for="service">Service Needed <span aria-hidden="true">*</span></label>
<select id="service" name="service" required>
<option value="">Select a service</option>
<option value="refinishing">Floor Refinishing</option>
<option value="restoration">Floor Restoration</option>
<option value="sanding">Floor Sanding</option>
<option value="installation">Floor Installation</option>
<option value="unsure">Not Sure</option>
</select>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field" style="margin-top:1.25rem;">
<label for="message">Additional Details</label>
<textarea id="message" name="message" placeholder="Describe your floors or the issue you are experiencing."></textarea>
</div>
<div class="form-trust">
<div class="form-trust-item">1 business hour response</div>
<div class="form-trust-item">No obligation</div>
<div class="form-trust-item">Licensed &amp; insured</div>
</div>
<button type="submit" class="btn btn--primary btn--full btn--lg" style="margin-top:1.25rem;">Send Clarence Estimate Request</button>
<div class="form-status" role="status" aria-live="polite"></div>
</form>
</div>
</div>
</div>
</section>
</main>
<div id="site-footer"></div>
<script src="/assets/js/components.js"></script>
<script src="/assets/js/main.js"></script>
<script src="/assets/js/form.js"></script>
</body>
</html>
+284
View File
@@ -0,0 +1,284 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="site-root" content="/">
<title>Hardwood Floor Refinishing in East Amherst, NY | Floor It</title>
<meta name="description" content="Professional hardwood floor refinishing and restoration in East Amherst, NY. Erie County specialists with 75 years combined experience. Call (716) 602-1429.">
<link rel="canonical" href="https://floorithardwoodfloors.com/locations/east-amherst.html">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/components.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Floor It Hardwood Floors",
"url": "https://floorithardwoodfloors.com/locations/east-amherst.html",
"telephone": "+17166021429",
"email": "floorithardwoods@gmail.com",
"address": {
"@type": "PostalAddress",
"addressLocality": "East Amherst",
"addressRegion": "NY",
"addressCountry": "US"
},
"areaServed": "East Amherst, NY",
"openingHours": "Mo-Sa 08:00-17:00",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "50"
}
}
</script>
</head>
<body>
<div id="site-header"></div>
<main>
<!-- HERO -->
<section class="page-hero">
<div class="container page-hero-inner">
<nav class="breadcrumb" aria-label="Breadcrumb">
<a href="/">Home</a>
<span class="breadcrumb-sep">/</span>
<a href="/locations/">Locations</a>
<span class="breadcrumb-sep">/</span>
<span>East Amherst, NY</span>
</nav>
<span class="eyebrow">East Amherst, New York</span>
<h1>Hardwood Floor Refinishing in East Amherst, NY</h1>
<p class="lead">Professional hardwood floor services for East Amherst homeowners. The same expert team, commercial equipment, and quality results we bring to every Erie County home.</p>
<div class="cta-group" style="margin-top:2rem;">
<a href="/contact/" class="btn btn--primary btn--lg">Request an Estimate</a>
<a href="tel:+17166021429" class="btn btn--outline-light btn--lg">Call (716) 602-1429</a>
</div>
</div>
</section>
<!-- OVERVIEW -->
<section class="section section--light">
<div class="container">
<div style="display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center;">
<div data-animate="left">
<span class="eyebrow">East Amherst Service Area</span>
<h2>Floor Refinishing Services in East Amherst, NY</h2>
<div class="divider"></div>
<p style="color:var(--smoke);">East Amherst homeowners trust Floor It for hardwood floor refinishing, restoration, and sanding. We bring 75 years of combined experience and commercial-grade equipment to every project, applying the same professional standards throughout Erie County.</p>
<p style="margin-top:1rem;color:var(--smoke);">We respond to all East Amherst inquiries within 24 hours and schedule onsite visits at your convenience. Our team is familiar with the home styles, wood species, and floor conditions common throughout the East Amherst area.</p>
<div class="cta-group mt-8">
<a href="/contact/" class="btn btn--primary">Request Estimate</a>
<a href="tel:+17166021429" class="btn btn--outline-dark">(716) 602-1429</a>
</div>
</div>
<div data-animate="right">
<div style="display:flex;flex-direction:column;gap:1rem;">
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">75+</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">Years Combined Experience</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">Serving Western New York</span>
</div>
</div>
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">24hr</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">Response Time</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">For East Amherst inquiries</span>
</div>
</div>
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">4.9</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">Google Rating</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">Verified customer reviews</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- SERVICES -->
<section class="section section--alt">
<div class="container">
<div class="section-header section-header--center">
<span class="eyebrow">East Amherst Services</span>
<h2>Hardwood Floor Services in East Amherst, NY</h2>
<p>All core hardwood floor services available throughout East Amherst, delivered with the same professional equipment and team on every project.</p>
</div>
<div class="grid grid--auto-3">
<div class="service-card" data-animate="up">
<div class="service-card-body">
<h3>Floor Refinishing East Amherst</h3>
<p>Multi-stage sanding, multiple stain options, and professional sealing for East Amherst homes. Restore beauty and durability.</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-refinishing/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
<div class="service-card" data-animate="up" data-delay="2">
<div class="service-card-body">
<h3>Floor Restoration East Amherst</h3>
<p>Water damage, deep scratch, and structural floor repair for East Amherst homeowners. Full restoration with insurance documentation available.</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-restoration/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
<div class="service-card" data-animate="up" data-delay="3">
<div class="service-card-body">
<h3>Floor Sanding East Amherst</h3>
<p>Commercial dustless sanding for East Amherst homes. Safe, clean, effective surface preparation.</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-sanding/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ -->
<section class="section section--dark">
<div class="container">
<div style="display:grid;grid-template-columns:5fr 7fr;gap:clamp(2rem,5vw,5rem);align-items:start;">
<div data-animate="left">
<span class="eyebrow">East Amherst FAQ</span>
<h2>Common Questions from East Amherst Homeowners</h2>
<div class="divider"></div>
<p style="color:var(--ash);">Have a question specific to your East Amherst home? Call us at <a href="tel:+17166021429" style="color:var(--amber);font-weight:700;">(716) 602-1429</a></p>
</div>
<div class="faq-list" data-animate="up">
<div class="faq-item">
<div class="faq-question">
<h4>Do you serve East Amherst as part of your regular route?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">Yes. East Amherst is within our core Erie County service area. We schedule visits to East Amherst regularly and can typically arrange an onsite estimate within a few days of initial contact.</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h4>What hardwood floor services do you offer in East Amherst?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">We offer full hardwood floor refinishing, restoration, and sanding throughout East Amherst. This covers everything from surface re-coating to complete restoration of water-damaged or structurally compromised floors.</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h4>Is your dustless sanding safe for families with children and pets?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">Yes. Our dustless sanding system captures fine particles at the source, dramatically reducing airborne dust. We also use low-VOC finishes when possible. We recommend vacating the work area during sanding and for 24 to 48 hours after final coat application.</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ESTIMATE FORM -->
<section class="section contact-section">
<div class="container">
<div class="contact-layout">
<div>
<span class="eyebrow">East Amherst Estimate</span>
<h2>Request an East Amherst Floor Estimate</h2>
<div class="divider"></div>
<p class="lead">Tell us about your floors and we will respond within 1 business hour.</p>
<div class="contact-info-list" style="margin-top:2rem;">
<div class="contact-info-item">
<div class="contact-info-icon">
<svg viewBox="0 0 20 20" aria-hidden="true"><path d="M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z"/></svg>
</div>
<div><h5>Phone</h5><a href="tel:+17166021429">(716) 602-1429</a></div>
</div>
<div class="contact-info-item">
<div class="contact-info-icon">
<svg viewBox="0 0 20 20" aria-hidden="true"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z" clip-rule="evenodd"/></svg>
</div>
<div><h5>Hours</h5><p>Monday to Saturday: 8:00 AM to 5:00 PM</p></div>
</div>
</div>
</div>
<div class="contact-form-wrap" data-animate="right">
<h3 style="margin-bottom:1.5rem;font-size:var(--text-xl);">Request an East Amherst Floor Estimate</h3>
<form class="estimate-form" novalidate>
<input type="hidden" name="location" value="East Amherst, NY">
<div class="form-grid form-grid--2">
<div class="form-field">
<label for="name">Full Name <span aria-hidden="true">*</span></label>
<input type="text" id="name" name="name" autocomplete="name" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="phone">Phone Number <span aria-hidden="true">*</span></label>
<input type="tel" id="phone" name="phone" placeholder="(716) 000-0000" autocomplete="tel" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="email">Email Address <span aria-hidden="true">*</span></label>
<input type="email" id="email" name="email" autocomplete="email" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="address">East Amherst Address <span aria-hidden="true">*</span></label>
<input type="text" id="address" name="address" autocomplete="street-address" required>
<span class="err-msg" role="alert"></span>
</div>
</div>
<div class="form-field" style="margin-top:1.25rem;">
<label for="service">Service Needed <span aria-hidden="true">*</span></label>
<select id="service" name="service" required>
<option value="">Select a service</option>
<option value="refinishing">Floor Refinishing</option>
<option value="restoration">Floor Restoration</option>
<option value="sanding">Floor Sanding</option>
<option value="installation">Floor Installation</option>
<option value="unsure">Not Sure</option>
</select>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field" style="margin-top:1.25rem;">
<label for="message">Additional Details</label>
<textarea id="message" name="message" placeholder="Describe your floors or the issue you are experiencing."></textarea>
</div>
<div class="form-trust">
<div class="form-trust-item">1 business hour response</div>
<div class="form-trust-item">No obligation</div>
<div class="form-trust-item">Licensed &amp; insured</div>
</div>
<button type="submit" class="btn btn--primary btn--full btn--lg" style="margin-top:1.25rem;">Send East Amherst Estimate Request</button>
<div class="form-status" role="status" aria-live="polite"></div>
</form>
</div>
</div>
</div>
</section>
</main>
<div id="site-footer"></div>
<script src="/assets/js/components.js"></script>
<script src="/assets/js/main.js"></script>
<script src="/assets/js/form.js"></script>
</body>
</html>
+181
View File
@@ -0,0 +1,181 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="site-root" content="/">
<title>Hardwood Floor Refinishing Service Areas | Western NY | Floor It</title>
<meta name="description" content="Floor It Hardwood Floors serves Buffalo, Amherst, Williamsville, East Amherst, Clarence, Lancaster, and surrounding Erie County communities. Professional hardwood floor services throughout Western New York.">
<link rel="canonical" href="https://floorithardwoodfloors.com/locations/">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/components.css">
</head>
<body>
<div id="site-header"></div>
<main>
<section class="page-hero">
<div class="container page-hero-inner">
<nav class="breadcrumb" aria-label="Breadcrumb">
<a href="/">Home</a>
<span class="breadcrumb-sep">/</span>
<span>Locations</span>
</nav>
<span class="eyebrow">Where We Work</span>
<h1>Hardwood Floor Services Across Western New York</h1>
<p class="lead">Floor It serves homeowners throughout Buffalo and Erie County with the same professional standards, equipment, and care at every location.</p>
</div>
</section>
<!-- LOCATION CARDS DETAIL -->
<section class="section section--light">
<div class="container">
<div class="section-header section-header--center">
<span class="eyebrow">Our Service Areas</span>
<h2>Cities We Serve</h2>
<p>Select a city to learn more about our hardwood floor services in your area.</p>
</div>
<div class="grid grid--auto-3">
<div class="card" data-animate="up">
<div style="height:160px;background:var(--bark-mid);border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden;">
<img src="/assets/images/location-buffalo.jpg" alt="Buffalo, NY skyline" style="width:100%;height:100%;object-fit:cover;" loading="lazy" onerror="this.parentElement.style.background='var(--bark-mid)'">
</div>
<div style="padding:1.75rem;">
<span class="eyebrow" style="margin-bottom:0.5rem;">Primary Hub</span>
<h3 style="font-size:var(--text-xl);margin-bottom:0.75rem;">Buffalo, NY</h3>
<p style="font-size:var(--text-sm);color:var(--smoke);max-width:none;">Our primary service area. Expert hardwood floor refinishing, restoration, and installation throughout Buffalo, including older homes with historic hardwood floors.</p>
<div style="margin-top:1.25rem;display:flex;gap:0.75rem;flex-wrap:wrap;">
<a href="/locations/buffalo.html" class="btn btn--primary btn--sm">View Buffalo Services</a>
</div>
</div>
</div>
<div class="card" data-animate="up" data-delay="2">
<div style="height:160px;background:var(--bark-mid);border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden;">
<img src="/assets/images/location-amherst.jpg" alt="Amherst, NY neighborhood" style="width:100%;height:100%;object-fit:cover;" loading="lazy" onerror="this.parentElement.style.background='var(--bark-mid)'">
</div>
<div style="padding:1.75rem;">
<span class="eyebrow" style="margin-bottom:0.5rem;">Erie County</span>
<h3 style="font-size:var(--text-xl);margin-bottom:0.75rem;">Amherst, NY</h3>
<p style="font-size:var(--text-sm);color:var(--smoke);max-width:none;">Residential hardwood floor refinishing and restoration for Amherst homeowners. Community-focused service with fast scheduling and 24-hour response times.</p>
<div style="margin-top:1.25rem;display:flex;gap:0.75rem;flex-wrap:wrap;">
<a href="/locations/amherst.html" class="btn btn--primary btn--sm">View Amherst Services</a>
</div>
</div>
</div>
<div class="card" data-animate="up" data-delay="3">
<div style="height:160px;background:var(--bark-mid);border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden;">
<img src="/assets/images/location-williamsville.jpg" alt="Williamsville, NY homes" style="width:100%;height:100%;object-fit:cover;" loading="lazy" onerror="this.parentElement.style.background='var(--bark-mid)'">
</div>
<div style="padding:1.75rem;">
<span class="eyebrow" style="margin-bottom:0.5rem;">Erie County</span>
<h3 style="font-size:var(--text-xl);margin-bottom:0.75rem;">Williamsville, NY</h3>
<p style="font-size:var(--text-sm);color:var(--smoke);max-width:none;">Premium hardwood floor refinishing for Williamsville homes. Upscale residential expertise with attention to the highest finish standards.</p>
<div style="margin-top:1.25rem;display:flex;gap:0.75rem;flex-wrap:wrap;">
<a href="/locations/williamsville.html" class="btn btn--primary btn--sm">View Williamsville Services</a>
</div>
</div>
</div>
<div class="card" data-animate="up">
<div style="height:160px;background:var(--bark-mid);border-radius:var(--radius-lg) var(--radius-lg) 0 0;"></div>
<div style="padding:1.75rem;">
<span class="eyebrow" style="margin-bottom:0.5rem;">Erie County</span>
<h3 style="font-size:var(--text-xl);margin-bottom:0.75rem;">East Amherst, NY</h3>
<p style="font-size:var(--text-sm);color:var(--smoke);max-width:none;">Professional hardwood floor services for East Amherst homeowners. Comprehensive service coverage with the same expert team and professional equipment.</p>
<div style="margin-top:1.25rem;display:flex;gap:0.75rem;flex-wrap:wrap;">
<a href="/locations/east-amherst.html" class="btn btn--primary btn--sm">View East Amherst Services</a>
</div>
</div>
</div>
<div class="card" data-animate="up" data-delay="2">
<div style="height:160px;background:var(--bark-mid);border-radius:var(--radius-lg) var(--radius-lg) 0 0;"></div>
<div style="padding:1.75rem;">
<span class="eyebrow" style="margin-bottom:0.5rem;">Erie County</span>
<h3 style="font-size:var(--text-xl);margin-bottom:0.75rem;">Clarence, NY</h3>
<p style="font-size:var(--text-sm);color:var(--smoke);max-width:none;">Hardwood floor refinishing and restoration for Clarence residents. Trusted by the local community with reliable scheduling and professional results.</p>
<div style="margin-top:1.25rem;display:flex;gap:0.75rem;flex-wrap:wrap;">
<a href="/locations/clarence.html" class="btn btn--primary btn--sm">View Clarence Services</a>
</div>
</div>
</div>
<div class="card" data-animate="up" data-delay="3">
<div style="height:160px;background:var(--bark-mid);border-radius:var(--radius-lg) var(--radius-lg) 0 0;"></div>
<div style="padding:1.75rem;">
<span class="eyebrow" style="margin-bottom:0.5rem;">Erie County</span>
<h3 style="font-size:var(--text-xl);margin-bottom:0.75rem;">Lancaster, NY</h3>
<p style="font-size:var(--text-sm);color:var(--smoke);max-width:none;">Professional hardwood floor services for Lancaster homeowners. The same expert standards and care that Buffalo homeowners have trusted for over 30 years.</p>
<div style="margin-top:1.25rem;display:flex;gap:0.75rem;flex-wrap:wrap;">
<a href="/locations/lancaster.html" class="btn btn--primary btn--sm">View Lancaster Services</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- SERVICES AT ALL LOCATIONS -->
<section class="section section--mid">
<div class="container">
<div class="section-header section-header--center">
<span class="eyebrow">Universal Service Standards</span>
<h2>The Same Quality at Every Location</h2>
<p>No matter where you are in Erie County, you receive the same professional service, equipment, and results.</p>
</div>
<div class="grid grid--auto-3">
<div class="benefit-card" data-animate="up">
<div class="benefit-icon"><svg viewBox="0 0 24 24"><path d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"/></svg></div>
<div class="benefit-body">
<h4>Floor Refinishing</h4>
<p>Multi-stage sanding, multiple stain options, and durable sealing. 7 to 10 business day timeline.</p>
</div>
</div>
<div class="benefit-card" data-animate="up" data-delay="2">
<div class="benefit-icon"><svg viewBox="0 0 24 24"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></svg></div>
<div class="benefit-body">
<h4>Floor Restoration</h4>
<p>Water damage, deep scratches, and structural repairs. Insurance documentation available. 10 to 14 days.</p>
</div>
</div>
<div class="benefit-card" data-animate="up" data-delay="3">
<div class="benefit-icon"><svg viewBox="0 0 24 24"><path d="M4 6h16M4 12h16M4 18h7"/></svg></div>
<div class="benefit-body">
<h4>Floor Sanding</h4>
<p>Commercial-grade HEPA dustless equipment. Multi-grit process for a perfectly prepared surface.</p>
</div>
</div>
</div>
</div>
</section>
<div class="cta-strip">
<div class="container">
<h2>Serving Your Community in Western New York</h2>
<p>Not sure if we cover your area? Call us. We serve all of Erie County and surrounding communities.</p>
<div class="cta-group" style="justify-content:center;">
<a href="/contact/" class="btn btn--outline-dark btn--lg">Request an Estimate</a>
<a href="tel:+17166021429" class="btn btn--outline-dark btn--lg">Call (716) 602-1429</a>
</div>
</div>
</div>
</main>
<div id="site-footer"></div>
<script src="/assets/js/components.js"></script>
<script src="/assets/js/main.js"></script>
</body>
</html>
+284
View File
@@ -0,0 +1,284 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="site-root" content="/">
<title>Hardwood Floor Refinishing in Lancaster, NY | Floor It</title>
<meta name="description" content="Professional hardwood floor refinishing and restoration in Lancaster, NY. Serving Erie County with 75 years combined experience. Licensed and insured. Call (716) 602-1429.">
<link rel="canonical" href="https://floorithardwoodfloors.com/locations/lancaster.html">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/components.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Floor It Hardwood Floors",
"url": "https://floorithardwoodfloors.com/locations/lancaster.html",
"telephone": "+17166021429",
"email": "floorithardwoods@gmail.com",
"address": {
"@type": "PostalAddress",
"addressLocality": "Lancaster",
"addressRegion": "NY",
"addressCountry": "US"
},
"areaServed": "Lancaster, NY",
"openingHours": "Mo-Sa 08:00-17:00",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "50"
}
}
</script>
</head>
<body>
<div id="site-header"></div>
<main>
<!-- HERO -->
<section class="page-hero">
<div class="container page-hero-inner">
<nav class="breadcrumb" aria-label="Breadcrumb">
<a href="/">Home</a>
<span class="breadcrumb-sep">/</span>
<a href="/locations/">Locations</a>
<span class="breadcrumb-sep">/</span>
<span>Lancaster, NY</span>
</nav>
<span class="eyebrow">Lancaster, New York</span>
<h1>Hardwood Floor Refinishing in Lancaster, NY</h1>
<p class="lead">Professional hardwood floor refinishing and restoration for Lancaster homeowners. The same expert team and commercial equipment that Buffalo homeowners have trusted for over 30 years.</p>
<div class="cta-group" style="margin-top:2rem;">
<a href="/contact/" class="btn btn--primary btn--lg">Request an Estimate</a>
<a href="tel:+17166021429" class="btn btn--outline-light btn--lg">Call (716) 602-1429</a>
</div>
</div>
</section>
<!-- OVERVIEW -->
<section class="section section--light">
<div class="container">
<div style="display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center;">
<div data-animate="left">
<span class="eyebrow">Lancaster Service Area</span>
<h2>Floor Refinishing Services in Lancaster, NY</h2>
<div class="divider"></div>
<p style="color:var(--smoke);">Lancaster homeowners trust Floor It for professional hardwood floor care. We bring 75 years of combined experience and commercial-grade equipment to every Lancaster project, maintaining the same standards throughout Erie County.</p>
<p style="margin-top:1rem;color:var(--smoke);">Our team responds to all Lancaster inquiries within 24 hours. We schedule onsite visits at your convenience and provide detailed written quotes within 2 business days of the visit. No obligation, no pressure.</p>
<div class="cta-group mt-8">
<a href="/contact/" class="btn btn--primary">Request Estimate</a>
<a href="tel:+17166021429" class="btn btn--outline-dark">(716) 602-1429</a>
</div>
</div>
<div data-animate="right">
<div style="display:flex;flex-direction:column;gap:1rem;">
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">75+</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">Years Combined Experience</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">Serving Western New York</span>
</div>
</div>
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">24hr</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">Response Time</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">For Lancaster inquiries</span>
</div>
</div>
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">4.9</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">Google Rating</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">Verified customer reviews</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- SERVICES -->
<section class="section section--alt">
<div class="container">
<div class="section-header section-header--center">
<span class="eyebrow">Lancaster Services</span>
<h2>Hardwood Floor Services in Lancaster, NY</h2>
<p>Full hardwood floor services available throughout Lancaster: refinishing, restoration, and sanding with professional-grade equipment.</p>
</div>
<div class="grid grid--auto-3">
<div class="service-card" data-animate="up">
<div class="service-card-body">
<h3>Floor Refinishing Lancaster</h3>
<p>Multi-stage sanding, multiple stain options, and durable professional sealing for Lancaster homes.</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-refinishing/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
<div class="service-card" data-animate="up" data-delay="2">
<div class="service-card-body">
<h3>Floor Restoration Lancaster</h3>
<p>Water damage, scratch, and structural floor repair for Lancaster homeowners. Insurance documentation support available.</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-restoration/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
<div class="service-card" data-animate="up" data-delay="3">
<div class="service-card-body">
<h3>Floor Sanding Lancaster</h3>
<p>Commercial dustless sanding for Lancaster homes. Safe for families and pets, thorough preparation.</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-sanding/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ -->
<section class="section section--dark">
<div class="container">
<div style="display:grid;grid-template-columns:5fr 7fr;gap:clamp(2rem,5vw,5rem);align-items:start;">
<div data-animate="left">
<span class="eyebrow">Lancaster FAQ</span>
<h2>Common Questions from Lancaster Homeowners</h2>
<div class="divider"></div>
<p style="color:var(--ash);">Have a question specific to your Lancaster home? Call us at <a href="tel:+17166021429" style="color:var(--amber);font-weight:700;">(716) 602-1429</a></p>
</div>
<div class="faq-list" data-animate="up">
<div class="faq-item">
<div class="faq-question">
<h4>Do you serve Lancaster as part of your regular route?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">Yes. Lancaster is within our Erie County service area and we schedule visits there regularly. We can typically arrange an onsite estimate within a few days of your initial inquiry.</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h4>What hardwood species do you work with in Lancaster homes?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">We work with all common hardwood species found in Lancaster homes: oak, maple, cherry, walnut, ash, and engineered hardwood. We also work with less common domestic and exotic species. Each floor is assessed individually before we recommend an approach.</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h4>How do I prepare my Lancaster home before your team arrives?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">Remove furniture and area rugs from the rooms being worked on. Secure or cover any valuables in adjacent areas. We handle all floor preparation, sanding, and finishing. We advise keeping pets and children out of the work area and for 24 to 48 hours after final coat application.</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ESTIMATE FORM -->
<section class="section contact-section">
<div class="container">
<div class="contact-layout">
<div>
<span class="eyebrow">Lancaster Estimate</span>
<h2>Request a Lancaster Floor Estimate</h2>
<div class="divider"></div>
<p class="lead">Tell us about your floors and we will respond within 1 business hour.</p>
<div class="contact-info-list" style="margin-top:2rem;">
<div class="contact-info-item">
<div class="contact-info-icon">
<svg viewBox="0 0 20 20" aria-hidden="true"><path d="M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z"/></svg>
</div>
<div><h5>Phone</h5><a href="tel:+17166021429">(716) 602-1429</a></div>
</div>
<div class="contact-info-item">
<div class="contact-info-icon">
<svg viewBox="0 0 20 20" aria-hidden="true"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z" clip-rule="evenodd"/></svg>
</div>
<div><h5>Hours</h5><p>Monday to Saturday: 8:00 AM to 5:00 PM</p></div>
</div>
</div>
</div>
<div class="contact-form-wrap" data-animate="right">
<h3 style="margin-bottom:1.5rem;font-size:var(--text-xl);">Request a Lancaster Floor Estimate</h3>
<form class="estimate-form" novalidate>
<input type="hidden" name="location" value="Lancaster, NY">
<div class="form-grid form-grid--2">
<div class="form-field">
<label for="name">Full Name <span aria-hidden="true">*</span></label>
<input type="text" id="name" name="name" autocomplete="name" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="phone">Phone Number <span aria-hidden="true">*</span></label>
<input type="tel" id="phone" name="phone" placeholder="(716) 000-0000" autocomplete="tel" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="email">Email Address <span aria-hidden="true">*</span></label>
<input type="email" id="email" name="email" autocomplete="email" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="address">Lancaster Address <span aria-hidden="true">*</span></label>
<input type="text" id="address" name="address" autocomplete="street-address" required>
<span class="err-msg" role="alert"></span>
</div>
</div>
<div class="form-field" style="margin-top:1.25rem;">
<label for="service">Service Needed <span aria-hidden="true">*</span></label>
<select id="service" name="service" required>
<option value="">Select a service</option>
<option value="refinishing">Floor Refinishing</option>
<option value="restoration">Floor Restoration</option>
<option value="sanding">Floor Sanding</option>
<option value="installation">Floor Installation</option>
<option value="unsure">Not Sure</option>
</select>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field" style="margin-top:1.25rem;">
<label for="message">Additional Details</label>
<textarea id="message" name="message" placeholder="Describe your floors or the issue you are experiencing."></textarea>
</div>
<div class="form-trust">
<div class="form-trust-item">1 business hour response</div>
<div class="form-trust-item">No obligation</div>
<div class="form-trust-item">Licensed &amp; insured</div>
</div>
<button type="submit" class="btn btn--primary btn--full btn--lg" style="margin-top:1.25rem;">Send Lancaster Estimate Request</button>
<div class="form-status" role="status" aria-live="polite"></div>
</form>
</div>
</div>
</div>
</section>
</main>
<div id="site-footer"></div>
<script src="/assets/js/components.js"></script>
<script src="/assets/js/main.js"></script>
<script src="/assets/js/form.js"></script>
</body>
</html>
+284
View File
@@ -0,0 +1,284 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="site-root" content="/">
<title>Hardwood Floor Refinishing in Williamsville, NY | Floor It</title>
<meta name="description" content="Expert hardwood floor refinishing and restoration in Williamsville, NY. Serving Erie County with 75 years combined experience. Licensed and insured. Call (716) 602-1429.">
<link rel="canonical" href="https://floorithardwoodfloors.com/locations/williamsville.html">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/components.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Floor It Hardwood Floors",
"url": "https://floorithardwoodfloors.com/locations/williamsville.html",
"telephone": "+17166021429",
"email": "floorithardwoods@gmail.com",
"address": {
"@type": "PostalAddress",
"addressLocality": "Williamsville",
"addressRegion": "NY",
"addressCountry": "US"
},
"areaServed": "Williamsville, NY",
"openingHours": "Mo-Sa 08:00-17:00",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "50"
}
}
</script>
</head>
<body>
<div id="site-header"></div>
<main>
<!-- HERO -->
<section class="page-hero">
<div class="container page-hero-inner">
<nav class="breadcrumb" aria-label="Breadcrumb">
<a href="/">Home</a>
<span class="breadcrumb-sep">/</span>
<a href="/locations/">Locations</a>
<span class="breadcrumb-sep">/</span>
<span>Williamsville, NY</span>
</nav>
<span class="eyebrow">Williamsville, New York</span>
<h1>Hardwood Floor Refinishing in Williamsville, NY</h1>
<p class="lead">Premium hardwood floor refinishing and restoration for Williamsville homes. Upscale residential expertise with the highest finish standards in Erie County.</p>
<div class="cta-group" style="margin-top:2rem;">
<a href="/contact/" class="btn btn--primary btn--lg">Request an Estimate</a>
<a href="tel:+17166021429" class="btn btn--outline-light btn--lg">Call (716) 602-1429</a>
</div>
</div>
</section>
<!-- OVERVIEW -->
<section class="section section--light">
<div class="container">
<div style="display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center;">
<div data-animate="left">
<span class="eyebrow">Williamsville Specialists</span>
<h2>Expert Floor Refinishing in Williamsville, NY</h2>
<div class="divider"></div>
<p style="color:var(--smoke);">Williamsville homes deserve a level of craftsmanship that matches their quality. Floor It brings 75 years of combined experience to every Williamsville project, applying the same professional-grade equipment and attention to detail that has made us Western New York's most trusted floor refinishing team.</p>
<p style="margin-top:1rem;color:var(--smoke);">Whether you have original hardwood floors in a classic Williamsville home or newer engineered wood in a modern build, our team assesses each floor individually and recommends the right approach for lasting, beautiful results.</p>
<div class="cta-group mt-8">
<a href="/contact/" class="btn btn--primary">Request Estimate</a>
<a href="tel:+17166021429" class="btn btn--outline-dark">(716) 602-1429</a>
</div>
</div>
<div data-animate="right">
<div style="display:flex;flex-direction:column;gap:1rem;">
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">75+</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">Years Combined Experience</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">Serving Western New York</span>
</div>
</div>
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">24hr</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">Response Time</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">For Williamsville inquiries</span>
</div>
</div>
<div style="background:var(--grain);border-radius:var(--radius-lg);padding:1.5rem;display:flex;gap:1rem;align-items:center;">
<div style="font-size:2rem;font-weight:800;color:var(--amber);flex-shrink:0;line-height:1;">4.9</div>
<div>
<strong style="display:block;font-size:var(--text-sm);">Google Rating</strong>
<span style="font-size:var(--text-xs);color:var(--smoke);">Verified customer reviews</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- SERVICES -->
<section class="section section--alt">
<div class="container">
<div class="section-header section-header--center">
<span class="eyebrow">Williamsville Services</span>
<h2>Hardwood Floor Services in Williamsville, NY</h2>
<p>Complete hardwood floor services available throughout Williamsville: refinishing, restoration, and sanding with commercial-grade equipment.</p>
</div>
<div class="grid grid--auto-3">
<div class="service-card" data-animate="up">
<div class="service-card-body">
<h3>Floor Refinishing Williamsville</h3>
<p>Premium multi-stage sanding, staining, and sealing for Williamsville homes. Stain sample approval before full project begins.</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-refinishing/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
<div class="service-card" data-animate="up" data-delay="2">
<div class="service-card-body">
<h3>Floor Restoration Williamsville</h3>
<p>Water damage, deep scratch, and structural floor repair. We restore Williamsville floors to like-new condition with insurance documentation available.</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-restoration/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
<div class="service-card" data-animate="up" data-delay="3">
<div class="service-card-body">
<h3>Floor Sanding Williamsville</h3>
<p>Dustless sanding for Williamsville homes. Clean, safe process that prepares your floor perfectly for staining and sealing.</p>
</div>
<div class="service-card-footer">
<a href="/services/floor-sanding/" class="service-card-link">Learn More</a>
<a href="/contact/" class="btn btn--ghost btn--sm">Book Now</a>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ -->
<section class="section section--dark">
<div class="container">
<div style="display:grid;grid-template-columns:5fr 7fr;gap:clamp(2rem,5vw,5rem);align-items:start;">
<div data-animate="left">
<span class="eyebrow">Williamsville FAQ</span>
<h2>Common Questions from Williamsville Homeowners</h2>
<div class="divider"></div>
<p style="color:var(--ash);">Have a question specific to your Williamsville home? Call us at <a href="tel:+17166021429" style="color:var(--amber);font-weight:700;">(716) 602-1429</a></p>
</div>
<div class="faq-list" data-animate="up">
<div class="faq-item">
<div class="faq-question">
<h4>Do you work on upscale homes in Williamsville?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">Yes. We regularly work on premium homes throughout Williamsville and have extensive experience with high-end wood species, custom stain colors, and finish options that match the quality of the home. We treat every project with the same professional care regardless of home value.</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h4>Can you match the stain on my existing Williamsville floors?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">In most cases, yes. We apply a test sample directly on your floor before proceeding so you can verify the color match. For custom blends, our team mixes stains on-site to get the closest possible match to your existing floors.</div>
</div>
</div>
<div class="faq-item">
<div class="faq-question">
<h4>How much disruption should I expect during the project?</h4>
<div class="faq-icon" aria-hidden="true"></div>
</div>
<div class="faq-answer">
<div class="faq-answer-inner">We use dustless sanding equipment that dramatically reduces airborne particles. You will need to vacate the rooms being worked on during sanding and for 24 to 48 hours after final coat application. We work efficiently to minimize disruption to your daily routine.</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ESTIMATE FORM -->
<section class="section contact-section">
<div class="container">
<div class="contact-layout">
<div>
<span class="eyebrow">Williamsville Estimate</span>
<h2>Request a Williamsville Floor Estimate</h2>
<div class="divider"></div>
<p class="lead">Tell us about your floors and we will respond within 1 business hour.</p>
<div class="contact-info-list" style="margin-top:2rem;">
<div class="contact-info-item">
<div class="contact-info-icon">
<svg viewBox="0 0 20 20" aria-hidden="true"><path d="M2 3a1 1 0 011-1h2.153a1 1 0 01.986.836l.74 4.435a1 1 0 01-.54 1.06l-1.548.773a11.037 11.037 0 006.105 6.105l.774-1.548a1 1 0 011.059-.54l4.435.74a1 1 0 01.836.986V17a1 1 0 01-1 1h-2C7.82 18 2 12.18 2 5V3z"/></svg>
</div>
<div><h5>Phone</h5><a href="tel:+17166021429">(716) 602-1429</a></div>
</div>
<div class="contact-info-item">
<div class="contact-info-icon">
<svg viewBox="0 0 20 20" aria-hidden="true"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-12a1 1 0 10-2 0v4a1 1 0 00.293.707l2.828 2.829a1 1 0 101.415-1.415L11 9.586V6z" clip-rule="evenodd"/></svg>
</div>
<div><h5>Hours</h5><p>Monday to Saturday: 8:00 AM to 5:00 PM</p></div>
</div>
</div>
</div>
<div class="contact-form-wrap" data-animate="right">
<h3 style="margin-bottom:1.5rem;font-size:var(--text-xl);">Request a Williamsville Floor Estimate</h3>
<form class="estimate-form" novalidate>
<input type="hidden" name="location" value="Williamsville, NY">
<div class="form-grid form-grid--2">
<div class="form-field">
<label for="name">Full Name <span aria-hidden="true">*</span></label>
<input type="text" id="name" name="name" autocomplete="name" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="phone">Phone Number <span aria-hidden="true">*</span></label>
<input type="tel" id="phone" name="phone" placeholder="(716) 000-0000" autocomplete="tel" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="email">Email Address <span aria-hidden="true">*</span></label>
<input type="email" id="email" name="email" autocomplete="email" required>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field">
<label for="address">Williamsville Address <span aria-hidden="true">*</span></label>
<input type="text" id="address" name="address" autocomplete="street-address" required>
<span class="err-msg" role="alert"></span>
</div>
</div>
<div class="form-field" style="margin-top:1.25rem;">
<label for="service">Service Needed <span aria-hidden="true">*</span></label>
<select id="service" name="service" required>
<option value="">Select a service</option>
<option value="refinishing">Floor Refinishing</option>
<option value="restoration">Floor Restoration</option>
<option value="sanding">Floor Sanding</option>
<option value="installation">Floor Installation</option>
<option value="unsure">Not Sure</option>
</select>
<span class="err-msg" role="alert"></span>
</div>
<div class="form-field" style="margin-top:1.25rem;">
<label for="message">Additional Details</label>
<textarea id="message" name="message" placeholder="Describe your floors or the issue you are experiencing."></textarea>
</div>
<div class="form-trust">
<div class="form-trust-item">1 business hour response</div>
<div class="form-trust-item">No obligation</div>
<div class="form-trust-item">Licensed &amp; insured</div>
</div>
<button type="submit" class="btn btn--primary btn--full btn--lg" style="margin-top:1.25rem;">Send Williamsville Estimate Request</button>
<div class="form-status" role="status" aria-live="polite"></div>
</form>
</div>
</div>
</div>
</section>
</main>
<div id="site-footer"></div>
<script src="/assets/js/components.js"></script>
<script src="/assets/js/main.js"></script>
<script src="/assets/js/form.js"></script>
</body>
</html>