// led-financial-cta.jsx // LED Lighting Solutions Page — Financial Outcomes, Featured Project (Aryzta), // Industries, Testimonial (Athletic Knit), FAQ, Related, Closing CTA. const LED_AMBER_LOCAL = '#D4A24C'; const LED_AMBER_SOFT_LOCAL = 'rgba(212,162,76,0.16)'; // LedFinancial — REMOVED per page update (was a Wise Blue table; eliminated to // reduce blue surface area on this page). // ============================================================ // LedFeaturedProject — Aryzta Foods · 66.2% energy reduction // 4-quadrant facts grid + project photo + key figures band // ============================================================ const LedFeaturedProject = () => { const blocks = [ { label: 'Facility', body: 'Food manufacturing · Ancaster, ON · 1770 Fiddlers Green Road. Production and support areas operating on extended schedules in a temperature-controlled food-safe environment.' }, { label: 'Challenge', body: 'Legacy lighting across large production areas contributing to high electricity consumption and elevated peak demand. Consistent lighting quality essential in a food manufacturing environment.' }, { label: 'Solution', body: 'High-efficiency LED fixtures specified for food manufacturing applications — designed for consistent performance in a demanding operating environment with reduced maintenance requirements.' }, { label: 'Incentive', body: 'Qualified for saveONenergy Retrofit Incentive Program. Incentive calculated based on reductions in energy use and electrical demand. Documentation and submission managed by GI as part of project scope.' }]; const figures = [ { big: '667K', unit: 'kWh', label: 'Annual energy savings', sub: 'post-installation' }, { big: '66.2%', unit: '', label: 'Lighting energy reduction', sub: 'Versus previous system' }, { big: '66.15%', unit: '', label: 'System demand reduction', sub: 'From 115.15 kW to 38.97 kW' }, { big: 'saveON', unit: '', label: 'Incentive program', sub: 'saveONenergy Retrofit · IESO' }]; return (
{/* Editorial header */}
Featured project · Completed 2019

Aryzta Foods.{' '} 66.2% energy reduction.

LED lighting retrofit at a food manufacturing facility in Ancaster, Ontario — replacing legacy lighting across production and support areas, qualifying for saveONenergy incentives.

{/* Hero figures band */}
{figures.map((f, i) =>
)}
{/* Photo + quadrant detail */}
{/* Photo (stock) */}
Industrial facility interior with LED high-bay lighting array — reference for Aryzta Foods retrofit {/* corner registration ticks */} {[ { top: 16, left: 16, pos: 'tl' }, { top: 16, right: 16, pos: 'tr' }, { bottom: 16, left: 16, pos: 'bl' }, { bottom: 16, right: 16, pos: 'br' }]. map((t) =>
{/* 2×2 explanatory grid */}
{blocks.map((b, i) =>
{b.label}

{b.body}

)}
); }; // ============================================================ // LedIndustries — editorial photo grid on paper cream (mirrors SolIndustries) // ============================================================ const LedIndustryTile = ({ n, name, stamp, clients, img, why, 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' }}>
{name} {[ { 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 (

{name}

{why}

{clients}

Explore industry
); }; const LedIndustries = () => { const rows = [ { n: '01', name: 'Warehousing & Logistics', stamp: 'HIGH RUNTIME HOURS', img: `${window.GI_BASE}assets/industries/warehousing_and_logistic.webp`, why: 'Large operating windows and high-bay lighting systems create strong opportunities for LED retrofits, lighting controls, and operational energy reduction.', clients: 'Distribution centres · Fulfillment hubs · Logistics facilities', href: 'industries/warehousing/' }, { n: '02', name: 'Food & Beverage', stamp: 'SANITATION + UPTIME', img: `${window.GI_BASE}assets/industries/food_and_beverage.webp`, why: 'Lighting systems in food facilities must support production visibility, sanitation requirements, and continuous operating schedules without disrupting operations.', clients: 'Food processing · Beverage production · Packaging lines', href: 'industries/food-and-beverage/' }, { n: '03', name: 'Manufacturing', stamp: 'PROCESS ENVIRONMENTS', img: `${window.GI_BASE}assets/industries/manufacturing.webp`, why: 'Production facilities benefit from upgraded lighting quality, reduced maintenance interruptions, and lower electrical operating costs across process areas.', clients: 'Heavy manufacturing · Process equipment · Industrial production', href: 'industries/manufacturing/' }, { n: '04', name: 'Commercial Real Estate', stamp: 'TENANT EXPERIENCE', img: `${window.GI_BASE}assets/industries/commercial_real_estate.webp`, why: 'Modern lighting systems improve building appearance, tenant comfort, and operating efficiency while supporting ESG and property modernization initiatives.', clients: 'Office towers · Retail centres · Mixed-use properties', href: 'industries/real-estate/' }, { n: '05', name: 'Hazardous Environments', stamp: 'CLASSIFIED AREAS', img: `${window.GI_BASE}assets/industries/hazardous_environments.webp`, why: 'Hazardous-location lighting upgrades improve reliability, visibility, and maintenance access in environments requiring explosion-proof or specialty-rated fixtures.', clients: 'Oil & gas · Chemical processing · Dust-sensitive facilities', href: 'industries/warehousing/' }, { n: '06', name: 'Cold Storage & Refrigeration', stamp: 'LOW-TEMPERATURE OPERATION', img: `${window.GI_BASE}assets/industries/cold_storage_logistics.webp`, why: 'Cold storage facilities require lighting systems designed for refrigerated environments, long operating hours, and maintenance-sensitive applications.', clients: 'Cold storage · Refrigerated logistics · Freezer facilities', href: 'industries/food-and-beverage/' }]; return (
Industries we serve

Commercial lighting designed around {' '} how facilities operate.

Lighting requirements vary significantly across commercial and industrial facilities. Runtime hours, environmental conditions, maintenance access, visibility requirements, and operating schedules all shape how lighting systems should be designed and upgraded.

{rows.map((r) => )}

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 lighting load against the right retrofit scope.

); }; // ============================================================ // LedTestimonial — Athletic Knit · David Sliwin // Wise-Blue dark anchor. Sole blue surface on the page — used here precisely // so the dark moment isn't a duplicate of the Soft-Green Closing CTA that // follows. Every detail tuned for the blue background: // - headline: pure white // - body: rgba(255,255,255,0.78) // - dividers: rgba(255,255,255,0.18) // - labels & highlight stripe: amber (LED accent) // - decorative monogram lifted to white at low opacity // ============================================================ const LedTestimonial = () =>
{/* faint monogram — moved to right to balance left-aligned content */}
Client testimonial

Clear guidance across{' '} multiple system options.

Green Integrations presented multiple system approaches and worked with us to evaluate each against our operational requirements and budget. The process provided clarity on the right technology and path forward.

{[ { l: 'Client', v: 'David Sliwin' }, { l: 'Company', v: 'Athletic Knit' }, { l: 'Sector', v: 'Sports Apparel Mfg · Ontario' }]. map((b) =>
{b.l}
{b.v}
)}
; // ============================================================ // LedFAQ — 6 questions, on Wise Blue per copy spec // ============================================================ const LedFAQ = () => { const items = [ { q: 'What is the payback period for a commercial LED lighting retrofit in Ontario?', a: 'With saveONenergy Retrofit Incentive Program funding, commercial LED retrofits in Ontario typically achieve payback in one to three years.\n\nWithout incentives, payback is typically two to five years depending on current fixture type, operating hours, and local electricity rates. The fastest payback is in facilities with the oldest, highest-wattage legacy fixtures running the longest hours — which describes most large manufacturing and warehouse environments.\n\nLED retrofits consistently deliver the shortest payback of any commercial energy measure.' }, { q: 'What saveONenergy incentives are available for commercial LED lighting in Ontario?', a: 'The IESO saveONenergy Retrofit Program provides incentives for commercial LED lighting upgrades in Ontario through two primary approaches:\n\nPrescriptive incentives: Fixed incentive amounts based on approved fixture and retrofit types\nCustom incentives: Calculated based on verified reductions in electricity consumption (kWh) and electrical demand (kW) for more complex or larger-scale projects\n\nMost straightforward LED retrofit projects qualify under the prescriptive stream, while facilities with more advanced lighting systems, controls strategies, or larger energy reductions may benefit from a custom engineering approach.\n\nIncentive amounts vary based on fixture type, operating hours, project scale, and the total energy and demand reductions achieved.\n\nGI manages the full incentive process as part of the project scope—including eligibility review, application preparation, supporting documentation, submission coordination, and final incentive payout support.' }, { q: 'How disruptive is a commercial LED lighting retrofit to daily operations?', a: 'Commercial LED lighting retrofits can be disruptive if they are not properly planned—but experienced project coordination significantly reduces operational impact.\n\nMost commercial and industrial LED retrofit projects are completed in phases, with installation scheduled around production hours, shift changes, occupancy schedules, and operational requirements. Work can often be completed area-by-area without requiring a full facility shutdown.\n\nFor manufacturing plants, warehouses, distribution centres, and 24/7 operations, careful sequencing is critical. Temporary lighting, lift coordination, electrical shutdown planning, and safety procedures all need to be managed to maintain productivity and site safety throughout the retrofit process.\n\nGI has completed LED retrofits in active commercial and industrial environments ranging from warehouses and food manufacturing facilities to complex operating facilities with continuous production requirements. The installation approach is developed around the facility.\n\nIn most cases, the largest operational risk is not the installation itself, but poor planning and coordination. A properly managed retrofit minimizes disruption while improving lighting quality, reducing maintenance requirements, and lowering ongoing electricity costs.' }, { q: 'What is the difference between LED and fluorescent lighting for industrial facilities?', a: 'LED lighting systems use significantly less electricity than traditional fluorescent fixtures while delivering the same—or better—light output. In most commercial and industrial facilities, LED retrofits reduce lighting energy consumption by 40–70%, while also lowering maintenance requirements and improving overall lighting quality.\n\nOne of the biggest differences is system lifespan. Industrial-grade LED fixtures commonly operate for 50,000–100,000+ hours, compared to roughly 10,000–20,000 hours for fluorescent systems. This substantially reduces lamp replacements, ballast failures, maintenance labour, and lift rental costs in high-bay or difficult-to-access environments.\n\nLED systems also perform better in demanding industrial conditions, including:\n\nCold storage and low-temperature environments\nFacilities with vibration or mechanical movement\nLong operating-hour applications\nWarehouses, manufacturing plants, and distribution centres requiring consistent illumination levels\n\nUnlike fluorescent fixtures, LED systems maintain more stable light output over time, reach full brightness instantly, and integrate more effectively with occupancy sensors, daylight controls, and advanced energy management strategies.\n\nFor many industrial facilities, the upgrade is not just about energy savings—it is also about improving visibility, safety, maintenance efficiency, and long-term operating costs.' }, { q: 'Does LED lighting reduce peak demand charges?', a: 'Yes — LED fixtures draw less power than the legacy fixtures they replace, which reduces the facility\u2019s electrical demand in real time.\n\nIn facilities where lighting operates during peak demand windows, the reduction in lighting load contributes directly to a lower demand figure and a lower monthly demand charge. For facilities where lighting represents a significant share of total load, the demand saving can be material.' }, { q: 'Can LED lighting be combined with solar to improve overall project economics?', a: 'Yes — LED retrofits reduce baseline consumption before a solar system is sized. A smaller solar system sized to a lower, optimised baseline costs less in capital and achieves better performance across its operating life.\n\nThe saveONenergy Retrofit Incentive Program for LED and the solar incentive program can be stacked on the same project — reducing the upfront cost of both investments simultaneously.' }]; const [open, setOpen] = React.useState(0); return (
Questions from facility managers

Frequently asked questions.

LED retrofit questions specific to commercial and industrial facilities.

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

{it.a}

); })}
); }; // ============================================================ // LedRelated — 3 cards (Audits / Solar / Storage) on Paper Cream // ============================================================ const LedRelated = () => { // Hrefs added per GI Link Audit (Fix 3). const items = [ { name: 'Energy Audits', icon: 'clipboard-list', href: '/solutions/energy-audits/', why: 'LED retrofits are one of the most common energy conservation measures identified in commercial energy audits.' }, { name: 'Commercial Solar', icon: 'sun', href: '/solutions/commercial-solar/', why: 'Reducing lighting consumption lowers the solar system size needed — improving the economics of both investments.' }, { name: 'Battery Storage', icon: 'battery-charging', href: '/solutions/battery-storage/', why: 'Demand reduction from LED combines with storage demand management for a larger impact on monthly billing.' }]; return (
Often paired with LED

Services that extend the value of LED.

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

{items.map((it) =>

{it.name}

{it.why}

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

See what your{' '} lighting is costing you.

A lighting assessment identifies the savings available from a retrofit and confirms saveONenergy incentive eligibility — at no cost.

No commitment required.

; Object.assign(window, { LedFeaturedProject, LedIndustries, LedTestimonial, LedFAQ, LedRelated, LedClosingCTA });