Add Clear View Electric as new trade highlight

Research verified from https://clearviewelectric.ca/:
- Location: 205 Side St Unit D, Stayner, ON L0M1S0
- Phone: (705) 627-8103
- 22 years experience, family-first company
- ESA Registered (0007009272), ECRA Licensed (7009272)
- Services: New Builds, Renovations, Commercial, Panel Upgrades, EV Chargers,
  Hot Tub Wiring, Lighting, Safety Inspections
- Service areas: Collingwood, Stayner, Wasaga Beach, Thornbury, Clarksburg,
  Blue Mountains, Creemore, Elmvale, Tiny, Simcoe County
- Certifications: WSIB, CSA, ESA

Changes:
- New post with detailed case study
- New /electrical-contractors/ page (new trade category)
- Header nav: added Electrical Contractors link (desktop + mobile)
- Index: added Clear View Electric card, updated count to 4
- Footer: added contractor link, updated coverage areas
- Coverage area: added South Georgian Bay (Electrical) section
- Config: updated site description to include electrical services
This commit is contained in:
Your Name
2026-08-02 07:32:17 -04:00
parent 9b207532e5
commit 45a9a32f9d
7 changed files with 193 additions and 9 deletions
+25 -2
View File
@@ -45,10 +45,10 @@ title: "Simcoe Trades Journal | Verified Contractor Spotlights & Case Studies"
<h2 class="text-2xl font-bold text-white font-heading">Featured Local Contractors</h2>
<p class="text-sm text-slate-400 mt-1">Direct links to official contractor websites & portfolios</p>
</div>
<span class="text-xs font-semibold text-amber-400 bg-amber-500/10 px-3 py-1 rounded-full border border-amber-500/20">3 Verified Listings</span>
<span class="text-xs font-semibold text-amber-400 bg-amber-500/10 px-3 py-1 rounded-full border border-amber-500/20">4 Verified Listings</span>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
<!-- Midhurst Roofing Card -->
<div class="trade-card p-6 rounded-2xl border border-slate-800 flex flex-col justify-between">
@@ -119,6 +119,29 @@ title: "Simcoe Trades Journal | Verified Contractor Spotlights & Case Studies"
</div>
</div>
<!-- Clear View Electric Card -->
<div class="trade-card p-6 rounded-2xl border border-slate-800 flex flex-col justify-between">
<div>
<div class="h-20 bg-white rounded-xl p-3 flex items-center justify-center mb-5 border border-slate-700">
<img src="{{ '/assets/images/logos/clearview-electric.png' | relative_url }}" alt="Clear View Electric" class="max-h-14 max-w-full object-contain">
</div>
<span class="px-2.5 py-1 rounded text-[11px] font-bold uppercase tracking-wider bg-emerald-500/20 text-emerald-400 border border-emerald-500/30 inline-block mb-3">
Licensed Electrical Contractor
</span>
<h3 class="text-lg font-bold text-white font-heading">Clear View Electric</h3>
<p class="text-xs text-slate-400 mt-1 leading-relaxed">
Fully licensed electricians with 22 years of experience. Panel upgrades, new builds, commercial service, EV chargers, and safety inspections across South Georgian Bay.
</p>
</div>
<div class="mt-6 pt-4 border-t border-slate-800 flex items-center justify-between">
<span class="text-xs font-medium text-slate-400">📍 Collingwood &amp; Stayner, ON</span>
<a href="https://clearviewelectric.ca" target="_blank" rel="noopener" class="text-xs font-bold text-emerald-400 hover:text-emerald-300 flex items-center gap-1">
Visit Site
<svg class="w-3.5 h-3.5" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path></svg>
</a>
</div>
</div>
</div>
</div>
</section>