import React from 'react'; const Hero: React.FC = () => { return (
Control Room
Next-Gen Industrial Solutions

Engineering Precision
for Industrial Networks

Hanmo Control & Network Co., Ltd. delivers global-standard DCS and SCADA infrastructure for mission-critical industrial ecosystems and digital transformation.

Our Expertise Schedule Consultation
{[ { label: 'Installed Nodes', value: '1,500+' }, { label: 'Uptime', value: '99.99%' }, { label: 'Certified Experts', value: '60+' }, { label: 'Years Active', value: '15' }, ].map((stat, i) => (
{stat.value}
{stat.label}
))}
); }; export default Hero;