This commit is contained in:
Concept Agent
2026-05-15 18:02:38 +02:00
parent 72016728e2
commit 307e452251
175 changed files with 9316 additions and 0 deletions
+92
View File
@@ -0,0 +1,92 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Stair Carpet Cleaning Waterloo NY | Lahr Carpet Cleaning</title>
<link rel="stylesheet" href="/assets/css/styles.css?v=5">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
</head>
<body>
<header class="header" id="header">
<div class="container">
<div id="site-nav"></div>
</div>
</header>
<section class="page-hero" style="background-image: url('/assets/images/hero/hero-stairs.jpg')">
<div class="container">
<div class="page-hero-content">
<span class="hero-eyebrow"><i class="fas fa-map-marker-alt"></i> Waterloo, Seneca Falls &amp; the Finger Lakes</span>
<h1>Stair Carpet Cleaning in Waterloo, NY</h1>
<p>Stairs collect more dirt per square inch than any flat surface in your home. Compact equipment reaches every tread and riser for a dramatic before-and-after result.</p>
<a href="/contact/" class="btn btn-primary btn-large">Book Now</a>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="section-header">
<span class="section-label">Step-by-Step Deep Cleaning</span>
<h2>Your Stairs Take More Abuse Than Any Other Surface</h2>
<p>Every family member and pet travels those treads multiple times a day. Dirt and debris pack into the edges of each step where vacuuming cannot follow. Professional cleaning restores what daily use takes away.</p>
</div>
<div class="features-grid">
<div class="feature-item">
<div class="feature-icon"><i class="fas fa-compress-arrows-alt"></i></div>
<h3>Compact Equipment for Tight Spaces</h3>
<p>Standard carpet cleaning wands do not work well on stairs. Dedicated stair tools reach every tread, riser, and edge corner. Nothing gets skipped because of the geometry.</p>
</div>
<div class="feature-item">
<div class="feature-icon"><i class="fas fa-shoe-prints"></i></div>
<h3>High-Traffic Dirt Removed Thoroughly</h3>
<p>Stairs see more concentrated foot traffic than any hallway or room. Ground-in grit damages fibers faster on stairs than anywhere else. Extraction cleaning stops that cycle of wear.</p>
</div>
<div class="feature-item">
<div class="feature-icon"><i class="fas fa-tint-slash"></i></div>
<h3>Stain Pre-Treatment on Every Step</h3>
<p>Pet accidents, food spills, and tracked-in mud all show on stair carpet. Each tread is pre-treated before extraction begins. Stubborn stains get individual attention before the main pass.</p>
</div>
<div class="feature-item">
<div class="feature-icon"><i class="fas fa-star"></i></div>
<h3>Dramatic Before-and-After Contrast</h3>
<p>The improvement on stairs is visible immediately after cleaning. Restored color and texture make the whole staircase look refreshed. The results are among the most noticeable of any surface we clean.</p>
</div>
</div>
</div>
</section>
<section class="section section-alt">
<div class="container">
<div class="why-grid">
<div class="why-text">
<span class="section-label">How It Works</span>
<h2>Every Step Gets Individual Attention</h2>
<p>We work tread by tread from the top of the staircase down. Each step is vacuumed, pre-treated, and extracted before moving to the next. Risers and the edges where carpet meets the wall get cleaned too, not just the walking surface.</p>
<p>The process takes longer per square foot than open room cleaning, but the result justifies it. Stairs that looked permanently stained often clean up completely with this approach.</p>
<a href="/contact/" class="btn btn-primary">Book Now</a>
</div>
<div class="why-choose-image" style="background-image: url('/assets/images/hero/hero-stairs.jpg')"></div>
</div>
</div>
</section>
<section class="cta-section">
<div class="container">
<div class="cta-content">
<h2>Clean Every Step in Your Home</h2>
<p>Serving Waterloo, Seneca Falls, and the Finger Lakes region.</p>
<div class="cta-actions">
<a href="/contact/" class="btn btn-primary btn-large">Book Now</a>
<a href="tel:315-719-1218" class="btn btn-ghost btn-large"><i class="fas fa-phone"></i> 315-719-1218</a>
</div>
</div>
</div>
</section>
<div id="site-footer"></div>
<script src="/assets/js/components.js"></script>
<script src="/assets/js/main.js"></script>
</body>
</html>