backup
@@ -0,0 +1,18 @@
|
||||
---
|
||||
deployment:
|
||||
tasks:
|
||||
- export DEPLOYPATH=/home/dev1communitypro/public_html/
|
||||
- /bin/cp -r assets "$DEPLOYPATH"
|
||||
- /bin/cp -r about "$DEPLOYPATH"
|
||||
- /bin/cp -r commercial "$DEPLOYPATH"
|
||||
- /bin/cp -r contact "$DEPLOYPATH"
|
||||
- /bin/cp -r locations "$DEPLOYPATH"
|
||||
- /bin/cp -r our-work "$DEPLOYPATH"
|
||||
- /bin/cp -r reviews "$DEPLOYPATH"
|
||||
- /bin/cp -r service-area "$DEPLOYPATH"
|
||||
- /bin/cp -r services "$DEPLOYPATH"
|
||||
- /bin/cp index.html "$DEPLOYPATH"
|
||||
- /bin/cp 404.html "$DEPLOYPATH"
|
||||
- /bin/cp 500.html "$DEPLOYPATH"
|
||||
- /bin/cp robots.txt "$DEPLOYPATH"
|
||||
- /bin/cp sitemap.xml "$DEPLOYPATH"
|
||||
@@ -0,0 +1,6 @@
|
||||
.git
|
||||
.env
|
||||
.planning
|
||||
.claude
|
||||
*.Zone.Identifier
|
||||
node_modules
|
||||
@@ -0,0 +1,4 @@
|
||||
RESEND_API_KEY=
|
||||
FROM_ADDRESS=noreply@lahrcarpetcleaning.com
|
||||
ALLOWED_ORIGINS=lahrcarpetcleaning.com
|
||||
LAHR_INBOX_TO=lahrcarpet@gmail.com
|
||||
@@ -0,0 +1,6 @@
|
||||
.env
|
||||
*.Zone.Identifier
|
||||
node_modules/
|
||||
build/
|
||||
.DS_Store
|
||||
*.log
|
||||
@@ -0,0 +1,124 @@
|
||||
# SITEMAP_CANONICAL.md — lahrcarpetcleaning.com
|
||||
|
||||
## Nav Structure
|
||||
Home · Residential · Commercial · Our Work · About · Company
|
||||
|
||||
---
|
||||
|
||||
## Pages
|
||||
|
||||
### / — Home
|
||||
Status: EXISTS
|
||||
File: index.html
|
||||
|
||||
---
|
||||
|
||||
### /residential/ — Residential Services (landing)
|
||||
Status: TODO — new page
|
||||
Nav: Residential (parent)
|
||||
Purpose: Overview of all residential services with cards linking to each sub-page.
|
||||
|
||||
#### /residential/carpet-cleaning/
|
||||
Status: EXISTS (currently at /services/carpet-cleaning/) — needs folder rename
|
||||
Hero image: hero-technician.jpg
|
||||
|
||||
#### /residential/stairs/
|
||||
Status: EXISTS (currently at /services/stairs/) — needs folder rename
|
||||
Hero image: hero-stairs.jpg
|
||||
|
||||
#### /residential/upholstery/
|
||||
Status: EXISTS (currently at /services/upholstery/) — needs folder rename
|
||||
Hero image: hero-clean-result.jpg
|
||||
|
||||
#### /residential/floors/
|
||||
Status: EXISTS (currently at /services/floors/) — needs folder rename
|
||||
Hero image: hero-living-room.jpg
|
||||
|
||||
#### /residential/area-rugs/
|
||||
Status: EXISTS (currently at /services/area-rugs/) — needs folder rename
|
||||
Hero image: hero-clean-result.jpg
|
||||
|
||||
#### /residential/add-ons/
|
||||
Status: EXISTS (currently at /services/add-ons/) — needs folder rename
|
||||
Hero image: hero-before-after.jpg
|
||||
|
||||
---
|
||||
|
||||
### /commercial/ — Commercial Cleaning
|
||||
Status: EXISTS (currently at /services/commercial/) — needs folder move to root
|
||||
Hero image: AdobeStock commercial images (keep as-is)
|
||||
|
||||
---
|
||||
|
||||
### /our-work/ — Our Work (Before/After Gallery)
|
||||
Status: TODO — new page
|
||||
Nav: Our Work (standalone)
|
||||
Purpose: Grid of before/after job photos. Real client work images.
|
||||
Images: assets/images/our-work/ (folder needed)
|
||||
|
||||
---
|
||||
|
||||
### /about/ — About
|
||||
Status: EXISTS
|
||||
Nav: About (standalone)
|
||||
|
||||
---
|
||||
|
||||
### /company/ — Company (dropdown parent, no landing needed)
|
||||
Nav label: Company
|
||||
|
||||
#### /contact/ — Contact
|
||||
Status: EXISTS
|
||||
|
||||
#### /service-area/ — Service Area
|
||||
Status: TODO — new page
|
||||
Purpose: Towns served — Waterloo, Seneca Falls, Geneva, Canandaigua, Auburn, Finger Lakes region.
|
||||
SEO: local landing content per town area.
|
||||
|
||||
#### /reviews/ — Reviews
|
||||
Status: TODO — new page
|
||||
Purpose: Google review embeds / static testimonials.
|
||||
|
||||
---
|
||||
|
||||
## Folder Rename Plan
|
||||
|
||||
| Current path | New path |
|
||||
|----------------------------|-------------------------------|
|
||||
| /services/carpet-cleaning/ | /residential/carpet-cleaning/ |
|
||||
| /services/stairs/ | /residential/stairs/ |
|
||||
| /services/upholstery/ | /residential/upholstery/ |
|
||||
| /services/floors/ | /residential/floors/ |
|
||||
| /services/area-rugs/ | /residential/area-rugs/ |
|
||||
| /services/add-ons/ | /residential/add-ons/ |
|
||||
| /services/commercial/ | /commercial/ |
|
||||
|
||||
All internal nav links and footer links update site-wide on rename.
|
||||
|
||||
---
|
||||
|
||||
## sitemap.xml URLs (target)
|
||||
|
||||
/
|
||||
/residential/
|
||||
/residential/carpet-cleaning/
|
||||
/residential/stairs/
|
||||
/residential/upholstery/
|
||||
/residential/floors/
|
||||
/residential/area-rugs/
|
||||
/residential/add-ons/
|
||||
/commercial/
|
||||
/our-work/
|
||||
/about/
|
||||
/contact/
|
||||
/service-area/
|
||||
/reviews/
|
||||
|
||||
---
|
||||
|
||||
## Notes
|
||||
- No pricing on any page (pricing flyer is internal reference only)
|
||||
- All hero images: Imagen 4 generated (assets/images/hero/)
|
||||
- Service area focus: Upstate NY — Waterloo, Seneca Falls, Geneva, Finger Lakes region
|
||||
- Phone: 315-719-1218 | Email: lahrcarpet@gmail.com
|
||||
- Address: 1076 Waterloo/Geneva Road, Waterloo, NY
|
||||
|
After Width: | Height: | Size: 169 KiB |
@@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Page Not Found | Lahr Carpet Cleaning</title>
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<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">
|
||||
<nav class="navbar">
|
||||
<a href="/" class="logo">
|
||||
<span class="logo-text">Lahr <span class="logo-highlight">Carpet</span></span>
|
||||
</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section class="hero page-hero" style="min-height:60vh;display:flex;align-items:center;">
|
||||
<div class="container" style="text-align:center;">
|
||||
<h1 class="hero-title" style="font-size:6rem;margin-bottom:0;">404</h1>
|
||||
<h2 class="section-title" style="margin-top:0;">Page Not Found</h2>
|
||||
<p class="paragraph" style="margin-bottom:32px;">The page you are looking for does not exist or has been moved.</p>
|
||||
<a href="/" class="btn btn-primary">Back to Home</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer class="footer">
|
||||
<div class="footer-bottom">
|
||||
<div class="container">
|
||||
<p>© 2025 All Rights Reserved. Lahr Carpet Cleaning</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Server Error | Lahr Carpet Cleaning</title>
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<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">
|
||||
<nav class="navbar">
|
||||
<a href="/" class="logo">
|
||||
<span class="logo-text">Lahr <span class="logo-highlight">Carpet</span></span>
|
||||
</a>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section class="hero page-hero" style="min-height:60vh;display:flex;align-items:center;">
|
||||
<div class="container" style="text-align:center;">
|
||||
<h1 class="hero-title" style="font-size:6rem;margin-bottom:0;">500</h1>
|
||||
<h2 class="section-title" style="margin-top:0;">Server Error</h2>
|
||||
<p class="paragraph" style="margin-bottom:32px;">Something went wrong on our end. Please try again or contact us directly.</p>
|
||||
<a href="/" class="btn btn-primary">Back to Home</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<footer class="footer">
|
||||
<div class="footer-bottom">
|
||||
<div class="container">
|
||||
<p>© 2025 All Rights Reserved. Lahr Carpet Cleaning</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,5 @@
|
||||
FROM nginx:alpine
|
||||
COPY infra/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY . /usr/share/nginx/html
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
@@ -0,0 +1,119 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>About Lahr Carpet Cleaning | Waterloo NY</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-technician.jpg'); background-size: cover; background-position: center;">
|
||||
<div class="container">
|
||||
<div class="page-hero-content">
|
||||
<span class="hero-eyebrow">Waterloo, NY — Finger Lakes Region</span>
|
||||
<h1>About <span class="text-accent">Lahr</span> Carpet Cleaning</h1>
|
||||
<p>Local, reliable carpet care that treats your home with respect.</p>
|
||||
<a href="/contact/" class="btn btn-primary btn-large">Book Now</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="service-details" id="story">
|
||||
<div class="container">
|
||||
<div class="service-detail-row">
|
||||
<div class="service-detail-image">
|
||||
<img src="/assets/images/hero/hero-technician.jpg" alt="Lahr Carpet Cleaning technician at work" style="width:100%;height:500px;object-fit:cover;border-radius:6px;">
|
||||
</div>
|
||||
<div class="service-detail-content">
|
||||
<span class="section-label">Who We Are</span>
|
||||
<h2>A Local Business Built on <span class="text-accent">Trust</span></h2>
|
||||
<p class="service-detail-desc">Lahr Carpet Cleaning is a family-owned company based in Waterloo, NY. We serve homeowners and businesses throughout the Finger Lakes region. Our focus has always been simple: show up on time, do the work right, and leave every space cleaner than we found it.</p>
|
||||
<p class="service-detail-desc">Dirty carpets are more than an eyesore. They hold allergens, pet dander, and bacteria that regular vacuuming cannot remove. We use professional hot water extraction equipment to reach deep into carpet fibers and pull out what has built up over time.</p>
|
||||
<p class="service-detail-desc">Every home we enter gets our full attention. We protect your furniture, your floors, and your time. When we finish, you will see the difference immediately.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="service-details-alt" id="values">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
<span class="section-label">What We Stand For</span>
|
||||
<h2 class="section-title">Our Approach to Every Job</h2>
|
||||
<p class="section-subtitle">We treat every home the way we would want ours treated.</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-handshake"></i></div>
|
||||
<h3>Reliability</h3>
|
||||
<p>We arrive when scheduled. No vague windows. No last-minute cancellations. Your time matters.</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-search"></i></div>
|
||||
<h3>Attention to Detail</h3>
|
||||
<p>We inspect high-traffic areas, pre-treat stains, and check our work before we leave.</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-home"></i></div>
|
||||
<h3>Respect for Your Home</h3>
|
||||
<p>We protect baseboards, handle furniture carefully, and clean up after ourselves every time.</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-leaf"></i></div>
|
||||
<h3>Safe Products</h3>
|
||||
<p>Our cleaning solutions are safe for children, pets, and the environment.</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-dollar-sign"></i></div>
|
||||
<h3>Honest Pricing</h3>
|
||||
<p>No hidden fees. We tell you the cost before we begin, and that is what you pay.</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-star"></i></div>
|
||||
<h3>Quality Results</h3>
|
||||
<p>We do not leave until the job meets our standard. Your satisfaction is the measure of our work.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="service-details" id="community">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
<span class="section-label">Our Community</span>
|
||||
<h2 class="section-title">Proudly Serving the Finger Lakes</h2>
|
||||
<p class="section-subtitle">We are your neighbors. We live and work in the same communities you do.</p>
|
||||
</div>
|
||||
<div class="service-detail-row" style="margin-top:40px;">
|
||||
<div class="service-detail-content">
|
||||
<p class="service-detail-desc">Lahr Carpet Cleaning is based in Waterloo, NY and serves the broader Finger Lakes region. That includes Seneca Falls, Geneva, Canandaigua, Cayuga, Ovid, Romulus, Lodi, Dundee, Penn Yan, and the communities that surround them.</p>
|
||||
<p class="service-detail-desc">Being a local business means we are invested in doing right by our neighbors. When you call us, you are not dealing with a call center. You are talking to the people who will actually show up at your door.</p>
|
||||
<p class="service-detail-desc">We serve homes, rental properties, offices, and commercial spaces throughout Seneca, Ontario, Schuyler, and Yates counties. If you are not sure we cover your area, give us a call at <a href="tel:315-719-1218" class="text-accent">315-719-1218</a>.</p>
|
||||
</div>
|
||||
<div class="service-detail-image">
|
||||
<img src="/assets/images/hero/hero-living-room.jpg" alt="Clean living room carpet in Finger Lakes home" style="width:100%;height:420px;object-fit:cover;border-radius:6px;">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="cta-banner" id="book">
|
||||
<div class="cta-content">
|
||||
<h2 class="heading-4"><strong>Ready to See the </strong><span class="text-accent"><strong>Difference</strong></span><strong>?</strong></h2>
|
||||
<p class="paragraph-4">Call us or fill out our contact form. Free estimates included with every booking.</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>
|
||||
|
After Width: | Height: | Size: 670 KiB |
|
After Width: | Height: | Size: 372 KiB |
|
After Width: | Height: | Size: 387 KiB |
|
After Width: | Height: | Size: 546 KiB |
|
After Width: | Height: | Size: 346 KiB |
|
After Width: | Height: | Size: 338 KiB |
|
After Width: | Height: | Size: 366 KiB |
|
After Width: | Height: | Size: 318 KiB |
|
After Width: | Height: | Size: 376 KiB |
|
After Width: | Height: | Size: 334 KiB |
|
After Width: | Height: | Size: 389 KiB |
|
After Width: | Height: | Size: 555 KiB |
|
After Width: | Height: | Size: 402 KiB |
|
After Width: | Height: | Size: 466 KiB |
|
After Width: | Height: | Size: 589 KiB |
|
After Width: | Height: | Size: 389 KiB |
|
After Width: | Height: | Size: 441 KiB |
|
After Width: | Height: | Size: 371 KiB |
|
After Width: | Height: | Size: 382 KiB |
|
After Width: | Height: | Size: 495 KiB |
|
After Width: | Height: | Size: 271 KiB |
|
After Width: | Height: | Size: 791 KiB |
|
After Width: | Height: | Size: 522 KiB |
|
After Width: | Height: | Size: 470 KiB |
|
After Width: | Height: | Size: 571 KiB |
|
After Width: | Height: | Size: 522 KiB |
|
After Width: | Height: | Size: 364 KiB |
|
After Width: | Height: | Size: 895 KiB |
|
After Width: | Height: | Size: 556 KiB |
|
After Width: | Height: | Size: 162 KiB |
|
After Width: | Height: | Size: 369 KiB |
|
After Width: | Height: | Size: 484 KiB |
|
After Width: | Height: | Size: 442 KiB |
|
After Width: | Height: | Size: 380 KiB |
|
After Width: | Height: | Size: 552 KiB |
|
After Width: | Height: | Size: 464 KiB |
|
After Width: | Height: | Size: 469 KiB |
|
After Width: | Height: | Size: 532 KiB |
|
After Width: | Height: | Size: 298 KiB |
|
After Width: | Height: | Size: 685 KiB |
|
After Width: | Height: | Size: 521 KiB |
@@ -0,0 +1,143 @@
|
||||
(function () {
|
||||
var NAV = `<nav class="navbar">
|
||||
<a href="/" class="logo">
|
||||
<span class="logo-text">Lahr <span class="logo-highlight">Carpet</span></span>
|
||||
</a>
|
||||
<ul class="nav-links">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/our-work/">Our Work</a></li>
|
||||
<li><a href="/about/">About</a></li>
|
||||
<li>
|
||||
<div class="nav-dropdown">
|
||||
<span class="dropdown-label">Company <i class="fas fa-caret-down"></i></span>
|
||||
<div class="dropdown-menu">
|
||||
<a href="/about/">About Us</a>
|
||||
<a href="/service-area/">Service Area</a>
|
||||
<a href="/reviews/">Reviews</a>
|
||||
<a href="/contact/">Contact</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="nav-dropdown">
|
||||
<span class="dropdown-label">Residential <i class="fas fa-caret-down"></i></span>
|
||||
<div class="dropdown-menu">
|
||||
<a href="/services/carpet-cleaning/">Carpet Cleaning</a>
|
||||
<a href="/services/stairs/">Stairs Cleaning</a>
|
||||
<a href="/services/upholstery/">Upholstery Cleaning</a>
|
||||
<a href="/services/floors/">Floor Cleaning</a>
|
||||
<a href="/services/area-rugs/">Area Rug Cleaning</a>
|
||||
<a href="/services/add-ons/">Add-On Services</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
<li>
|
||||
<div class="nav-dropdown">
|
||||
<span class="dropdown-label">Commercial <i class="fas fa-caret-down"></i></span>
|
||||
<div class="dropdown-menu">
|
||||
<a href="/services/commercial/">Commercial Overview</a>
|
||||
<a href="/commercial/vacation-rentals/">Vacation Rentals</a>
|
||||
<a href="/commercial/offices/">Offices</a>
|
||||
<a href="/commercial/hotels-inns/">Hotels & Inns</a>
|
||||
<a href="/commercial/retail-showrooms/">Retail & Showrooms</a>
|
||||
<a href="/commercial/property-management/">Property Management</a>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="nav-contact">
|
||||
<a href="https://www.facebook.com/profile.php?id=61559554960851" class="social-icon" aria-label="Facebook" target="_blank"><i class="fab fa-facebook-f"></i></a>
|
||||
<a href="https://www.instagram.com/lahrautospa/" class="social-icon" aria-label="Instagram" target="_blank"><i class="fab fa-instagram"></i></a>
|
||||
<a href="tel:315-719-1218" class="btn btn-primary"><i class="fas fa-phone"></i></a>
|
||||
</div>
|
||||
<button class="mobile-menu-toggle" aria-label="Toggle menu">
|
||||
<span></span><span></span><span></span>
|
||||
</button>
|
||||
</nav>`;
|
||||
|
||||
var FOOTER = `<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="footer-grid">
|
||||
<div class="footer-brand">
|
||||
<a href="/" class="footer-logo">
|
||||
<span class="logo-text">Lahr <span class="logo-highlight">Carpet</span></span>
|
||||
</a>
|
||||
<p>We clean carpets, upholstery, rugs, and hard floors for homes and businesses in Waterloo, Geneva, and the Finger Lakes region.</p>
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
<h4>Services</h4>
|
||||
<ul>
|
||||
<li><a href="/services/carpet-cleaning/">Carpet Cleaning</a></li>
|
||||
<li><a href="/services/stairs/">Stairs Cleaning</a></li>
|
||||
<li><a href="/services/upholstery/">Upholstery Cleaning</a></li>
|
||||
<li><a href="/services/floors/">Floor Cleaning</a></li>
|
||||
<li><a href="/services/add-ons/">Add-On Services</a></li>
|
||||
<li><a href="/services/area-rugs/">Area Rug Cleaning</a></li>
|
||||
<li><a href="/services/commercial/">Commercial Cleaning</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
<h4>Service Areas</h4>
|
||||
<ul>
|
||||
<li><a href="/locations/waterloo-ny/">Waterloo, NY</a></li>
|
||||
<li><a href="/locations/geneva-ny/">Geneva, NY</a></li>
|
||||
<li><a href="/locations/seneca-falls-ny/">Seneca Falls, NY</a></li>
|
||||
<li><a href="/locations/canandaigua-ny/">Canandaigua, NY</a></li>
|
||||
<li><a href="/locations/penn-yan-ny/">Penn Yan, NY</a></li>
|
||||
<li><a href="/locations/victor-ny/">Victor, NY</a></li>
|
||||
<li><a href="/locations/newark-ny/">Newark, NY</a></li>
|
||||
<li><a href="/locations/">All Locations →</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer-links">
|
||||
<h4>Contact Us</h4>
|
||||
<ul>
|
||||
<li><i class="fas fa-phone"></i> <a href="tel:315-719-1218">315-719-1218</a></li>
|
||||
<li><i class="fas fa-envelope"></i> <a href="mailto:lahrcarpet@gmail.com">lahrcarpet@gmail.com</a></li>
|
||||
<li><i class="fas fa-location-dot"></i> 1076 Waterloo/Geneva Road, Waterloo, NY</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-bottom">
|
||||
<div class="container">
|
||||
<p>© 2025 All Rights Reserved. Lahr Carpet Cleaning</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>`;
|
||||
|
||||
var PROCESS = `<section class="how-it-works">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
<span class="section-label">How It Works</span>
|
||||
<h2 class="section-title">Getting Started Is Simple</h2>
|
||||
<p class="section-subtitle">Three steps from first contact to clean carpets.</p>
|
||||
</div>
|
||||
<div class="process-track">
|
||||
<div class="process-connector"><div class="process-connector-fill"></div></div>
|
||||
<div class="process-step">
|
||||
<div class="process-num">1</div>
|
||||
<h3>Contact Us</h3>
|
||||
<p>Call or submit the form online. Tell us what you need cleaned and we will confirm availability for your area.</p>
|
||||
</div>
|
||||
<div class="process-step">
|
||||
<div class="process-num">2</div>
|
||||
<h3>We Arrive and Clean</h3>
|
||||
<p>Our technician arrives on time with professional equipment. We pre-treat, extract, and inspect before we leave.</p>
|
||||
</div>
|
||||
<div class="process-step">
|
||||
<div class="process-num">3</div>
|
||||
<h3>Enjoy the Results</h3>
|
||||
<p>Your carpets dry in hours. You will see and smell the difference the same day we finish.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>`;
|
||||
|
||||
var navEl = document.getElementById('site-nav');
|
||||
var footerEl = document.getElementById('site-footer');
|
||||
var processEl = document.getElementById('site-process');
|
||||
if (navEl) navEl.innerHTML = NAV;
|
||||
if (footerEl) footerEl.innerHTML = FOOTER;
|
||||
if (processEl) processEl.outerHTML = PROCESS;
|
||||
})();
|
||||
@@ -0,0 +1,68 @@
|
||||
const mobileToggle = document.querySelector('.mobile-menu-toggle');
|
||||
const navLinks = document.querySelector('.nav-links');
|
||||
const navContact = document.querySelector('.nav-contact');
|
||||
mobileToggle.addEventListener('click', () => {
|
||||
navLinks.classList.toggle('active');
|
||||
navContact.classList.toggle('active');
|
||||
mobileToggle.classList.toggle('active');
|
||||
});
|
||||
const dropdownLabel = document.querySelector('.dropdown-label');
|
||||
const navDropdown = document.querySelector('.nav-dropdown');
|
||||
if (dropdownLabel && navDropdown) {
|
||||
dropdownLabel.addEventListener('click', function(e) {
|
||||
if (window.innerWidth <= 768) {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
navDropdown.classList.toggle('open');
|
||||
}
|
||||
});
|
||||
document.addEventListener('click', function(e) {
|
||||
if (!navDropdown.contains(e.target)) {
|
||||
navDropdown.classList.remove('open');
|
||||
}
|
||||
});
|
||||
}
|
||||
document.querySelectorAll('.dropdown-toggle').forEach(toggle => {
|
||||
toggle.addEventListener('click', function() {
|
||||
this.classList.toggle('active');
|
||||
this.nextElementSibling.classList.toggle('active');
|
||||
});
|
||||
});
|
||||
const form = document.getElementById('quoteForm');
|
||||
if (form) {
|
||||
form.addEventListener('submit', function(e) {
|
||||
e.preventDefault();
|
||||
alert('Thank you for your quote request! We will contact you shortly.');
|
||||
this.reset();
|
||||
});
|
||||
}
|
||||
|
||||
// How It Works — scroll-triggered step reveal
|
||||
(function () {
|
||||
function initProcess() {
|
||||
var track = document.querySelector('.process-track');
|
||||
if (!track) return;
|
||||
var steps = track.querySelectorAll('.process-step');
|
||||
var observer = new IntersectionObserver(function (entries) {
|
||||
entries.forEach(function (entry) {
|
||||
if (entry.isIntersecting) {
|
||||
track.classList.add('animated');
|
||||
steps.forEach(function (step, i) {
|
||||
setTimeout(function () {
|
||||
step.classList.add('visible');
|
||||
}, i * 220);
|
||||
});
|
||||
observer.disconnect();
|
||||
}
|
||||
});
|
||||
}, { threshold: 0.25 });
|
||||
observer.observe(track);
|
||||
}
|
||||
// components.js runs before main.js, but process section is injected synchronously
|
||||
// so it's available immediately
|
||||
if (document.readyState === 'loading') {
|
||||
document.addEventListener('DOMContentLoaded', initProcess);
|
||||
} else {
|
||||
initProcess();
|
||||
}
|
||||
}());
|
||||
|
After Width: | Height: | Size: 330 KiB |
@@ -0,0 +1,16 @@
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v3-shot-01.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v3-shot-04.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v3-shot-02.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v2-shot-03-stain-on-chair.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/shot-05-extraction-couch.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/shot-03-technician.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v3-shot-06.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v3-shot-07.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v3-shot-03.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v2-shot-05-clean-stairs.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v3-shot-05.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v2-shot-07-restaurant.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v2-shot-06-office.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/shot-01-wide-room.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/shot-05-clean-reveal.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/shot-04-extraction-carpet.mp4'
|
||||
@@ -0,0 +1,7 @@
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v2-shot-01-door-entry.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v2-shot-02-mud-on-carpet.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v2-shot-03-stain-on-chair.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v2-shot-04-extraction-carpet.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v2-shot-05-clean-stairs.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v2-shot-06-office.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v2-shot-07-restaurant.mp4'
|
||||
@@ -0,0 +1,7 @@
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v3-shot-01.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v3-shot-02.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v3-shot-03.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v3-shot-04.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v3-shot-05.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v3-shot-06.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/v3-shot-07.mp4'
|
||||
@@ -0,0 +1,9 @@
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/shot-01-door-opens-trimmed.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/shot-02-pan-to-stains.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/shot-03-stain-closeup.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/shot-04-extraction-carpet.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/shot-05-extraction-couch.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/shot-06-extraction-stairs.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/shot-07-office-entryway.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/shot-08-showroom.mp4'
|
||||
file '/home/sirdrez/arisingmedia-websites/lahrcarpetcleaning.com/assets/videos/hero/clips/shot-09-technician-unloading.mp4'
|
||||
@@ -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>Hotel and Inn Carpet Cleaning | 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-before-after.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>Hotel and Inn Carpet Cleaning in the Finger Lakes</h1>
|
||||
<p>Guests write reviews based on what they see and smell. Worn, stained carpet is the detail that costs you stars.</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">Hospitality Cleaning</span>
|
||||
<h2>Consistent Carpet Care That Keeps Your Property Competitive</h2>
|
||||
<p>Hospitality carpet absorbs daily punishment from luggage wheels, food spills, and heavy foot traffic. Without a consistent cleaning program, hallways and guest rooms develop an odor and appearance that no amount of fresh linens can overcome. Lahr Carpet Cleaning serves inns, hotels, and bed and breakfasts throughout the Finger Lakes region.</p>
|
||||
</div>
|
||||
<div class="features-grid">
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-bed"></i></div>
|
||||
<h3>Guest Rooms</h3>
|
||||
<p>Room carpet carries odors and stains that surface cleaning cannot fix. We extract embedded soil and treat stains at the fiber level. Guests notice clean rooms and say so in reviews.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-door-open"></i></div>
|
||||
<h3>Hallways and Common Areas</h3>
|
||||
<p>Hallway carpet shows traffic lanes faster than any other area of a property. We restore pile and color so the path from the lobby to the room sets the right tone for every guest.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-star-half-alt"></i></div>
|
||||
<h3>Review Score Protection</h3>
|
||||
<p>Cleanliness is one of the top factors guests cite in online reviews for lodging properties. A consistent cleaning program is one of the lowest-cost investments you can make to protect your rating and occupancy rate.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-calendar-check"></i></div>
|
||||
<h3>Scheduled Programs for Lodging Properties</h3>
|
||||
<p>We build cleaning schedules around your occupancy calendar. High season and low season have different demands. We accommodate both so your property is always ready for the next arrival.</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">Finger Lakes Hospitality</span>
|
||||
<h2>We Understand the Pace of Wine Country Hospitality</h2>
|
||||
<p>Finger Lakes lodging properties face compressed busy seasons and demanding guests who compare properties online before they arrive. Your property needs to look its best during peak periods, not just between them. We work with innkeepers and property managers to build cleaning programs that keep up with the season.</p>
|
||||
<p>Bed and breakfasts, small inns, and boutique hotels all receive the same professional extraction service we bring to larger commercial accounts. No property is too small to benefit from clean carpet.</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>Protect Your Property Rating With Clean Carpet</h2>
|
||||
<p>Book a cleaning program built around your occupancy schedule.</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>
|
||||
@@ -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>Office 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-technician.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>Office Carpet Cleaning in Waterloo, NY</h1>
|
||||
<p>Worn office carpet tells clients you do not care about the details. We clean after hours so your space looks sharp every morning.</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">Office Cleaning</span>
|
||||
<h2>Clean Offices Win Client Confidence Before You Speak</h2>
|
||||
<p>High-traffic office carpet shows wear faster than almost any other commercial surface. Matted pile, traffic lanes, and embedded soil build up over months and communicate neglect to everyone who walks in. Lahr Carpet Cleaning restores office carpet without costing you a single hour of business time.</p>
|
||||
</div>
|
||||
<div class="features-grid">
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-moon"></i></div>
|
||||
<h3>After-Hours and Weekend Service</h3>
|
||||
<p>We work when your office is empty. Evening and weekend appointments mean your team arrives to clean carpet without any disruption to their day. No wet floors, no equipment in the way during business hours.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-users"></i></div>
|
||||
<h3>First Impressions for Clients</h3>
|
||||
<p>Clients notice the carpet before they notice the conference table. A clean, maintained workspace signals professionalism from the lobby to the back office. We keep your space ready for whoever walks through the door.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-wind"></i></div>
|
||||
<h3>Healthier Air for Your Team</h3>
|
||||
<p>Office carpet traps allergens, dust, and bacteria at desk level all day long. Professional extraction removes what vacuuming leaves behind. Your team breathes better in a properly cleaned workspace.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-sync-alt"></i></div>
|
||||
<h3>Recurring Service Programs</h3>
|
||||
<p>One-time cleanings help. Scheduled programs keep your office looking professional year-round. We set up a cleaning cadence that fits your traffic volume and budget, then show up reliably each time.</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">Why Lahr</span>
|
||||
<h2>No Disruption. No Excuses. Just Clean Carpet.</h2>
|
||||
<p>Office managers need vendors who show up on schedule, communicate clearly, and do not require hand-holding. We have built our commercial business in Waterloo and the surrounding area on exactly that kind of reliability.</p>
|
||||
<p>We use truck-mounted hot water extraction that pulls deep soil out of office carpet rather than pushing it around. The result lasts longer and dries faster than portable equipment. Your office is ready for the morning crew, not still damp when they arrive.</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-clean-result.jpg')"></div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="cta-section">
|
||||
<div class="container">
|
||||
<div class="cta-content">
|
||||
<h2>Your Office Should Look As Professional As You Are</h2>
|
||||
<p>Book after-hours cleaning and give your clients the right first impression.</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>
|
||||
@@ -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>Carpet Cleaning for Property Managers | 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-technician.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>Carpet Cleaning for Property Managers in Upstate NY</h1>
|
||||
<p>Managing multiple units means you need carpet vendors who show up, do it right, and get out of your way.</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">Property Management</span>
|
||||
<h2>One Reliable Vendor for Your Entire Portfolio</h2>
|
||||
<p>Tenant turnover is time-sensitive and expensive. Carpet that is not cleaned between tenants gets replaced sooner, deposits get disputed, and new tenants move in to a unit that does not feel fresh. Lahr Carpet Cleaning serves residential and commercial property portfolios across Seneca, Ontario, and Wayne counties with fast, consistent turn cleaning.</p>
|
||||
</div>
|
||||
<div class="features-grid">
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-exchange-alt"></i></div>
|
||||
<h3>Multi-Unit Turn Cleaning</h3>
|
||||
<p>We handle back-to-back unit turnovers without the coordination headaches. Call us with your turnover schedule and we slot into your move-out and move-in window. No chasing vendors, no last-minute scrambles.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-file-contract"></i></div>
|
||||
<h3>Consistent Vendor Relationship</h3>
|
||||
<p>Property managers need vendors who perform the same way every time. We document each job with condition notes so you have a record for deposit disputes or owner reporting. Consistent service protects your portfolio and your reputation.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-map-marked-alt"></i></div>
|
||||
<h3>Seneca, Ontario, and Wayne County Coverage</h3>
|
||||
<p>We serve properties across the three-county area surrounding Waterloo. Whether your portfolio is concentrated in one town or spread across multiple communities, we have the coverage to be your single carpet cleaning vendor.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-dollar-sign"></i></div>
|
||||
<h3>Extend Carpet Life Between Replacements</h3>
|
||||
<p>Professional extraction removes the abrasive soil that cuts carpet fiber and causes premature wear. Regular cleaning between tenants stretches the replacement cycle and reduces capital expenses across your portfolio.</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">Built for Property Managers</span>
|
||||
<h2>We Work at the Speed Your Turnovers Demand</h2>
|
||||
<p>A unit sitting empty costs money. We understand that turnover timelines are tight and that carpet cleaning cannot be the bottleneck that delays a new lease. Lahr Carpet Cleaning prioritizes commercial accounts with committed scheduling so your units move through the process on time.</p>
|
||||
<p>We work with both residential and commercial property managers. From single-family rental homes to multi-unit apartment buildings and commercial office suites, we bring the same professional extraction process and reliable communication to every job in your portfolio.</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>Stop Chasing Carpet Vendors Between Tenants</h2>
|
||||
<p>Set up a portfolio relationship with one reliable local cleaner and move on.</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>
|
||||
@@ -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>Retail and Showroom Carpet Cleaning | 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-before-after.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>Retail and Showroom Carpet Cleaning in the Finger Lakes</h1>
|
||||
<p>Worn showroom carpet undermines your product before a customer reaches for it. We restore what foot traffic takes away.</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">Retail Cleaning</span>
|
||||
<h2>Your Showroom Floor Is Part of Your Product Presentation</h2>
|
||||
<p>Shoppers and visitors form an impression of your business the moment they step inside. Matted, soiled carpet at the entry or along traffic paths signals that quality is not a priority here. Lahr Carpet Cleaning serves wineries, galleries, and retail businesses throughout the Finger Lakes with professional extraction that restores color and pile to working condition.</p>
|
||||
</div>
|
||||
<div class="features-grid">
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-store"></i></div>
|
||||
<h3>Entry and High-Traffic Zones</h3>
|
||||
<p>Entry carpet wears and soils faster than anywhere else in a retail space. We target these zones with deep extraction that removes embedded grit before it damages fiber. Your entry sets the tone for every visit.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-paint-brush"></i></div>
|
||||
<h3>Color and Pile Restoration</h3>
|
||||
<p>Professional extraction lifts matted pile and pulls out the soil that dulls carpet color over time. The result is carpet that looks closer to new without the cost of replacement. Most showroom carpet has more life in it than it appears.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-wine-bottle"></i></div>
|
||||
<h3>Winery and Tasting Room Service</h3>
|
||||
<p>Wine spills are a fact of life in tasting rooms. We treat wine staining quickly and thoroughly using professional spotting agents designed for carpet fiber. Finger Lakes wineries trust us to keep their tasting rooms guest-ready.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-clock"></i></div>
|
||||
<h3>After-Hours Availability</h3>
|
||||
<p>We clean when your doors are closed. Morning, evening, and weekend appointments mean your showroom opens clean every time with no disruption to customers or staff.</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">Finger Lakes Retail</span>
|
||||
<h2>The Finger Lakes Market Expects a Premium Experience</h2>
|
||||
<p>Visitors to this region come to taste fine wine, browse galleries, and shop in spaces that feel curated. A poorly maintained floor undercuts everything else you have built. Retail and showroom clients in this market hold their venues to a higher standard because their customers do.</p>
|
||||
<p>We serve businesses from Waterloo to Seneca Falls and throughout the wine country corridor. Our scheduling is flexible enough to work around tasting room hours, gallery events, and seasonal traffic spikes.</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-before-after.jpg')"></div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="cta-section">
|
||||
<div class="container">
|
||||
<div class="cta-content">
|
||||
<h2>Let Your Showroom Floor Reflect the Quality You Sell</h2>
|
||||
<p>Book after-hours cleaning and give every customer the right first step.</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>
|
||||
@@ -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>Carpet Cleaning for Vacation Rentals | 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>Carpet Cleaning for Vacation Rentals in the Finger Lakes</h1>
|
||||
<p>One stained carpet can cost you a five-star review. We turn over your property fast so the next guests see it at its best.</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">Vacation Rental Cleaning</span>
|
||||
<h2>Between-Guest Carpet Care That Protects Your Rating</h2>
|
||||
<p>Short-term guests bring wine, mud, and pet hair. Those stains go straight into your reviews if they are not handled before the next check-in. Lahr Carpet Cleaning serves Airbnb and VRBO hosts throughout the Finger Lakes wine country with fast, reliable turnaround cleaning.</p>
|
||||
</div>
|
||||
<div class="features-grid">
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-star"></i></div>
|
||||
<h3>Protect Your Review Score</h3>
|
||||
<p>Guests notice dirty carpets immediately and say so in reviews. A clean property commands higher nightly rates and repeat bookings. We remove the stains before the next guest walks through the door.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-bolt"></i></div>
|
||||
<h3>Fast Turnaround Available</h3>
|
||||
<p>Back-to-back bookings leave little time. We offer flexible scheduling around your check-out and check-in windows. Call us with your turnaround window and we will make it work.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-wine-glass-alt"></i></div>
|
||||
<h3>Finger Lakes Wine Country Coverage</h3>
|
||||
<p>We serve rental properties along Seneca Lake, Cayuga Lake, and throughout the surrounding wine country. Local availability means shorter response times and reliable scheduling for your property calendar.</p>
|
||||
</div>
|
||||
<div class="feature-item">
|
||||
<div class="feature-icon"><i class="fas fa-paw"></i></div>
|
||||
<h3>Pet and Stain Treatment</h3>
|
||||
<p>Pet-friendly rentals face the toughest carpet challenges. We treat pet odor and staining at the source using professional extraction, not surface masking. Guests and their noses will not know the difference.</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">Built for Hosts</span>
|
||||
<h2>A Cleaning Partner You Can Actually Count On</h2>
|
||||
<p>Managing a short-term rental from a distance is stressful enough. Your cleaning vendors need to show up on time and do the job right without you standing there. Lahr Carpet Cleaning has worked with Finger Lakes hosts long enough to understand what that reliability means.</p>
|
||||
<p>We communicate clearly, arrive when scheduled, and send confirmation when the job is done. Set up a recurring program and take carpet cleaning off your mental list entirely.</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-clean-result.jpg')"></div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="cta-section">
|
||||
<div class="container">
|
||||
<div class="cta-content">
|
||||
<h2>Keep Your Rental Property Guest-Ready</h2>
|
||||
<p>Book between-guest carpet cleaning and protect the rating your property deserves.</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>
|
||||
@@ -0,0 +1,287 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Contact | 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>
|
||||
.contact-page-section {
|
||||
padding: 140px 0 80px;
|
||||
}
|
||||
.contact-page-wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1.4fr;
|
||||
gap: 64px;
|
||||
align-items: start;
|
||||
}
|
||||
@media (max-width: 900px) {
|
||||
.contact-page-wrapper {
|
||||
grid-template-columns: 1fr;
|
||||
gap: 40px;
|
||||
}
|
||||
}
|
||||
.contact-page-info {
|
||||
padding-top: 8px;
|
||||
}
|
||||
.contact-page-info .section-label {
|
||||
display: block;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.contact-page-info h1 {
|
||||
font-size: clamp(2.5rem, 4.5vw, 4.5rem);
|
||||
font-weight: 900;
|
||||
letter-spacing: -0.045em;
|
||||
line-height: 1.0;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.contact-page-info .intro-text {
|
||||
color: rgba(255,255,255,0.75);
|
||||
font-size: 1.05rem;
|
||||
line-height: 1.8;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.contact-detail-item {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: 16px;
|
||||
margin-bottom: 28px;
|
||||
}
|
||||
.contact-detail-item .detail-icon {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
background: rgba(255,255,255,0.07);
|
||||
border-radius: 8px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-shrink: 0;
|
||||
color: var(--color-accent, #4fc3f7);
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
.contact-detail-item .detail-text {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 3px;
|
||||
}
|
||||
.contact-detail-item .detail-label {
|
||||
font-size: 0.78rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.08em;
|
||||
color: rgba(255,255,255,0.45);
|
||||
font-weight: 600;
|
||||
}
|
||||
.contact-detail-item .detail-value {
|
||||
font-size: 1rem;
|
||||
color: rgba(255,255,255,0.9);
|
||||
font-weight: 500;
|
||||
}
|
||||
.contact-detail-item .detail-value a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
.contact-detail-item .detail-value a:hover {
|
||||
color: var(--color-accent, #4fc3f7);
|
||||
}
|
||||
.contact-social-row {
|
||||
display: flex;
|
||||
gap: 12px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
.contact-social-row a {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
border-radius: 8px;
|
||||
background: rgba(255,255,255,0.07);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: rgba(255,255,255,0.7);
|
||||
font-size: 1rem;
|
||||
text-decoration: none;
|
||||
transition: background 0.2s, color 0.2s;
|
||||
}
|
||||
.contact-social-row a:hover {
|
||||
background: rgba(255,255,255,0.14);
|
||||
color: #fff;
|
||||
}
|
||||
.contact-page-form {
|
||||
background: rgba(255,255,255,0.04);
|
||||
border: 1px solid rgba(255,255,255,0.09);
|
||||
border-radius: 12px;
|
||||
padding: 40px;
|
||||
}
|
||||
.contact-page-form h2 {
|
||||
font-size: 1.5rem;
|
||||
font-weight: 700;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.contact-page-form .form-sub {
|
||||
color: rgba(255,255,255,0.6);
|
||||
font-size: 0.95rem;
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
.form-row-2col {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 16px;
|
||||
}
|
||||
@media (max-width: 600px) {
|
||||
.form-row-2col {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
.contact-page-form {
|
||||
padding: 28px 20px;
|
||||
}
|
||||
}
|
||||
.form-field {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.form-field label {
|
||||
display: block;
|
||||
font-size: 0.82rem;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.07em;
|
||||
color: rgba(255,255,255,0.55);
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.form-field input,
|
||||
.form-field select,
|
||||
.form-field textarea {
|
||||
width: 100%;
|
||||
background: rgba(255,255,255,0.06);
|
||||
border: 1px solid rgba(255,255,255,0.12);
|
||||
border-radius: 7px;
|
||||
padding: 12px 14px;
|
||||
color: rgba(255,255,255,0.9);
|
||||
font-size: 0.97rem;
|
||||
font-family: inherit;
|
||||
transition: border-color 0.2s, background 0.2s;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.form-field input:focus,
|
||||
.form-field select:focus,
|
||||
.form-field textarea:focus {
|
||||
outline: none;
|
||||
border-color: var(--color-accent, #4fc3f7);
|
||||
background: rgba(255,255,255,0.09);
|
||||
}
|
||||
.form-field select option {
|
||||
background: #1a1a2e;
|
||||
color: #fff;
|
||||
}
|
||||
.form-field textarea {
|
||||
resize: vertical;
|
||||
min-height: 120px;
|
||||
}
|
||||
.btn-full {
|
||||
width: 100%;
|
||||
justify-content: center;
|
||||
margin-top: 8px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<header class="header" id="header">
|
||||
<div class="container">
|
||||
<div id="site-nav"></div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section class="contact-page-section">
|
||||
<div class="container">
|
||||
<div class="contact-page-wrapper">
|
||||
|
||||
<div class="contact-page-info">
|
||||
<span class="section-label">Get in Touch</span>
|
||||
<h1>Contact <span class="text-accent">Lahr</span> Carpet Cleaning</h1>
|
||||
<p class="intro-text">Your carpets should not have to wait. Call or fill out the form and we will get you scheduled.</p>
|
||||
|
||||
<div class="contact-detail-item">
|
||||
<div class="detail-icon"><i class="fas fa-phone"></i></div>
|
||||
<div class="detail-text">
|
||||
<span class="detail-label">Phone</span>
|
||||
<span class="detail-value"><a href="tel:315-719-1218">315-719-1218</a></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="contact-detail-item">
|
||||
<div class="detail-icon"><i class="fas fa-envelope"></i></div>
|
||||
<div class="detail-text">
|
||||
<span class="detail-label">Email</span>
|
||||
<span class="detail-value"><a href="mailto:lahrcarpet@gmail.com">lahrcarpet@gmail.com</a></span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="contact-detail-item">
|
||||
<div class="detail-icon"><i class="fas fa-location-dot"></i></div>
|
||||
<div class="detail-text">
|
||||
<span class="detail-label">Address</span>
|
||||
<span class="detail-value">1076 Waterloo/Geneva Road<br>Waterloo, NY</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="contact-detail-item">
|
||||
<div class="detail-icon"><i class="fas fa-map-marker-alt"></i></div>
|
||||
<div class="detail-text">
|
||||
<span class="detail-label">Service Area</span>
|
||||
<span class="detail-value">Waterloo, Seneca Falls, Geneva, Canandaigua, Penn Yan and surrounding Finger Lakes communities</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="contact-social-row">
|
||||
<a href="https://www.facebook.com/profile.php?id=61559554960851" aria-label="Facebook" target="_blank" rel="noopener"><i class="fab fa-facebook-f"></i></a>
|
||||
<a href="https://www.instagram.com/lahrautospa/" aria-label="Instagram" target="_blank" rel="noopener"><i class="fab fa-instagram"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="contact-page-form">
|
||||
<h2>Book Your Cleaning</h2>
|
||||
<p class="form-sub">Fill out the form and we will be in touch to confirm your appointment.</p>
|
||||
<form id="contactForm" action="#" method="POST">
|
||||
<div class="form-row-2col">
|
||||
<div class="form-field">
|
||||
<label for="contact-name">Name</label>
|
||||
<input type="text" id="contact-name" name="name" placeholder="Your full name" required>
|
||||
</div>
|
||||
<div class="form-field">
|
||||
<label for="contact-phone">Phone</label>
|
||||
<input type="tel" id="contact-phone" name="phone" placeholder="Your phone number" required>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-field">
|
||||
<label for="contact-email">Email</label>
|
||||
<input type="email" id="contact-email" name="email" placeholder="Your email address" required>
|
||||
</div>
|
||||
<div class="form-field">
|
||||
<label for="contact-service">Service</label>
|
||||
<select id="contact-service" name="service" required>
|
||||
<option value="">Select a service</option>
|
||||
<option value="carpet">Carpet Cleaning</option>
|
||||
<option value="stairs">Stairs</option>
|
||||
<option value="upholstery">Upholstery</option>
|
||||
<option value="floors">Floor Cleaning</option>
|
||||
<option value="area-rugs">Area Rug</option>
|
||||
<option value="commercial">Commercial</option>
|
||||
<option value="add-ons">Add-Ons</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-field">
|
||||
<label for="contact-message">Message</label>
|
||||
<textarea id="contact-message" name="message" placeholder="Tell us about your space. Number of rooms, type of flooring, any specific concerns."></textarea>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary btn-full">Send Message</button>
|
||||
</form>
|
||||
</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>
|
||||
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "8005:80"
|
||||
restart: unless-stopped
|
||||
@@ -0,0 +1,286 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Lahr Carpet Cleaning | Professional Carpet & Upholstery Cleaning in Waterloo, NY</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="hero">
|
||||
<video class="hero-video" autoplay muted loop playsinline>
|
||||
<source src="/assets/videos/hero/hero-reel.mp4?v=5" type="video/mp4">
|
||||
</video>
|
||||
<div class="hero-overlay"></div>
|
||||
|
||||
<div class="container">
|
||||
<div class="hero-content">
|
||||
<span class="hero-eyebrow">Waterloo, Seneca Falls & the Finger Lakes</span>
|
||||
<h1 class="hero-title">Deeply<br>Clean<br><span class="text-accent">Carpets.</span></h1>
|
||||
<p class="hero-sub">Professional carpet and upholstery cleaning for homes and businesses across Upstate New York.</p>
|
||||
<div class="hero-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>
|
||||
<div class="hero-strip">
|
||||
<div class="hero-cta-strip">
|
||||
<a href="/services/carpet-cleaning/" class="cta-strip-item">
|
||||
<div class="cta-strip-icon"><i class="fas fa-home"></i></div>
|
||||
<div class="cta-strip-text">
|
||||
<span class="cta-strip-label">Residential</span>
|
||||
<span class="cta-strip-sub">Carpet, Upholstery, Floors</span>
|
||||
</div>
|
||||
<i class="fas fa-arrow-right cta-strip-arrow"></i>
|
||||
</a>
|
||||
<a href="/services/commercial/" class="cta-strip-item">
|
||||
<div class="cta-strip-icon"><i class="fas fa-building"></i></div>
|
||||
<div class="cta-strip-text">
|
||||
<span class="cta-strip-label">Commercial</span>
|
||||
<span class="cta-strip-sub">Offices, Rentals, Hotels</span>
|
||||
</div>
|
||||
<i class="fas fa-arrow-right cta-strip-arrow"></i>
|
||||
</a>
|
||||
<a href="/contact/" class="cta-strip-item cta-strip-primary">
|
||||
<div class="cta-strip-icon"><i class="fas fa-calendar-check"></i></div>
|
||||
<div class="cta-strip-text">
|
||||
<span class="cta-strip-label">Book Now</span>
|
||||
<span class="cta-strip-sub">Schedule today</span>
|
||||
</div>
|
||||
<i class="fas fa-arrow-right cta-strip-arrow"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div id="site-process"></div>
|
||||
|
||||
<!-- Residential Services -->
|
||||
<section class="services-overview" id="residential">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
<span class="section-label">Residential</span>
|
||||
<h2 class="section-title">Home Cleaning Services</h2>
|
||||
<p class="section-subtitle">Professional cleaning for every surface in your home, from carpets and stairs to upholstery and hard floors.</p>
|
||||
</div>
|
||||
<div class="services-grid">
|
||||
<div class="service-card">
|
||||
<div class="service-image"><img src="/assets/images/services/carpet-cleaning.jpg" alt="Carpet Cleaning"></div>
|
||||
<h3 class="heading-3"><span class="text-accent">Carpet</span> Cleaning</h3>
|
||||
<div class="text-block-4">In-Home Service</div>
|
||||
<p class="paragraph-2">Hot water extraction removes deep-seated dirt, allergens, and stains from carpet fibers throughout your home.</p>
|
||||
<a href="/services/carpet-cleaning/" class="btn btn-primary">Learn More</a>
|
||||
</div>
|
||||
<div class="service-card">
|
||||
<div class="service-image"><img src="/assets/images/services/stairs-cleaning.jpg" alt="Stairs Cleaning"></div>
|
||||
<h3 class="heading-3"><span class="text-accent">Stairs</span> Cleaning</h3>
|
||||
<div class="text-block-4">Step by Step</div>
|
||||
<p class="paragraph-2">Stairs collect more dirt per square inch than any flat surface. We clean every tread, riser, and landing to restore them.</p>
|
||||
<a href="/services/stairs/" class="btn btn-primary">Learn More</a>
|
||||
</div>
|
||||
<div class="service-card">
|
||||
<div class="service-image"><img src="/assets/images/services/upholstery-cleaning.jpg" alt="Upholstery Cleaning"></div>
|
||||
<h3 class="heading-3"><span class="text-accent">Upholstery</span> Cleaning</h3>
|
||||
<div class="text-block-4">Furniture Refresh</div>
|
||||
<p class="paragraph-2">Safe, effective cleaning for sofas, chairs, and mattresses. We work with all fabric types and leave no residue behind.</p>
|
||||
<a href="/services/upholstery/" class="btn btn-primary">Learn More</a>
|
||||
</div>
|
||||
<div class="service-card">
|
||||
<div class="service-image"><img src="/assets/images/services/floor-cleaning.jpg" alt="Floor Cleaning"></div>
|
||||
<h3 class="heading-3"><span class="text-accent">Floor</span> Cleaning</h3>
|
||||
<div class="text-block-4">Hard Surface Care</div>
|
||||
<p class="paragraph-2">Wood floor cleaning and tile and grout restoration that brings hard surfaces back to their original condition.</p>
|
||||
<a href="/services/floors/" class="btn btn-primary">Learn More</a>
|
||||
</div>
|
||||
<div class="service-card">
|
||||
<div class="service-image"><img src="/assets/images/services/area-rug-cleaning.jpg" alt="Area Rug Cleaning"></div>
|
||||
<h3 class="heading-3"><span class="text-accent">Area Rug</span> Cleaning</h3>
|
||||
<div class="text-block-4">Delicate Care</div>
|
||||
<p class="paragraph-2">Gentle, specialized cleaning for oriental, Persian, and delicate rugs that restores color and removes embedded dirt.</p>
|
||||
<a href="/services/area-rugs/" class="btn btn-primary">Learn More</a>
|
||||
</div>
|
||||
<div class="service-card">
|
||||
<div class="service-image"><img src="/assets/images/services/add-ons.jpg" alt="Add-On Services"></div>
|
||||
<h3 class="heading-3"><span class="text-accent">Add-On</span> Services</h3>
|
||||
<div class="text-block-4">Extra Care</div>
|
||||
<p class="paragraph-2">Furniture moving, pet hair removal, odor treatment, and heavily soiled area care available alongside any service.</p>
|
||||
<a href="/services/add-ons/" class="btn btn-primary">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Commercial Services -->
|
||||
<section class="services-overview section-commercial" id="commercial" style="background: var(--color-surface);">
|
||||
<div class="container">
|
||||
<div class="section-header">
|
||||
<span class="section-label">Commercial</span>
|
||||
<h2 class="section-title">Business Cleaning Solutions</h2>
|
||||
<p class="section-subtitle">We keep offices, vacation rentals, hotels, and retail spaces clean without disrupting your operations.</p>
|
||||
</div>
|
||||
<div class="services-grid">
|
||||
<div class="service-card">
|
||||
<div class="service-image"><img src="/assets/images/services/vacation-rentals.jpg" alt="Vacation Rentals"></div>
|
||||
<h3 class="heading-3"><span class="text-accent">Vacation</span> Rentals</h3>
|
||||
<div class="text-block-4">Finger Lakes Rentals</div>
|
||||
<p class="paragraph-2">Fast turnaround cleaning between guest stays. We keep your property ready so every arrival walks into a fresh space.</p>
|
||||
<a href="/commercial/vacation-rentals/" class="btn btn-primary">Learn More</a>
|
||||
</div>
|
||||
<div class="service-card">
|
||||
<div class="service-image"><img src="/assets/images/services/office-spaces.jpg" alt="Office Spaces"></div>
|
||||
<h3 class="heading-3"><span class="text-accent">Office</span> Spaces</h3>
|
||||
<div class="text-block-4">Professional Environments</div>
|
||||
<p class="paragraph-2">Clean office carpets tell your clients you care about the details. We schedule around your business hours.</p>
|
||||
<a href="/commercial/offices/" class="btn btn-primary">Learn More</a>
|
||||
</div>
|
||||
<div class="service-card">
|
||||
<div class="service-image"><img src="/assets/images/services/hotels-inns.jpg" alt="Hotels and Inns"></div>
|
||||
<h3 class="heading-3"><span class="text-accent">Hotels</span> & Inns</h3>
|
||||
<div class="text-block-4">Hospitality Cleaning</div>
|
||||
<p class="paragraph-2">Guests notice clean carpet. We work overnight or between checkouts to keep every room and corridor looking sharp.</p>
|
||||
<a href="/commercial/hotels-inns/" class="btn btn-primary">Learn More</a>
|
||||
</div>
|
||||
<div class="service-card">
|
||||
<div class="service-image"><img src="/assets/images/services/retail-showrooms.jpg" alt="Retail and Showrooms"></div>
|
||||
<h3 class="heading-3"><span class="text-accent">Retail</span> & Showrooms</h3>
|
||||
<div class="text-block-4">Customer-Facing Spaces</div>
|
||||
<p class="paragraph-2">Your showroom floor is what customers see first. High-traffic carpet and hard-surface cleaning that maintains your image.</p>
|
||||
<a href="/commercial/retail-showrooms/" class="btn btn-primary">Learn More</a>
|
||||
</div>
|
||||
<div class="service-card">
|
||||
<div class="service-image"><img src="/assets/images/services/property-management.jpg" alt="Property Management"></div>
|
||||
<h3 class="heading-3"><span class="text-accent">Property</span> Management</h3>
|
||||
<div class="text-block-4">Multi-Unit Properties</div>
|
||||
<p class="paragraph-2">Managing multiple units means coordinating multiple vendors. We handle carpet and floor cleaning across your entire portfolio.</p>
|
||||
<a href="/commercial/property-management/" class="btn btn-primary">Learn More</a>
|
||||
</div>
|
||||
<div class="service-card">
|
||||
<div class="service-image"><img src="/assets/images/services/commercial-overview.jpg" alt="Commercial Overview"></div>
|
||||
<h3 class="heading-3"><span class="text-accent">Commercial</span> Overview</h3>
|
||||
<div class="text-block-4">All Business Types</div>
|
||||
<p class="paragraph-2">See everything we offer for commercial clients or contact us to discuss your specific property and schedule.</p>
|
||||
<a href="/services/commercial/" class="btn btn-primary">Learn More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="cta-banner" id="book">
|
||||
<div class="cta-content">
|
||||
<h2 class="heading-4"><strong>Book Your </strong><span class="text-accent"><strong>Cleaning</strong></span><strong> Today!</strong></h2>
|
||||
<p class="paragraph-4">Get a free estimate for your home or business. We serve Waterloo, Geneva, and the Finger Lakes region.</p>
|
||||
<a href="/contact/" class="btn btn-primary">Book Now</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="reviews" id="reviews" style="background:#0a0a0b; padding:80px 0;">
|
||||
<div class="container">
|
||||
<h2 class="heading-4" style="color:#ffffff;">Reviews</h2>
|
||||
<!-- Elfsight Google Reviews | Lahr Carpet Cleaning -->
|
||||
<div class="elfsight-app-14d14cec-5249-40ee-a951-0936380358d1" data-elfsight-app-lazy></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="why-choose" id="about">
|
||||
<div class="why-choose-wrapper">
|
||||
<div class="why-choose-image">
|
||||
<video autoplay muted loop playsinline style="width:100%;height:100%;object-fit:cover;display:block;">
|
||||
<source src="/assets/videos/hero/clips/shot-04-extraction-carpet.mp4" type="video/mp4">
|
||||
<source src="/assets/images/hero/hero-before-after.jpg">
|
||||
</video>
|
||||
</div>
|
||||
<div class="why-choose-content">
|
||||
<span class="section-label">Advantages</span>
|
||||
<h2 class="section-title">Why Choose Us</h2>
|
||||
<p class="why-choose-desc">We show up on time, use professional truck-mount equipment, and leave your carpets dry in hours. We work in Waterloo, Geneva, Seneca Falls, and the surrounding Finger Lakes area. Every job is done by an experienced technician who knows how to handle different fabrics without causing damage. You will see the difference the same day we finish.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="advantages-grid">
|
||||
<div class="advantage">
|
||||
<div class="advantage-icon"><i class="fas fa-certificate"></i></div>
|
||||
<h3>Experienced Professionals</h3>
|
||||
<p>Years of hands-on experience with all types of carpets, rugs, and upholstery fabrics.</p>
|
||||
</div>
|
||||
<div class="advantage">
|
||||
<div class="advantage-icon"><i class="fas fa-leaf"></i></div>
|
||||
<h3>Eco-Friendly Products</h3>
|
||||
<p>Safe for children, pets, and the environment. No harsh chemicals left behind.</p>
|
||||
</div>
|
||||
<div class="advantage">
|
||||
<div class="advantage-icon"><i class="fas fa-stopwatch"></i></div>
|
||||
<h3>Fast Drying Times</h3>
|
||||
<p>Advanced equipment means your carpets dry in hours, not days.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="contact" id="contact">
|
||||
<div class="container">
|
||||
<div class="contact-wrapper">
|
||||
<div class="contact-info">
|
||||
<span class="section-label">Get In Touch</span>
|
||||
<h2>Ready to Refresh Your Home?</h2>
|
||||
<p>Contact us today for a free estimate. We serve Waterloo, Geneva, and the surrounding Finger Lakes area.</p>
|
||||
<div class="contact-details">
|
||||
<div class="contact-item">
|
||||
<i class="fas fa-phone"></i>
|
||||
<span><a href="tel:315-719-1218">315-719-1218</a></span>
|
||||
</div>
|
||||
<div class="contact-item">
|
||||
<i class="fas fa-envelope"></i>
|
||||
<span><a href="mailto:lahrcarpet@gmail.com">lahrcarpet@gmail.com</a></span>
|
||||
</div>
|
||||
<div class="contact-item">
|
||||
<i class="fas fa-location-dot"></i>
|
||||
<span>1076 Waterloo/Geneva Road, Waterloo, NY</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="social-links">
|
||||
<a href="https://www.facebook.com/profile.php?id=61559554960851" aria-label="Facebook" target="_blank"><i class="fab fa-facebook-f"></i></a>
|
||||
<a href="https://www.instagram.com/lahrautospa/" aria-label="Instagram" target="_blank"><i class="fab fa-instagram"></i></a>
|
||||
<a href="#" aria-label="Google"><i class="fab fa-google"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="contact-form">
|
||||
<form id="quoteForm">
|
||||
<h3>Request a Free Quote</h3>
|
||||
<input type="text" placeholder="First Name" required>
|
||||
<input type="text" placeholder="Last Name" required>
|
||||
<input type="email" placeholder="Email Address" required>
|
||||
<input type="tel" placeholder="Phone Number" required>
|
||||
<select required>
|
||||
<option value="">Select Service</option>
|
||||
<option value="carpet">Carpet Cleaning</option>
|
||||
<option value="stairs">Stairs Cleaning</option>
|
||||
<option value="upholstery">Upholstery Cleaning</option>
|
||||
<option value="floors">Floor Cleaning</option>
|
||||
<option value="addons">Add-On Services</option>
|
||||
<option value="rugs">Area Rug Cleaning</option>
|
||||
<option value="commercial">Commercial Cleaning</option>
|
||||
<option value="other">Other</option>
|
||||
</select>
|
||||
<textarea placeholder="Tell us about your project (number of rooms, square footage, etc.)"></textarea>
|
||||
<button type="submit" class="btn btn-primary btn-full">Submit Quote Request</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div id="site-footer"></div>
|
||||
|
||||
<script src="/assets/js/components.js"></script>
|
||||
<script src="/assets/js/main.js"></script>
|
||||
<script src="https://elfsightcdn.com/platform.js" async></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,26 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name lahrcarpetcleaning.com www.lahrcarpetcleaning.com;
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ $uri/index.html =404;
|
||||
}
|
||||
|
||||
error_page 404 /404.html;
|
||||
error_page 500 502 503 504 /500.html;
|
||||
|
||||
location ~* \.(jpg|jpeg|png|gif|ico|css|js|svg|woff|woff2|ttf)$ {
|
||||
expires 30d;
|
||||
add_header Cache-Control "public, immutable";
|
||||
}
|
||||
|
||||
location ~ /\. {
|
||||
deny all;
|
||||
}
|
||||
|
||||
location ~* \.(env|Dockerfile|dockerignore|yml|yaml|md|planning)$ {
|
||||
deny all;
|
||||
}
|
||||
}
|
||||