Fix mobile nav dropdowns, unique hero images per page, Google Maps, meta tags, reel update

- Fix mobile nav: all 3 dropdowns now get click handlers (was only first)
- Remove Our Work from nav
- Add Google Maps embed to homepage footer
- Update title and meta description/keywords/canonical
- Unique hero image per page (14 pages updated)
- Remove technician clip from hero reel
- Add .cpanel.yml for cPanel Git deployment
- Add hero image generation script (ComfyUI SDXL)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Concept Agent
2026-05-15 21:27:36 +02:00
parent 2aeb4285f9
commit 68d29ae532
20 changed files with 323 additions and 67 deletions
+3 -3
View File
@@ -14,7 +14,7 @@
</div>
</header>
<section class="page-hero" style="background-image: url('/assets/images/hero/hero-technician.jpg'); background-size: cover; background-position: center;">
<section class="page-hero" style="background-image: url('/assets/images/hero/hero-about.jpg'); 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>
@@ -29,7 +29,7 @@
<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;">
<img src="/assets/images/hero/hero-about.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>
@@ -98,7 +98,7 @@
<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;">
<img src="/assets/images/hero/hero-about.jpg" alt="Clean living room carpet in Finger Lakes home" style="width:100%;height:420px;object-fit:cover;border-radius:6px;">
</div>
</div>
</div>