import React from 'react'; const About: React.FC = () => { return (
Our Engineering Facility
15+
Years of Industrial Excellence

Our Identity

Designing the Future of Industrial Frameworks

Hanmo Control & Network Co., Ltd. was established on the foundation that industrial automation must be inherently reliable, perfectly integrated, and intelligently scalable.

As strategic partners for global leaders transitioning into Industry 4.0, our experts specialize in everything from site-wide instrumentation to enterprise-grade data management.

{[ { title: 'Reliability Focused', icon: 'fa-shield-halved' }, { title: 'Global Standards', icon: 'fa-globe' }, { title: '24/7 Support', icon: 'fa-clock' }, { title: 'Custom R&D', icon: 'fa-flask' }, ].map((item, i) => (
{item.title}
))}
); }; export default About;