import { ButtonCatalogSection } from './components/ButtonCatalogSection'; import { IconBadgeSection } from './components/IconBadgeSection'; import { CardSection } from './components/CardSection'; export const ComponentsContent = () => { return (
{/* 헤더 */}

시스템 컴포넌트 카탈로그

WING-OPS 해상 물류를 위한 시각적 아이덴티티 시스템입니다. 정밀도와 미션 크리티컬한 운영을 위해 설계된 고밀도 산업용 인터페이스입니다.

{/* 섹션 */} {/* 푸터 */}
© 2024 WING-OPS 해상 시스템 전술 네비게이터 쉘 v2.4
); }; export default ComponentsContent;