'COMPACT
DESIGN',
'description' => 'Light footprint, easy frame
installation and field installation.',
'icon' => 'product-icon-1.webp',
'alt' => 'Compact Design'
),
array(
'title' => 'HIGH
INTEGRATION',
'description' => '20kWh+ energy in one cabinet
with DC/AC power conversion
& thermal cooling.',
'icon' => 'product-icon-2.webp',
'alt' => 'High Integration'
),
array(
'title' => 'EFFICIENT
COOLING',
'description' => 'Optimal air-duct design optimizes
airflow for improved cooling with low
energy consumption.',
'icon' => 'product-icon-3.webp',
'alt' => 'Efficient Cooling'
),
array(
'title' => 'LONG
CYCLE LIFE',
'description' => 'Over 6,000 times cycle life, excellent
performance of battery system.',
'icon' => 'product-icon-4.webp',
'alt' => 'Long Cycle Life'
),
array(
'title' => 'FLEXIBLE
EXPANSION',
'description' => 'Modular design, simplified panel
for expansion.',
'icon' => 'product-icon-5.webp',
'alt' => 'Flexible Expansion'
),
array(
'title' => 'ULTIMATE
SAFETY',
'description' => 'Comprehensive safety protection
with NOVEC1230 thermal prevent
heat diffusion and spreading.',
'icon' => 'product-icon-6.webp',
'alt' => 'Ultimate Safety'
)
);
}
// 循环输出产品特性卡片
foreach ($product_features as $feature) :
if (!empty($feature['title'])) :
?>