diff --git a/public/images/rnd_img6.png b/public/images/rnd_img6.png index fe6ea9f..9a9e399 100644 Binary files a/public/images/rnd_img6.png and b/public/images/rnd_img6.png differ diff --git a/src/pages/business/MaintenancePage.jsx b/src/pages/business/MaintenancePage.jsx index 76a99e3..1032152 100644 --- a/src/pages/business/MaintenancePage.jsx +++ b/src/pages/business/MaintenancePage.jsx @@ -522,7 +522,7 @@ function MaintenancePage() {
시스템의 가용성과 안정성을 지속적으로 보장합니다. - - + */}
diff --git a/src/pages/business/RndPage.jsx b/src/pages/business/RndPage.jsx index 61b784a..00852fe 100644 --- a/src/pages/business/RndPage.jsx +++ b/src/pages/business/RndPage.jsx @@ -28,9 +28,32 @@ const ease = [0.25, 0.1, 0.25, 1]; const PROJECTS = [ { id: "01", + title: "UTM 드론 교통관리체계", + tags: ["드론", "교통관리"], + image: "images/rnd_img6.png", + desc: [ + { + icon: , + title: "저고도 공역 관리", + text: "150m 이하 저고도 공역 드론 운항 체계 연구", + }, + { + icon: , + title: "교통관리 시스템", + text: "드론 안전하고 효율적인 교통관리체계 개발", + }, + { + icon: , + title: "운항 최적화", + text: "무인비행장치 운항 안전·효율 극대화 실증", + }, + ], + }, + { + id: "02", title: "드론 규제 샌드박스", tags: ["드론", "규제/실증"], - image: "/images/rnd_img1.png", + image: "images/rnd_img1.png", desc: [ { icon: , @@ -50,10 +73,10 @@ const PROJECTS = [ ], }, { - id: "02", + id: "03", title: "환경 드론 관제 시스템 구축", tags: ["드론", "환경/대기"], - image: "/images/rnd_img2.png", + image: "images/rnd_img2.png", desc: [ { icon: , @@ -73,10 +96,10 @@ const PROJECTS = [ ], }, { - id: "03", + id: "04", title: "메타버스 시스템 구축", tags: ["메타버스", "디지털전환"], - image: "/images/rnd_img3.png", + image: "images/rnd_img3.png", desc: [ { icon: , @@ -96,10 +119,10 @@ const PROJECTS = [ ], }, { - id: "04", + id: "05", title: "항공인력양성팀 운영 시스템", tags: ["항공", "인력양성"], - image: "/images/rnd_img4.png", + image: "images/rnd_img4.png", desc: [ { icon: , @@ -119,10 +142,10 @@ const PROJECTS = [ ], }, { - id: "05", + id: "06", title: "경량항공기 내비게이션 및 비행상황관리 시스템", tags: ["경량항공기", "비행안전"], - image: "/images/rnd_img5.png", + image: "images/rnd_img5.png", desc: [ { icon: , @@ -142,6 +165,7 @@ const PROJECTS = [ ], }, ]; + const AUTO_DELAY = 5000; function RndPage() { @@ -242,12 +266,9 @@ function RndPage() { label="BUSINESS" title={ <> - {/* 관제 기술 혁신 -
*/} R&D } - // desc="항공·관제 도메인 특화 기술 연구로 차세대 솔루션을 만들어갑니다." navItems={BUSINESS_NAV} /> @@ -376,7 +397,7 @@ function RndPage() { >
{project.title}