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:
Concept Agent
2026-05-20 19:36:12 +02:00
parent 1b99352327
commit 50be7cd947
40 changed files with 141 additions and 91 deletions
+3 -1
View File
@@ -47,7 +47,8 @@
<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>
<a href="tel:315-719-1218" class="btn btn-ghost"><i class="fas fa-phone"></i></a>
<a href="https://bookedin.com/book/lahr-carpet-cleaning-and-upholstery" class="btn btn-primary" target="_blank" rel="noopener noreferrer"><i class="fas fa-calendar-check"></i> Book Online</a>
</div>
<button class="mobile-menu-toggle" aria-label="Toggle menu">
<span></span><span></span><span></span>
@@ -94,6 +95,7 @@
<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>
<li><i class="fas fa-calendar-check"></i> <a href="https://bookedin.com/book/lahr-carpet-cleaning-and-upholstery" target="_blank" rel="noopener noreferrer">Book Online</a></li>
</ul>
</div>
</div>