);
};
const BessBenefits = ({ showClosingBand = true }) => {
const cards = [
{
num: '01',
accent: 'sage',
statValue: 'Demand Reduction',
label: 'Demand management',
title: 'Reduce peak electricity costs.',
body:
'Battery systems discharge during high-demand periods to reduce utility demand charges and improve long-term electricity cost control.',
},
{
num: '02',
accent: 'sage',
statValue: 'Backup Power',
label: 'Operational resilience',
title: 'Keep critical operations running.',
body:
'Battery storage helps keep critical systems, refrigeration, production equipment, and facility operations running during outages and grid interruptions.',
},
{
num: '03',
accent: 'sage',
statValue: 'Market Revenue',
label: 'Load flexibility',
title: 'Turn flexibility into ongoing revenue.',
body:
'Commercial battery systems can participate in utility and grid-service programs, generating additional value through demand response and energy market participation.',
},
{
num: '04',
accent: 'sage',
statValue: 'Futureproofing',
label: 'Energy strategy',
title: 'Prepare for the next energy era.',
body:
'Battery storage supports electrification, utility rate changes, solar integration, and evolving energy infrastructure requirements across commercial facilities.',
}];
return (
{[0, 1, 2, 3, 4, 5, 6, 7].map((n) =>
)}
{/* Header */}
Why commercial battery storage
Four ways commercial battery storage improves {' '}
operational control.
Commercial battery storage helps facilities reduce peak demand charges, improve operational resilience, and gain greater control over how and when electricity is used. From backup power to demand management and future grid participation, battery systems are becoming a core part of modern energy strategy.
{/* Card grid */}
{cards.map((c) =>
)}
{/* Closing band */}
{showClosingBand &&
Unlock more value from your energy strategy
Green Integrations designs and integrates commercial battery
storage systems engineered for operational resilience, peak
demand management, and long-term facility performance —
including feasibility analysis, utility coordination, controls
integration, and complete project execution under one
accountable partner.
{/* */}
}
);
};
// ============================================================
// BessProofStrip — Wise Blue, 4 storage-specific stats
// Uses electric-amber for the headline numbers (vs solar's plain white)
// Decorative motif: a horizontal "charge pulse" that echoes the demand sketch
// ============================================================
const BessProofStrip = () => {
const stats = [
{ big: '30–50%', label: 'Demand-charge share', sub: 'Of typical C&I monthly electricity bills' },
{ big: '100%', label: 'CCA · first year', sub: 'Enhanced Capital Cost Allowance (federal)' },
{ big: '30%', label: 'Clean Tech ITC', sub: 'Refundable federal tax credit on eligible storage systems' },
{ big: 'Up to 80%', label: 'LDC Rebate', sub: 'Available to businesses under BC Hydro territory' }];
return (
{/* Faint monogram watermark */}
{/* Charge-pulse strip — animated horizontal line, runs across the top */}
Why storage works
Turn demand into savings. Turn flexibility into revenue.
Storage has its own economics—driven by demand charge reduction, incentives, and grid program participation
{stats.map((s, i) =>
{s.big}
{s.label}
{s.sub}
)}
{/* keyframes — once per page is fine */}
);
};
// ============================================================
// BessProcess — 4 phases (storage has fewer than solar's six)
// 2x2 grid with editorial heading on top, mirrors solar process visual rhythm
// ============================================================
const BessProcess = () => {
const steps = [
{
num: '01', label: 'Demand Analysis', title: 'Assess', icon: 'gauge',
copy: 'A detailed review of utility bills and interval consumption data determines whether battery storage is a strong fit for the facility’s electricity rate structure, operating profile, and peak-demand behaviour.',
deliv: 'Demand profile analysis + electricity cost breakdown'
},
{
num: '02', label: 'System Design', title: 'Design', icon: 'drafting-compass',
copy: 'A battery storage system is designed around the building electrical infrastructure, facility load profile, utility rate schedule, and site conditions. A detailed financial analysis outlines projected savings, market revenues, incentives, and investment performance.',
deliv: 'System design + projected savings + incentives + market revenues + full financial analysis'
},
{
num: '03', label: 'Installation & Interconnection', title: 'Install', icon: 'hammer',
copy: 'Licensed electricians complete the battery storage installation, while utility coordination, commissioning, and system integration are managed through a single project delivery process. Where battery storage is paired with solar, both systems are commissioned together for optimized performance.',
deliv: 'Installed BESS system + utility interconnection approval + commissioning documentation'
},
{
num: '04', label: 'Ongoing Operation', title: 'Operate', icon: 'activity',
copy: 'Battery storage performance is monitored against the facility’s demand profile, electricity rate structure, and market participation strategy. System settings are optimized over time as operational and utility conditions evolve.',
deliv: 'Performance monitoring + savings verification + market participation reporting'
}];
return (
{/* Editorial header */}
The process
Battery storage designed around how {' '}
your facility uses power.
Commercial battery storage is designed around when and how your facility uses electricity. Utility interval data helps identify peak demand periods, operational patterns, and where storage can create the strongest financial return.