backup
This commit is contained in:
@@ -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>Area Rug 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-living-room.jpg')">
|
||||
<div class="container">
|
||||
<div class="page-hero-content">
|
||||
<span class="hero-eyebrow"><i class="fas fa-map-marker-alt"></i> Waterloo, Seneca Falls & the Finger Lakes</span>
|
||||
<h1>Area Rug Cleaning in Waterloo, NY</h1>
|
||||
<p>Area rugs trap allergens, pet dander, and dust mites deep in the fibers. Gentle but thorough cleaning removes what regular vacuuming cannot reach.</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">Rug Cleaning Done Right</span>
|
||||
<h2>The Dirt in Your Rug Goes Deeper Than You Think</h2>
|
||||
<p>Area rugs act as air filters for the room. Allergens, pet dander, and fine soil settle into the base of the pile where vacuuming barely reaches. Over time that buildup affects the air quality in the room and the feel of the rug underfoot.</p>
|
||||
</div>
|
||||
<div class="features-grid">
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-allergies"></i></div>
|
||||
<h3>Allergens and Dander Removed</h3>
|
||||
<p>Dust mites and pet dander accumulate in rug fibers over months of use. Vacuuming pulls out some surface debris but leaves the rest packed into the pile. Professional cleaning extracts what has settled deep in the fiber.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-feather-alt"></i></div>
|
||||
<h3>Safe for Wool and Delicate Fibers</h3>
|
||||
<p>Wool rugs, natural fiber rugs, and hand-woven pieces require a different approach than synthetic broadloom. We identify the fiber type before cleaning begins. The process is matched to the rug, not the other way around.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-cogs"></i></div>
|
||||
<h3>Synthetic Rugs Cleaned Thoroughly</h3>
|
||||
<p>Machine-made synthetic rugs tolerate a more thorough extraction process. They collect just as much debris as natural fiber rugs. A complete clean restores the color and softens the pile.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-tint-slash"></i></div>
|
||||
<h3>Stains and Odors Addressed</h3>
|
||||
<p>Pet accidents and spills on area rugs soak through to the backing and the floor below. Pre-treatment targets those areas before the extraction pass. Most stains and odors respond well to professional treatment.</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">What We Accept</span>
|
||||
<h2>Wool, Synthetic, and Delicate Rugs Welcome</h2>
|
||||
<p>We clean area rugs of all common fiber types including wool, polypropylene, nylon, cotton, and blended synthetics. Each rug is inspected for fiber type and condition before cleaning begins. Delicate or hand-woven pieces receive a gentler approach.</p>
|
||||
<p>If your rug smells, looks flat, or has visible staining, professional cleaning will make a clear difference. A rug that looks too far gone often surprises its owner after a thorough clean.</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-living-room.jpg')"></div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="cta-section">
|
||||
<div class="container">
|
||||
<div class="cta-content">
|
||||
<h2>Give Your Rugs a Real Clean</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>
|
||||
Reference in New Issue
Block a user