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
+158
View File
@@ -0,0 +1,158 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Work | 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">
<style>
.gallery-card {
position: relative;
border-radius: 8px;
overflow: hidden;
min-height: 260px;
background-size: cover;
background-position: center;
display: flex;
align-items: flex-end;
}
.gallery-card-label {
position: relative;
z-index: 2;
padding: 20px 20px 22px;
width: 100%;
background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
}
.gallery-card-label h3 {
margin: 0 0 4px;
font-size: 1.1rem;
font-weight: 700;
color: #fff;
}
.gallery-card-label p {
margin: 0;
font-size: 0.85rem;
color: rgba(255,255,255,0.7);
}
</style>
</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-before-after.jpg'); background-size: cover; background-position: center;">
<div class="container">
<div class="page-hero-content">
<span class="hero-eyebrow">Results from the Finger Lakes Region</span>
<h1>Our <span class="text-accent">Work</span></h1>
<p>Real cleaning jobs. Real results. See what professional carpet care looks like.</p>
<a href="/contact/" class="btn btn-primary btn-large">Book Now</a>
</div>
</div>
</section>
<section class="service-details" id="intro">
<div class="container" style="text-align:center;max-width:720px;">
<span class="section-label">What We Do</span>
<h2 class="section-title">The Results Speak for Themselves</h2>
<p style="color:rgba(255,255,255,0.8);font-size:1.05rem;line-height:1.8;">We clean carpets, stairs, upholstery, area rugs, hard floors, and commercial spaces throughout the Finger Lakes region. Every job gets the same equipment and the same standard of care. The types of results below reflect our everyday work for homeowners and businesses in Waterloo, Geneva, Seneca Falls, and surrounding communities.</p>
</div>
</section>
<section class="service-details-alt" id="results">
<div class="container">
<div class="section-header">
<span class="section-label">Types of Results</span>
<h2 class="section-title">What We Achieve on Every Job</h2>
<p class="section-subtitle">From pet-stained carpet to commercial office floors, our equipment reaches what household cleaning cannot.</p>
</div>
<div class="advantages-grid" style="margin-top:40px;">
<div class="advantage" style="border:1px solid rgba(255,255,255,0.1);padding:32px;">
<div class="advantage-icon"><i class="fas fa-home"></i></div>
<h3>Carpet Cleaning</h3>
<p>We remove deep-seated dirt, allergens, and stains from carpet fibers using hot water extraction. High-traffic areas and heavily soiled rooms get pre-treatment before the main clean.</p>
</div>
<div class="advantage" style="border:1px solid rgba(255,255,255,0.1);padding:32px;">
<div class="advantage-icon"><i class="fas fa-couch"></i></div>
<h3>Upholstery Cleaning</h3>
<p>Sofas, chairs, and mattresses hold more than you expect. Our upholstery cleaning restores color and removes odors without damaging fabric.</p>
</div>
<div class="advantage" style="border:1px solid rgba(255,255,255,0.1);padding:32px;">
<div class="advantage-icon"><i class="fas fa-stairs"></i></div>
<h3>Stair Cleaning</h3>
<p>Stairs are the most heavily trafficked surface in any home. We clean every tread and riser with the same thoroughness we bring to open floor areas.</p>
</div>
<div class="advantage" style="border:1px solid rgba(255,255,255,0.1);padding:32px;">
<div class="advantage-icon"><i class="fas fa-building"></i></div>
<h3>Commercial Spaces</h3>
<p>We work in offices, rental properties, and retail spaces. Commercial cleaning is scheduled around your business hours to minimize disruption.</p>
</div>
</div>
</div>
</section>
<section class="service-details" id="gallery">
<div class="container">
<div class="section-header">
<span class="section-label">Gallery</span>
<h2 class="section-title">Work from the Field</h2>
<p class="section-subtitle">A sample of the cleaning services we provide throughout the Finger Lakes.</p>
</div>
<div class="services-grid" style="margin-top:40px;">
<div class="gallery-card service-card" style="background-image: url('/assets/images/hero/hero-clean-result.jpg');">
<div class="gallery-card-label">
<h3>Carpet Cleaning</h3>
<p>Residential deep clean</p>
</div>
</div>
<div class="gallery-card service-card" style="background-image: url('/assets/images/hero/hero-before-after.jpg');">
<div class="gallery-card-label">
<h3>Before and After</h3>
<p>Stain removal and restoration</p>
</div>
</div>
<div class="gallery-card service-card" style="background-image: url('/assets/images/hero/hero-stairs.jpg');">
<div class="gallery-card-label">
<h3>Stair Cleaning</h3>
<p>High-traffic tread and riser cleaning</p>
</div>
</div>
<div class="gallery-card service-card" style="background-image: url('/assets/images/hero/hero-living-room.jpg');">
<div class="gallery-card-label">
<h3>Upholstery</h3>
<p>Furniture and sofa cleaning</p>
</div>
</div>
<div class="gallery-card service-card" style="background-image: url('/assets/images/hero/hero-technician.jpg');">
<div class="gallery-card-label">
<h3>Professional Service</h3>
<p>On-site technician at work</p>
</div>
</div>
<div class="gallery-card service-card" style="background-image: url('/assets/images/hero/hero-clean-result.jpg');">
<div class="gallery-card-label">
<h3>Commercial Cleaning</h3>
<p>Office and commercial floor care</p>
</div>
</div>
</div>
</div>
</section>
<section class="cta-banner" id="book">
<div class="cta-content">
<h2 class="heading-4"><strong>Want Results Like </strong><span class="text-accent"><strong>These</strong></span><strong>?</strong></h2>
<p class="paragraph-4">Schedule your cleaning today. We serve the entire Finger Lakes region. Free estimates included.</p>
<a href="/contact/" class="btn btn-primary">Book Now</a>
</div>
</section>
<div id="site-footer"></div>
<script src="/assets/js/components.js"></script>
<script src="/assets/js/main.js"></script>
</body>
</html>