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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user