-
비행상황관리 시스템
-
Flight Situation Management System
+
+ {/* ════════════════════════════
+ 1. 개요 + 특징 배지
+ ════════════════════════════ */}
+
+ {/* 텍스트 + 배지 */}
+
+ 비행상황 관리 시스템
+ 항공기, 무인기, 선박 등 실시간 식별정보를 통하여 모니터링 및 상황관리를 할 수 있는 시스템
+ 각종 드론 상황관제, 환경측정, 미래산업인 드론/PAV/UAM을 활용한 사업들을 지원하기 위한 환경/물류/안티 드론 등의 상황관제 시스템을 연구하고 솔루션을 제공합니다.
+
+ {/* 특징 배지 */}
+
+ {FEATURES.map(({ icon: Icon, label }, i) => (
+
+
+ {label}
+
+ ))}
-
-
-
-
-
실시간 비행 상황 통합 관제
-
- 항공기 운항 정보를 실시간으로 수집·분석하여
-
- 안전한 비행 운영을 지원하는 통합 관제 솔루션입니다.
-
+
+
+ {/* 이미지 패널 */}
+
+
+
-
- */}
-
+
+
+
+ {/* ════════════════════════════
+ 2. 주요기능 카드
+ ════════════════════════════ */}
+
+
+ 비행상황관리 시스템 주요기능
+
+
+
+ {FUNCTIONS.map(({ num, img, label }, i) => (
+
+
+
+
+
+ {num}
+ {label}
+
+
+ {num}
+ {label}
+
+
+ ))}
+
+
+
);
diff --git a/src/pages/solution/IbePage.jsx b/src/pages/solution/IbePage.jsx
index e8f3e75..b0fb442 100644
--- a/src/pages/solution/IbePage.jsx
+++ b/src/pages/solution/IbePage.jsx
@@ -5,7 +5,7 @@ function IbePage() {
const ref = useFadeIn();
const SOLUTION_NAV = [
{ label: "비행상황관리 시스템", to: "/solution/flight-control" },
- { label: "IBE (Internet Booking Engine)", to: "/solution/ibe" },
+ { label: "IBE", to: "/solution/ibe" },
{ label: "스마트 관광 예약 플랫폼", to: "/solution/smart-tour" },
{ label: "KT G-cloud 인천총판", to: "/solution/kt-gcloud" },
];
diff --git a/src/pages/solution/KtGcloudPage.jsx b/src/pages/solution/KtGcloudPage.jsx
index f710c86..b476c67 100644
--- a/src/pages/solution/KtGcloudPage.jsx
+++ b/src/pages/solution/KtGcloudPage.jsx
@@ -5,7 +5,7 @@ function KtGcloudPage() {
const ref = useFadeIn();
const SOLUTION_NAV = [
{ label: "비행상황관리 시스템", to: "/solution/flight-control" },
- { label: "IBE (Internet Booking Engine)", to: "/solution/ibe" },
+ { label: "IBE", to: "/solution/ibe" },
{ label: "스마트 관광 예약 플랫폼", to: "/solution/smart-tour" },
{ label: "KT G-cloud 인천총판", to: "/solution/kt-gcloud" },
];
diff --git a/src/pages/solution/SmartTourPage.jsx b/src/pages/solution/SmartTourPage.jsx
index ec3c6cf..8a48776 100644
--- a/src/pages/solution/SmartTourPage.jsx
+++ b/src/pages/solution/SmartTourPage.jsx
@@ -5,7 +5,7 @@ function SmartTourPage() {
const ref = useFadeIn();
const SOLUTION_NAV = [
{ label: "비행상황관리 시스템", to: "/solution/flight-control" },
- { label: "IBE (Internet Booking Engine)", to: "/solution/ibe" },
+ { label: "IBE", to: "/solution/ibe" },
{ label: "스마트 관광 예약 플랫폼", to: "/solution/smart-tour" },
{ label: "KT G-cloud 인천총판", to: "/solution/kt-gcloud" },
];