// var-hero.jsx — Hero Versions A (premium/visual), B (structured/document-like), C (balanced).
// All use the rooftop drone photo of a commercial building (not solar farms).
const HERO_IMAGE = `${window.GI_BASE}assets/hero/rooftop-solar-sunset.webp`;
const HERO_VIDEO = `${window.GI_BASE}assets/hero/hero-video.webm`;
const HERO_ALT = 'Commercial rooftop solar panels at sunset with city skyline in background';
// Shared hero headline pool — copy refined, not rewritten.
const HERO_HEAD = 'Commercial energy solutions for Canadian businesses';
const HERO_SUB = 'We optimize energy use, right-size solar and storage, and integrate electrification with energy monitoring and control for long-term performance and energy independence.';
// ============================================================
// Version A — PREMIUM / VISUAL
// Full-bleed image, minimal chrome, large type, floating metric card.
// Emphasis on presence + image storytelling.
// ============================================================
// const HeroVersionA = () =>
//
// {/* */}
//
// {/* Cinematic vignette */}
//
//
//
One partner for efficiency, onsite power, and electrification
{HERO_HEAD}
{HERO_SUB}
{/* Document-style metadata table */}
{[
['Scope', 'Energy Audits · Rooftop Solar · Battery Storage · EV Charging'],
['Geography', 'Ontario · Alberta · Nova Scotia · British Columbia'],
['Delivery', 'Single accountable team, from assessment through to operation'],
['Horizon', 'Long-term relationships built on energy independence']].
map(([k, v]) =>
{k}
{v}
)}
{/* Right — image (full-bleed, no caption overlay) */}
;
// ============================================================
// Version C — BALANCED
// Full-bleed image with editorial headline (like current, refined).
// 4 metric strip at the bottom — kept, but cleaner and with mono labels.
// ============================================================
const HeroVersionC = () =>