Browse Source

delete : rnd utm/uatm 제거

remotes/origin/main
이시연 3 weeks ago
parent
commit
1be78d1c44
  1. 23
      src/pages/business/RndPage.jsx

23
src/pages/business/RndPage.jsx

@ -141,29 +141,6 @@ const PROJECTS = [
},
],
},
{
id: "06",
title: "UTM 드론 교통관리체계",
tags: ["드론", "교통관리"],
image: "/images/rnd_img6.png",
desc: [
{
icon: <Plane size={14} />,
title: "저고도 공역 관리",
text: "150m 이하 저고도 공역 드론 운항 체계 연구",
},
{
icon: <Network size={14} />,
title: "교통관리 시스템",
text: "드론 안전하고 효율적인 교통관리체계 개발",
},
{
icon: <Settings size={14} />,
title: "운항 최적화",
text: "무인비행장치 운항 안전·효율 극대화 실증",
},
],
},
];
const AUTO_DELAY = 5000;

Loading…
Cancel
Save