// mun-page-3.jsx // Municipal & Institutional Industry Page — Part 3 // MunSubsectors (6 facility-type cards on cream) // MunDiscovery (3 process steps) // MunFAQ (5 sector questions) // MunClosingCTA (soft green) // ============================================================ // MunSubsectors — 6 public-sector facility types in a 3×2 grid. // Cream background, image placeholders, headline + body per card. // Mirrors the F&B "Different food operations" layout. // ============================================================ const MUN_SUBSECTORS = [ { n: '01', stamp: 'Continuous load · 24/7', title: 'Social Housing', desc: 'Continuous occupancy with predictable daytime load. Suitable rooftop area for solar and a strong fit for federal funding pathways targeted at affordable housing.', placeholder: 'ROOFTOP · MULTI-FAMILY', img: `${window.GI_BASE}assets/industries/social_housing.webp` }, { n: '02', stamp: 'BEPS focus', title: 'Municipal Offices & City Halls', desc: 'Standard weekday load profile. BEPS compliance positioning, lighting and HVAC controls, and a measurable foundation for council-reported net-zero commitments.', placeholder: 'CITY HALL · ADMIN', img: `${window.GI_BASE}assets/industries/municipal_offices_city_halls.webp` }, { n: '03', stamp: 'Year-round consumption', title: 'Recreation & Community Centres', desc: 'Refrigeration and pool heating drive year-round consumption. Energy audits often surface significant savings before a single solar panel is specified.', placeholder: 'ARENA · POOL · COMMUNITY', img: `${window.GI_BASE}assets/industries/recreation_community_centres.webp` }, { n: '04', stamp: 'Fleet electrification', title: 'Fleet Depots & Yards', desc: 'Municipal fleet electrification timelines drive EV infrastructure planning. Co-located solar provides a cost-effective charging power source for the depot.', placeholder: 'DEPOT · EV CHARGING', img: `${window.GI_BASE}assets/industries/fleet_depots_yards.webp` }, { n: '05', stamp: 'Academic-year profile', title: 'Schools & Post-Secondary', desc: 'Predictable academic-year load profiles and large rooftop and parking areas. Strong educational visibility for board-reported sustainability commitments.', placeholder: 'SCHOOL · CAMPUS', img: `${window.GI_BASE}assets/industries/schools_post-secondary.webp` }, { n: '06', stamp: 'Critical load', title: 'Healthcare & Institutions', desc: 'Critical-load facilities where battery storage and grid resilience matter. Audits document baseline before any operational change is scoped.', placeholder: 'HOSPITAL · INSTITUTION', img: `${window.GI_BASE}assets/industries/healthcare_institutions.webp` }, ]; const MunSubsectorTile = ({ s }) => { const [hover, setHover] = React.useState(false); return (
setHover(true)} onMouseLeave={() => setHover(false)} style={{ background: 'transparent', display: 'flex', flexDirection: 'column', gap: 0, }}>
{/* corner crops */} {[ { top: 10, left: 10, br: ['top', 'left'] }, { top: 10, right: 10, br: ['top', 'right'] }, { bottom: 10, left: 10, br: ['bottom', 'left'] }, { bottom: 10, right: 10, br: ['bottom', 'right'] }, ].map((c, i) => (

{s.title}

{s.desc}

{/*
Explore application
*/}
); }; const MunSubsectors = () => (
Sector applications

Different public facilities.{' '} Different energy profiles.

Municipal and institutional buildings span very different operating profiles — from continuous-occupancy social housing to seasonal recreation facilities to fleet depots planning electrification. Each calls for a different sequencing of measures.

{MUN_SUBSECTORS.map((s) => )}

Not sure which sub-sector best describes your facility?{' '} That's usually the right place to start a conversation. {' '} A 20-minute call is enough to map your load profile against the right scope of work.

); // ============================================================ // MunDiscovery — 3 process steps on Paper Cream. // ============================================================ const MunDiscovery = () => { const step02bullets = [ 'demand-charge exposure', 'operating load profile', 'time-of-use consumption', 'seasonal usage trends', 'potential solar & storage economics', ]; return (
Our discovery process

Start with a baseline.{' '} Not a commitment.

Most municipal and institutional facilities already have enough operational and utility data to identify meaningful energy-saving opportunities. The first step is understanding how the facility consumes power and where the strongest financial and compliance positioning exists.

{/* Step 01 */}
STEP 01

Quick 20-minute discovery call.

We review your facility type, procurement context, BEPS exposure, net-zero commitments, and current priorities. No commitment required.

{/* Step 02 */}
STEP 02

12 months of utility bills.

Interval and utility billing data help identify:

    {step02bullets.map((b) => (
  • ))}
{/* Step 03 */}
STEP 03

Documented facility baseline.

We produce a facility-specific baseline covering consumption, GHG emissions, and a ranked list of measures — the reference point for BEPS submissions and council reporting.

No commitment required.
); }; // ============================================================ // MunFAQ — Paper White. 5 sector questions. // ============================================================ const MunFAQ = () => { const items = [ { q: 'Does BEPS apply to municipal buildings in Ontario?', a: "Yes — Ontario's Building Emissions Performance Standard applies to buildings above the size threshold regardless of ownership type. Municipal buildings, social housing, and public institutions that meet the threshold are subject to the same compliance requirements as privately owned commercial buildings.\n\nBuildings that begin GHG reduction programs earlier have more options and lower costs than those acting under deadline pressure." }, { q: 'Can social housing properties install rooftop solar?', a: "Yes — rooftop solar is technically and financially viable for social housing properties with suitable roof area. The TCHC Torbolton project in Etobicoke, commissioned October 2025, demonstrates delivery within a Toronto Community Housing Corporation context.\n\nFederal funding programs including the Canada Greener Buildings Initiative have specific pathways for affordable housing and social housing properties." }, { q: 'How do you work with public procurement requirements for energy projects?', a: "Public procurement requirements typically include documented competitive process, clear performance specifications, and accountability for delivery against agreed milestones.\n\nWe have experience delivering within procurement frameworks that require these elements. Project documentation, milestone tracking, and post-installation reporting are standard parts of our delivery scope — which aligns with what public reporting requirements demand." }, { q: 'What net-zero documentation does an energy audit produce for institutional reporting?', a: "A commercial energy audit produces a facility-specific baseline for electricity consumption and GHG emissions, a ranked list of measures with estimated emissions reductions, and a model for tracking progress against a council- or board-approved net-zero target.\n\nThis documentation is the reference point for BEPS submissions, internal capital planning, and external sustainability reporting." }, { q: 'Is there an incentive program specifically for public sector energy projects?', a: "Public sector projects qualify for the federal Clean Technology Investment Tax Credit, the Canada Greener Buildings Initiative (with specific pathways for institutional and social housing buildings), accelerated CCA where applicable, and Ontario's saveONenergy program.\n\nWe scope incentive eligibility against current program criteria during project development — program intake and eligibility evolve year-over-year." }, ]; const [open, setOpen] = React.useState(0); return (
Questions from facility managers & procurement teams

Frequently asked questions.

Municipal and institutional energy questions — specific to public sector procurement and compliance.

{items.map((it, i) => { const isOpen = open === i; return (

{it.a}

); })}
); }; // ============================================================ // MunClosingCTA — Soft Green // ============================================================ const MunClosingCTA = () => (
Start your assessment

Energy infrastructure for{' '} public buildings.

Public facilities operate on longer timelines, with additional procurement requirements and accountability for delivery. We identify practical upgrades that fit the realities of public sector operation.

No commitment required.

); Object.assign(window, { MunSubsectors, MunDiscovery, MunFAQ, MunClosingCTA });