From 1be78d1c44e3a7d07a67298dbae5f1a9546ea438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?siyeon00=28=EC=9D=B4=EC=8B=9C=EC=97=B0=29?= Date: Fri, 5 Jun 2026 13:35:37 +0900 Subject: [PATCH] =?UTF-8?q?delete=20:=20rnd=20utm/uatm=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/business/RndPage.jsx | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/src/pages/business/RndPage.jsx b/src/pages/business/RndPage.jsx index 12d9a0d..61b784a 100644 --- a/src/pages/business/RndPage.jsx +++ b/src/pages/business/RndPage.jsx @@ -141,29 +141,6 @@ const PROJECTS = [ }, ], }, - { - id: "06", - title: "UTM 드론 교통관리체계", - tags: ["드론", "교통관리"], - image: "/images/rnd_img6.png", - desc: [ - { - icon: , - title: "저고도 공역 관리", - text: "150m 이하 저고도 공역 드론 운항 체계 연구", - }, - { - icon: , - title: "교통관리 시스템", - text: "드론 안전하고 효율적인 교통관리체계 개발", - }, - { - icon: , - title: "운항 최적화", - text: "무인비행장치 운항 안전·효율 극대화 실증", - }, - ], - }, ]; const AUTO_DELAY = 5000;