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>
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<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>
|
||||
<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>
|
||||
@@ -65,7 +65,7 @@
|
||||
<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>
|
||||
<a href="https://bookedin.com/book/lahr-carpet-cleaning-and-upholstery" target="_blank" rel="noopener noreferrer" class="btn btn-primary">Book Now</a>
|
||||
</div>
|
||||
<div class="why-choose-image" style="background-image: url('/assets/images/hero/hero-vacation-rentals.webp')"></div>
|
||||
</div>
|
||||
@@ -78,7 +78,7 @@
|
||||
<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="https://bookedin.com/book/lahr-carpet-cleaning-and-upholstery" target="_blank" rel="noopener noreferrer" 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>
|
||||
|
||||
Reference in New Issue
Block a user