Files
lahrcarpetcleaning.com/reviews/index.html
T
Concept Agent 50be7cd947 feat: replace all booking CTAs with BookedIn scheduling link
Replace /contact/ booking links sitewide with the BookedIn external
scheduling URL (https://bookedin.com/book/lahr-carpet-cleaning-and-upholstery).
All "Book Now" and "Get a Free Estimate" buttons across 38 HTML pages now
open the BookedIn scheduler in a new tab. Added a "Book Online" CTA button
to the shared nav bar and a booking link in the footer (components.js).
The contact page retains its form as a secondary option, with a prominent
"Book Online Instantly" banner added above it.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-20 19:36:12 +02:00

101 lines
6.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Customer Reviews | Lahr Carpet Cleaning</title>
<link rel="stylesheet" href="/assets/css/styles.css?v=6">
<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.webp'); background-size: cover; background-position: center;">
<div class="container">
<div class="page-hero-content">
<span class="hero-eyebrow">Waterloo, NY &mdash; Finger Lakes Region</span>
<h1>What Our <span class="text-accent">Customers</span> Say</h1>
<p>Real reviews from your neighbors throughout the Finger Lakes.</p>
<a href="https://bookedin.com/book/lahr-carpet-cleaning-and-upholstery" target="_blank" rel="noopener noreferrer" 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">Hear From Our Neighbors</span>
<h2 class="section-title">Reviews from the Finger Lakes Community</h2>
<p style="color:rgba(255,255,255,0.8);font-size:1.05rem;line-height:1.8;">We let our work speak for itself. Homeowners and businesses across Waterloo, Seneca Falls, Geneva, and the surrounding region have shared their experiences online. Read what your neighbors are saying and see why they keep calling Lahr Carpet Cleaning back.</p>
</div>
</section>
<section class="service-details-alt" id="review-links">
<div class="container">
<div class="section-header">
<span class="section-label">Find Our Reviews</span>
<h2 class="section-title">Read Our Reviews Online</h2>
<p class="section-subtitle">We are active on Google and Facebook. Find verified reviews from real customers on both platforms.</p>
</div>
<div class="advantages-grid" style="margin-top:40px;">
<div class="advantage" style="border:1px solid rgba(255,255,255,0.1);padding:40px;text-align:center;">
<div class="advantage-icon"><i class="fab fa-google"></i></div>
<h3>Google Reviews</h3>
<p>Read our verified Google reviews from customers across the Finger Lakes region. Search for Lahr Carpet Cleaning on Google to see our latest ratings.</p>
<div style="margin-top:24px;">
<a href="#" class="btn btn-primary" target="_blank" rel="noopener">View Google Reviews</a>
</div>
</div>
<div class="advantage" style="border:1px solid rgba(255,255,255,0.1);padding:40px;text-align:center;">
<div class="advantage-icon"><i class="fab fa-facebook-f"></i></div>
<h3>Facebook Reviews</h3>
<p>Visit our Facebook page to read reviews, browse photos of our work, and connect with our community of satisfied customers.</p>
<div style="margin-top:24px;">
<a href="https://www.facebook.com/profile.php?id=61559554960851" class="btn btn-primary" target="_blank" rel="noopener">View Facebook Reviews</a>
</div>
</div>
</div>
</div>
</section>
<section class="service-details" id="why-reviews-matter">
<div class="container">
<div class="section-header">
<span class="section-label">Our Reputation</span>
<h2 class="section-title">Built on Word of Mouth</h2>
<p class="section-subtitle">Most of our business comes from referrals and repeat customers. That tells us something important.</p>
</div>
<div class="service-detail-row" style="margin-top:40px;">
<div class="service-detail-image">
<img src="/assets/images/hero/hero-before-after.webp" alt="Clean carpet results after professional cleaning" style="width:100%;height:420px;object-fit:cover;border-radius:6px;">
</div>
<div class="service-detail-content">
<p class="service-detail-desc">When your carpets and upholstery look genuinely clean, people notice. They ask who you used. That is how Lahr Carpet Cleaning grows in this region.</p>
<p class="service-detail-desc">We do not rely on gimmicks or pressure tactics. We show up, do the job properly, and let the results do the talking. That approach has earned us a loyal customer base throughout Seneca, Ontario, Schuyler, and Yates counties.</p>
<p class="service-detail-desc">If you have had us in your home and want to share your experience, we would be grateful for a review on Google or Facebook. It helps other homeowners in the Finger Lakes find reliable carpet care.</p>
<div style="margin-top:32px;display:flex;gap:16px;flex-wrap:wrap;">
<a href="#" class="btn btn-primary" target="_blank" rel="noopener">Leave a Google Review</a>
<a href="https://www.facebook.com/profile.php?id=61559554960851" class="btn btn-ghost" target="_blank" rel="noopener">Leave a Facebook Review</a>
</div>
</div>
</div>
</div>
</section>
<section class="cta-banner" id="book">
<div class="cta-content">
<h2 class="heading-4"><strong>Ready to Join Our </strong><span class="text-accent"><strong>Satisfied Customers</strong></span><strong>?</strong></h2>
<p class="paragraph-4">Schedule your cleaning today and experience the Lahr difference firsthand.</p>
<a href="https://bookedin.com/book/lahr-carpet-cleaning-and-upholstery" target="_blank" rel="noopener noreferrer" 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>