// ev-hero-process.jsx // Solutions Page (Commercial EV Charging) — Hero, Service Overview, Proof Strip, // Process, and Charger Levels comparison. // // Mirrors the BESS structure but introduces an EV-specific motif: // - the "charge ramp" sketch in the hero (replacing BESS demand-flatten) // - a connector pip motif (●—●) used as the section through-line // - an L1/L2/L3 levels comparison table — the page's editorial centerpiece // // User asked: hero on Soft Green, brand colors w/ amber accents, section colors // matching Battery Storage. So the section sequence here is: // Soft Green (hero) → Cream → Wise Blue → Cream → Wise Blue (Levels) → Cream → ... const EV_AMBER = 'var(--gi-color-green)'; const EV_AMBER_SOFT = 'rgba(212,162,76,0.16)'; // ============================================================ // EvHero — Soft Green brand surface, document-cover layout // Tagged trio + editorial headline + small "charge ramp" sketch // ============================================================ const EvHero = () =>
; // ============================================================ // EvChargeSketch — small inline SVG; ramping kWh fill into a battery // ============================================================ const EvChargeSketch = () => ; // ============================================================ // EvServiceOverview — 4-card benefits block on Paper Cream // Mirrors the SolBenefits "Four reasons rooftop pays for itself" pattern, // translated for commercial EV charging. // ============================================================ const EvBenefitsCard = ({ num, label, statValue, statUnit, title, body, accent = 'sage' }) => { const [hovered, setHovered] = React.useState(false); const accentColor = accent === 'amber' ? 'var(--gi-color-gold)' : 'var(--gi-sage-accent)'; return (
setHovered(true)} onMouseLeave={() => setHovered(false)} data-gi-resp="audit-benefits-card" style={{ position: 'relative', background: hovered ? '#fff' : '#FBFBF9', padding: '32px 28px 28px', display: 'flex', flexDirection: 'column', minHeight: 360, transition: 'background 220ms var(--gi-ease), transform 260ms var(--gi-ease), box-shadow 260ms var(--gi-ease)', transform: hovered ? 'translate3d(0, -2px, 0)' : 'none', boxShadow: hovered ? '0 24px 56px -22px rgba(15,33,51,0.22), 0 6px 16px -8px rgba(15,33,51,0.10)' : 'none', zIndex: hovered ? 2 : 1 }}> ); }; const EvServiceOverview = () => { const cards = [ { num: '01', accent: 'sage', statValue: 'Fleet Electrification', statUnit: 'Transportation electrification', label: 'TRANSPORTATION READINESS', title: 'Support electric fleet and operational vehicle charging.', body: 'EV infrastructure helps facilities prepare for fleet vehicles, service operations, and future transportation electrification.' }, { num: '02', accent: 'sage', statValue: 'Property Modernization', statUnit: 'TENANT AMENITIES', label: 'TENANT AMENITIES', title: 'Add infrastructure modern tenants and employees expect.', body: 'Commercial charging stations improve property competitiveness and support workplace and visitor convenience.' }, { num: '03', accent: 'sage', statValue: 'Incentive Funding', statUnit: 'Funding support', label: 'CAPITAL SUPPORT', title: 'Reduce project costs through available incentive programmes.', body: 'Federal and provincial funding can significantly offset EV charging infrastructure investments.' }, { num: '04', accent: 'sage', statValue: 'Future Capacity', statUnit: 'Long-term planning', label: 'LONG-TERM PLANNING', title: 'Build electrical infrastructure designed for expansion.', body: 'Charging systems can be planned around future fleet growth, load management, and site capacity requirements.' } ]; return (
Why EV charging

Four reasons EV charging supports {' '} long-term facility value.

Commercial EV charging infrastructure supports fleet electrification, tenant expectations, and long-term property modernization — while positioning facilities for the next phase of transportation and energy transition.

{cards.map(c => )}
{/* Closing band */}

Green Integrations designs and manages commercial EV charging projects including infrastructure planning, utility coordination, electrical design, incentives, and turnkey installation for commercial and industrial facilities across Canada.

{/* */}
); }; // ============================================================ // EvProofStrip — Wise Blue, 4 EV-specific markers // "3 levels · BEPS · iZEV · Solar" // ============================================================ const EvProofStrip = () => { const stats = [ { big: '3', unit: 'levels', label: 'Level 1 · 2 · DC Fast', sub: 'The right level for your application — not a default upgrade' }, { big: 'BEPS', label: 'Building Emissions Performance Standard', sub: 'Ontario carbon-intensity compliance — EV enables fleet electrification' }, { big: 'iZEV', label: 'Federal fleet incentives', sub: 'Up to $5,000 per eligible electric vehicle for commercial use' }, { big: '☀', label: 'Solar-powered charging', sub: 'On-site generation reduces the operating cost of EV charging' }]; return (
{/* Faint monogram watermark */} {/* Charge-pulse strip — runs across the top */}
); }; // ============================================================ // EvProcess — 4 phases, 2x2 grid (matches BESS rhythm) // ============================================================ const EvProcess = () => { const steps = [ { num: '01', label: 'Electrical & Fleet Assessment', title: 'Assess', icon: 'gauge', copy: 'Existing electrical capacity, panel headroom, and available load are assessed alongside current and projected fleet size. Charger level (Level 1, 2, or DC fast) is confirmed based on vehicle dwell time, charge speed requirements, and electrical capacity.', deliv: 'Site electrical assessment + fleet capacity analysis + charger level recommendation' }, { num: '02', label: 'Infrastructure Design', title: 'Design', icon: 'drafting-compass', copy: 'Charging system design covers charger type and quantity, placement, load management strategy, and integration with solar or storage where in scope. Incentive applications are prepared in parallel with the design.', deliv: 'System design + load management strategy + financial model + incentive applications' }, { num: '03', label: 'Installation & Commissioning', title: 'Install', icon: 'hammer', copy: 'ESA-licensed installation covering panel upgrades where required, conduit and cabling, charger mounting, and network configuration. Commissioning includes charge management platform setup and driver orientation.', deliv: 'Commissioned charging system + charge management platform' }, { num: '04', label: 'Ongoing Management', title: 'Operate', icon: 'activity', copy: 'Charge management software monitors utilisation, manages load to avoid demand-charge increases, and provides fleet operators with charging cost and utilisation reporting.', deliv: 'Charge management platform + ongoing monitoring + utilisation reporting' }]; return (
The process

From electrical assessment to{' '} operational fleet.

Commercial EV infrastructure is an electrical project first — site capacity, panel headroom, and load management are determined before a charger model is specified.

{steps.map((s) =>
{s.num}
{s.label}

{s.title}

{s.copy}

Deliverable {s.deliv}
)}
); }; // ============================================================ // EvLevels — Wise Blue. Three-card comparison (L1 / L2 ★ / L3) // Centerpiece editorial section — Level 2 highlighted in Soft Green // ============================================================ const EvLevels = () => { const levels = [ { tag: 'L1', name: 'Level 1', sub: '120V AC', power: '1.4 – 1.9 kW', range: '~8–12 km/hr', best: 'Vehicles parked 8–12+ hours overnight. Personal vehicles with low daily mileage.', ctx: 'Rarely specified for commercial installations. No electrical panel upgrade typically required. Limited to very low charge volume applications.', featured: false }, { tag: 'L2', name: 'Level 2', sub: '208–240V AC', power: '3.3 – 19.2 kW', powerNote: '7–22 kW typical', range: '~50–80 km/hr', rangeNote: 'commercial config', best: 'Employee parking, fleet vehicles, retail, warehousing, hospitality. Vehicles parked 2–8 hours.', ctx: 'Standard commercial installation. Networked with load management. Qualifies for federal Clean Technology ITC. Electrical upgrade may be required for larger deployments.', featured: true, badge: '★ Most common' }, { tag: 'L3', name: 'Level 3 · DC Fast', sub: '400–1,000V DC', power: '50 – 350+ kW', range: '~100–350 km', rangeNote: 'per 30 minutes', best: 'High-throughput public charging, transit depots, commercial fleets needing fast turnaround.', ctx: 'Significant electrical infrastructure required — typically a dedicated transformer. Higher capital cost. Best justified for high-utilisation or mandatory fast-charge applications.', featured: false }]; return (
{/* Decorative dotted-rule pattern, top right */}
); }; Object.assign(window, { EvHero, EvServiceOverview, EvProofStrip, EvProcess, EvLevels, EV_AMBER, EV_AMBER_SOFT });