Logo is white text on transparent — invisible on white background. Dark background matches site theme and makes the logo visible.
72 lines
4.3 KiB
HTML
72 lines
4.3 KiB
HTML
---
|
|
layout: default
|
|
title: "Verified Electrical Contractors | Collingwood, Stayner & Simcoe County"
|
|
description: "Browse licensed electricians and electrical contractors in Collingwood, Stayner, Wasaga Beach, Thornbury, and Simcoe County."
|
|
permalink: /electrical-contractors/
|
|
---
|
|
|
|
<!-- Page Banner -->
|
|
<section class="bg-gradient-to-b from-slate-900 via-slate-900 to-slate-950 border-b border-slate-800 py-12 lg:py-16">
|
|
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
|
<div class="inline-flex items-center gap-2 px-3 py-1 rounded-full bg-amber-500/10 border border-amber-500/30 text-amber-400 text-xs font-bold uppercase tracking-wider mb-4">
|
|
Trade Category • Licensed Electrical
|
|
</div>
|
|
<h1 class="text-3xl sm:text-4xl lg:text-5xl font-black text-white font-heading tracking-tight">
|
|
Verified Electrical Contractors
|
|
</h1>
|
|
<p class="mt-4 text-lg text-slate-300 max-w-3xl leading-relaxed">
|
|
Fully licensed, ESA-registered electricians across Simcoe County specializing in residential wiring, commercial service upgrades, new builds, and safety inspections.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
|
|
<!-- Contractors Directory Grid -->
|
|
<section class="py-12 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 space-y-8">
|
|
|
|
<!-- Clear View Electric Card -->
|
|
<div class="trade-card rounded-2xl p-6 sm:p-8 border border-slate-800 shadow-2xl flex flex-col lg:flex-row gap-8 items-start">
|
|
<div class="w-full lg:w-72 bg-slate-900 rounded-xl p-6 flex items-center justify-center border border-slate-700 shrink-0">
|
|
<img src="{{ '/assets/images/logos/clearview-electric.png' | relative_url }}" alt="Clear View Electric Logo" class="max-h-24 object-contain">
|
|
</div>
|
|
|
|
<div class="flex-grow space-y-4">
|
|
<div class="flex flex-wrap items-center justify-between gap-3">
|
|
<div>
|
|
<h2 class="text-2xl font-extrabold text-white font-heading">Clear View Electric</h2>
|
|
<span class="text-xs font-semibold text-amber-400">Licensed Electrical Contractor — ESA Registered</span>
|
|
</div>
|
|
<a href="https://clearviewelectric.ca" target="_blank" rel="noopener" class="px-5 py-2.5 rounded-xl bg-amber-500 hover:bg-amber-400 text-slate-950 font-bold text-sm shadow-md transition-all flex items-center gap-2">
|
|
Visit Official Site
|
|
<svg class="w-4 h-4" 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>
|
|
|
|
<p class="text-slate-300 text-sm sm:text-base leading-relaxed">
|
|
Clear View Electric is a family-first electrical contractor with 22 years of experience in the new home and renovation market across Simcoe County and South Georgian Bay. Fully licensed and ESA-registered (0007009272), they specialize in panel upgrades (fuse to circuit breaker), new build wiring, commercial service upgrades, EV charger installation, hot tub wiring, lighting upgrades, and comprehensive electrical safety inspections. WSIB and CSA compliant. Based in Stayner, serving Collingwood, Wasaga Beach, Thornbury, Blue Mountains, Creemore, Elmvale, Tiny, and surrounding areas.
|
|
</p>
|
|
|
|
<div class="grid grid-cols-1 sm:grid-cols-3 gap-4 pt-4 border-t border-slate-800 text-xs">
|
|
<div>
|
|
<span class="text-slate-400 block font-medium">Primary Service Area:</span>
|
|
<span class="text-white font-semibold">Collingwood, Stayner, Wasaga Beach, Thornbury, Blue Mountains</span>
|
|
</div>
|
|
<div>
|
|
<span class="text-slate-400 block font-medium">Core Services:</span>
|
|
<span class="text-amber-400 font-semibold">Panel Upgrades, New Builds, EV Chargers, Safety Inspections</span>
|
|
</div>
|
|
<div>
|
|
<span class="text-slate-400 block font-medium">Direct Contact:</span>
|
|
<span class="text-emerald-400 font-semibold">Call (705) 627-8103</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="pt-2">
|
|
<a href="{{ '/posts/clearview-electric-stayner-commercial-residential-electrical/' | relative_url }}" class="inline-flex items-center gap-2 text-xs font-bold text-amber-400 hover:underline">
|
|
View Case Study: Stayner Commercial & Residential Electrical →
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</section>
|