// sol-financial-cta.jsx // Solutions Page (Commercial Solar) — Financial Outcomes, Featured Project, // Industries, FAQ, Related Solutions, Author, Closing CTA. // Testimonial slot uses the shared TestimonialsVersionC from // pages/home/jsx/var-testimonials.jsx (loaded via the page registry). // Page-level amber accent (matches LED/BESS/OM token). const SOL_AMBER = '#D4A24C'; const SOL_AMBER_SOFT = 'rgba(212,162,76,0.16)'; // ============================================================ // SolFinancial — Wise Blue table of real figures // ============================================================ const SolFinancial = () => { const rows = [ { metric: 'Payback period', range: '3–6 years', notes: 'Varies by load profile, tariff, and incentive access' }, { metric: 'Project IRR', range: '15–30%', notes: 'Internal rate of return on completed projects' }, { metric: 'System sizing', range: '13.7 kW – 1,300 kW', notes: 'Completed Ontario, Alberta, and Nova Scotia installations' }, { metric: 'Solar offset achieved', range: '35% – 99.7%', notes: 'Range across portfolio — depends on load and roof' }, { metric: 'Federal incentive', range: 'Up to 30% of capex', notes: 'Clean Technology Investment Tax Credit — refundable' }, { metric: 'Provincial incentive', range: 'Up to $860K (ON)', notes: 'Ontario Save on Energy Solar Load Displacement Program' }, { metric: 'Federal Accelerated Capital Cost Allowance', range: '100% first year', notes: 'Enhanced First Year Capital Cost Allowance' }, { metric: 'Federal Refundable Investment Tax Credit', range: '10–30%', notes: 'Regional and Clean Technology Investment Tax Credit tiers' }]; return (
The numbers

Real figures. Canadian C&I projects.

Every figure below comes from completed Green Integrations installations.

{/* header */} {['Metric', 'Range', 'Notes'].map((h, i) =>
{h}
)} {rows.map((r, idx) => { const tint = idx % 2 === 1 ? 'rgba(94,143,109,0.06)' : 'transparent'; const isLast = idx === rows.length - 1; return (
{r.metric}
{r.range}
{r.notes}
); })}
{/* GI Link Audit (Fix 4): mapped to /resources/rebates-and-incentives/. */} See the full Canadian incentives guide →
); }; // ============================================================ // SolFeaturedProject — Rabba Fine Foods (Paper Cream) // ============================================================ const SolFeaturedProject = () =>
Featured project · Completed 2024

Rabba Fine Foods.{' '} 1.27 MW rooftop solar.

Food refrigeration and distribution facility, Mississauga, Ontario. 

{/* Photo */}
Aerial view of 1.27 MW rooftop solar installation at Rabba Fine Foods, Mississauga
5876 COOPERS AVE · MISSISSAUGA, ON
{/* Stats column */}
{[ { big: '1,270 kW', label: 'DC system size' }, { big: '1.39M kWh', label: 'Annual generation' }, { big: '67.2%', label: 'Solar offset' }, { big: '30%', label: 'Refundable Investment Tax Credit' }, { big: '100%', label: 'First-year tax deduction · 100% Accelerated Investment Incentive' }, { big: 'Aug 2024', label: 'Commercial operation' }]. map((s, i, arr) =>
{s.big} {s.label}
)}
{/* Impact sequence */}
How it was delivered
{[ { label: 'Assessment', body: 'Utility analysis and load profiling established the facility\u2019s consumption pattern and confirmed the capacity available for grid interconnection.' }, { label: 'Design', body: '2,374 CSI Solar panels (535W each) designed across the rooftop. System capacity matched to electricity profile and interconnection constraints.' }, { label: 'Installation', body: 'Rooftop installation with TerraGen racking. Fronius USA Symo 24kW inverters. Full ESA inspection and utility interconnection sign-off.' }, { label: 'Outcome', body: '1,394,006 kWh generated annually. 67.2% of the facility\u2019s electricity supplied by the rooftop system.' }]. map((b) =>
{b.label}

{b.body}

)}
; // ============================================================ // SolIndustries — editorial photo grid on cream paper. // Mono→color photo transition, corner brackets, stamp tag, tags row. // Same vocabulary as Industries F&B section so the page reads as // a single editorial document. // ============================================================ const SolIndustryTile = ({ n, name, stamp, img, why, clients, href }) => { const [hover, setHover] = React.useState(false); return ( setHover(true)} onMouseLeave={() => setHover(false)} style={{ position: 'relative', display: 'grid', gridTemplateRows: 'subgrid', gridRow: 'span 5', rowGap: 18, transition: 'transform 320ms var(--gi-ease)', transform: hover ? 'translate3d(0,-2px,0)' : 'none' }}> {/* PHOTO FRAME */}
{name} {/* corner brackets (crop marks) */} {[ { top: 10, left: 10, borderTopWidth: 1, borderLeftWidth: 1, t: hover ? 'translate(-3px,-3px)' : 'none' }, { top: 10, right: 10, borderTopWidth: 1, borderRightWidth: 1, t: hover ? 'translate(3px,-3px)' : 'none' }, { bottom: 10, left: 10, borderBottomWidth: 1, borderLeftWidth: 1, t: hover ? 'translate(-3px,3px)' : 'none' }, { bottom: 10, right: 10, borderBottomWidth: 1, borderRightWidth: 1, t: hover ? 'translate(3px,3px)' : 'none' } ].map((b, i) => { const { t, ...pos } = b; return (
{/* BODY */}

{name}

{why}

{/*

{clients}

*/}
Explore industry
); }; const SolIndustries = () => { const rows = [ { n: '01', name: 'Manufacturing', stamp: 'Continuous load', img: `${window.GI_BASE}assets/industries/manufacturing.webp`, why: 'Electricity is one of the largest controllable costs in continuous manufacturing. We work with Ontario operators to reduce consumption, size generation around actual facility demand, and build the infrastructure for long-term cost stability.', href: 'manufacturing/' // clients: 'Ce De Candy · Elton Manufacturing · PinAcle Stainless Steel' }, { n: '02', name: 'Warehousing & Logistics', stamp: 'Daytime peak', img: `${window.GI_BASE}assets/industries/warehousing_and_logistic.webp`, why: 'Distribution centres, fulfilment facilities, and intermodal terminals operate around the clock with rising electricity demand. We plan and deliver energy programmes around facility scale, demand-charge exposure, fleet electrification, and the cost of operational continuity.', href: 'warehousing/' // clients: 'Rabba Fine Foods · CJR Wholesale' }, { n: '03', name: 'Food & Beverage', stamp: '24/7 operation', img: `${window.GI_BASE}assets/industries/food_and_beverage.webp`, why: 'Food and beverage facilities operate around refrigeration loads, sanitation schedules, HACCP requirements, and continuous production demands. We plan and implement energy programs around those operational constraints.', href: 'food-and-beverage/' // clients: 'Rabba Fine Foods · Sunny Crunch Foods · Gerber Meats' }, { n: '04', name: 'Agriculture', stamp: 'Seasonal · REAP', img: `${window.GI_BASE}assets/industries/agriculture.webp`, why: 'We work with Ontario farm operators and agricultural businesses to reduce operating costs through solar, storage, LED lighting, and electrical upgrades — planned around drying, irrigation, ventilation, and the broader agricultural year.', href: 'agriculture/' // clients: 'Tilecroft Farms · R Brush Farms · Holland Acres' },{ n: '05', name: 'REITs', stamp: 'Seasonal · REAP', img: `${window.GI_BASE}assets/industries/reits.webp`, why: 'We work with Canadian commercial real estate owners, asset managers, and finance teams to reduce operating costs through solar, storage, LED lighting, recommissioning, and electrical upgrades — planned around NOI, BEPS compliance, and long-term asset value.', href: 'reit/' // clients: 'Tilecroft Farms · R Brush Farms · Holland Acres' },{ n: '06', name: 'Government & Institutional', stamp: 'Seasonal · REAP', img: `${window.GI_BASE}assets/industries/government.webp`, why: 'Municipal, social housing, and institutional energy projects operate on longer decision timelines and have additional procurement requirements. We plan and deliver energy programs around BEPS compliance, net-zero commitments, and public procurement frameworks.', href: 'government/' // clients: 'Tilecroft Farms · R Brush Farms · Holland Acres' }]; return (
{/* ============================================================ Header — editorial split. Eyebrow + headline left, short lede + index count right. ============================================================ */}
Industries we serve

Sector-specific energy strategy.

Load profile, operating schedule, and utility structure shape project economics. We design systems around the operational realities of each facility.

{/* TILE GRID */}
{rows.map((r) => )}
{/* Closing rail */}

Not sure where your facility fits?{' '} 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.

); }; // ============================================================ // SolFAQ — 8 questions, accordion. Wise Blue. // ============================================================ const SolFAQ = () => { const items = [ { q: 'What payback period should we expect for commercial solar in Ontario?', a: 'On completed Green Integrations projects, payback typically falls in the 3–6 year range with a project IRR of 15–30%.\n\nThe range varies by facility. Electricity consumption profile, available roof area, tariff structure, and access to provincial and federal incentive programs all affect the final figure. Facilities with high daytime loads and access to Ontario Save on Energy or the federal Clean Technology Investment Tax Credit tend to land toward the lower end of the range.\n\nA project-specific financial model — built from your utility data — is the only way to know where your project falls.' }, { q: 'How much does commercial rooftop solar cost per watt in Canada?', a: 'Installed commercial rooftop solar in Ontario typically ranges from $1.50 to $2.50/W DC for systems above 100 kW DC.\n\nTotal project cost depends on roof type and condition, interconnection requirements, and complexity of the installation. An assessment gives you a project-specific figure rather than a per-watt estimate.' }, { q: 'How do efficiency and solar work together?', a: 'For projects where the goal is to offset a large portion of annual electricity consumption, it makes sense to look at efficiency and generation as part of the same plan.\n\nIf a facility has meaningful lighting, HVAC, or controls inefficiencies, addressing those can reduce the consumption baseline. A solar system sized to a lower, optimized baseline tends to be a better fit for the building and produces stronger overall returns.\n\nThis approach makes the most sense on projects where full or near-full electricity offset is achievable. Not every project warrants it — but when it does, having both under one roof simplifies the process significantly.' }, { q: 'What Canadian incentive programs are available for commercial solar?', a: 'Most commercial solar projects qualify for stacked funding across three streams:\n\nFederal — Clean Technology Investment Tax Credit: refundable tax credit of up to 30% applied to eligible solar, battery storage, and electrification capital costs.\n\nProvincial — Ontario Save on Energy Solar Load Displacement Program: incentives up to $860K that support solar projects by funding systems that reduce baseline energy consumption.\n\nFederal — Enhanced First Year Capital Cost Allowance: 100% CCA accelerated depreciation on eligible clean energy investments in the first year.\n\nAll three programs are identified and built into the project financial model as part of the assessment process.' }, { q: 'How do Canadian weather conditions affect commercial solar performance?', a: 'Ontario commercial solar systems are designed for year-round performance, including winter.\n\nCold temperatures can improve panel efficiency — the main variable in winter is available sunlight, not temperature. Production estimates are based on historical weather data for the specific project location, which accounts for seasonal variation in irradiance across Ontario, Alberta, and Nova Scotia.' }, { q: 'Is rooftop solar viable for large industrial roofs in Canada?', a: 'Large flat industrial roofs are well suited for commercial solar.\n\nBallasted or mechanically-attached racking systems work with most flat membrane roofs without penetration. Roof structural capacity, membrane condition, and remaining warranty life are assessed as part of the project scope. We have installed on BUR, TPO, Mod-Bit, Tar & Gravel, and metal deck roofs across Ontario, Alberta, and Nova Scotia.' }, { q: 'How does grid connection work for commercial solar in Ontario?', a: 'Commercial solar systems in Ontario connect to the grid through the facility\u2019s existing electrical service under IESO interconnection requirements.\n\nThe process includes utility pre-application, engineering review, permit submission, ESA inspection, and utility sign-off. The interconnection process typically runs 8–16 weeks from application to approval, in parallel with construction. We manage the full process including coordination with IESO and the local distribution company.' }, { q: 'What size solar system does a commercial building need?', a: 'System size depends on the facility\u2019s electricity consumption, available roof area, grid interconnection capacity, and whether efficiency improvements are planned.\n\nFor facilities targeting full or near-full electricity offset, understanding the building\u2019s actual consumption profile before finalizing system size tends to produce better results. Completed installations range from 13.7 kW on a small food processing facility to 1,270 kW on a large food retail site in Mississauga.' }]; const [open, setOpen] = React.useState(0); return (
Questions from CFOs and facility managers

Frequently asked questions.

The questions decision-makers ask — answered with data from completed Ontario projects.

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

{it.a}

); })}
); }; // ============================================================ // SolRelated — clean 2-column block list. NOT industries-style. // Service · 1-line outcome · subtle Explore → // ============================================================ const SolRelated = () => { // Hrefs added per GI Link Audit (Fix 3). Building Electrification has no live page; // audit doc maps it to /solutions/energy-audits/ as the closest service fit. const items = [ { name: 'Energy Audits', icon: 'clipboard-list', href: '/solutions/energy-audits/', why: 'Establish the baseline before sizing the system — efficiency gains often improve solar economics.' }, { name: 'Battery Storage', icon: 'battery-charging', href: '/solutions/battery-storage/', why: 'Capture excess generation and reduce peak demand charges on the same interconnection.' }, { name: 'EV Charging', icon: 'plug-zap', href: '/solutions/ev-charging/', why: 'Pair commercial fleet and customer charging with on-site solar generation.' }, { name: 'Building Electrification', icon: 'zap', href: '/solutions/energy-audits/', why: 'Convert gas-fired heating and process loads to electricity to maximize solar offset.' }]; return (
Related solutions

Often planned alongside commercial solar.

Each integrates with the same assessment, financial model, and operating relationship.

{items.map((it) =>

{it.name}

{it.why}

Explore
)}
); }; // ============================================================ // SolAuthor — E-E-A-T strip, last updated // ============================================================ const SolAuthor = () =>
Reviewed by
Senior Energy Engineer · Green Integrations
ESA-Licensed · CanREA Member · Designing C&I solar across Ontario, Alberta, and Nova Scotia since 2012.
Last updated
April 2026
Reading time
6 min
; // ============================================================ // SolClosingCTA — Soft Green // ============================================================ const SolClosingCTA = () =>
Start your assessment

Understand your facility's energy economics.

Get a utility bill analysis and financial model at no cost. Understand savings, incentives, and system sizing before making a decision.

No commitment required.

; Object.assign(window, { SolFinancial, SolFeaturedProject, SolIndustries, SolFAQ, SolRelated, SolAuthor, SolClosingCTA });