// fnb-solutions-cream.jsx
// Cream variant of the "Solutions for this sector" section.
// 5 rows · Paper Cream surface · sits between a Wise Blue section (above)
// and a Paper White section (below).
// ============================================================
// FnbSolutionsCream — 5-row interactive solutions table on cream.
// 01 Energy Audits · 02 LED · 03 Solar PV · 04 Battery · 05 Electrical Infra
// ============================================================
const FnbSolutionsCream = () => {
const rows = [
{ idx: '01', icon: 'clipboard-list', name: 'Energy Audits', zone: 'Whole facility', tag: "Identify what's driving consumption.", why: 'Facility energy audits establish where electricity is being consumed, what systems drive demand charges, and which upgrades create the strongest operational and financial impact.', href: '/solutions/energy-audits/' },
{ idx: '02', icon: 'lightbulb', name: 'LED Lighting', zone: 'Production · cold',tag: 'Reduce baseline demand.', why: 'LED retrofits reduce lighting load immediately while improving illumination levels in production, warehousing, and refrigerated environments.', href: '/solutions/led-lighting/' },
{ idx: '03', icon: 'sun', name: 'Solar PV', zone: 'Rooftop', tag: 'Offset daytime production demand.', why: 'Large rooftops and continuous daytime operation make many food facilities strong candidates for rooftop solar generation.', href: '/solutions/commercial-solar/' },
{ idx: '04', icon: 'battery-charging', name: 'Battery Storage', zone: 'Mechanical pad', tag: 'Manage refrigeration-driven demand peaks.', why: 'Battery storage helps reduce demand charges by supplementing refrigeration and processing loads during peak utility intervals.', href: '/solutions/battery-storage/' },
// GI Link Audit (Fix 4): Electrical Infrastructure has no dedicated service page;
// routes to /about/contact/ for tailored scoping (consistent with fnb-v2.jsx).
{ idx: '05', icon: 'plug-zap', name: 'Electrical Infrastructure', zone: 'Service · distribution', tag: 'Build around future capacity.', why: 'Service upgrades, distribution planning, and electrical coordination ensure the facility can support future expansion, storage, and electrification.', href: '/about/contact/' },
];
const [active, setActive] = React.useState(0);
return (
{/* Hairline ticks at the top — visual handshake with the dark blue section above */}
Solutions for this sector
What food & beverage projects typically involve.
A complete F&B program moves from understanding consumption, to reducing baseline
load, to generating on-site, to managing demand peaks — with electrical infrastructure
built around future capacity.