From 7b1efbcc9f7ad505855fa2457d73b0ebded5aa84 Mon Sep 17 00:00:00 2001 From: geun <1416geun@naver.com> Date: Thu, 7 May 2026 15:41:47 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EB=89=B4=20=EB=B0=8F=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20router=20=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.jsx | 20 ++------------- src/pages/{ => business}/MaintenancePage.jsx | 0 src/pages/{ => business}/RndPage.jsx | 0 src/pages/{ => business}/SiPage.jsx | 0 src/pages/{ => company}/AboutPage.jsx | 0 src/pages/{ => company}/HistoryPage.jsx | 0 src/pages/{ => company}/LocationPage.jsx | 0 src/pages/{ => company}/PartnersPage.jsx | 0 src/pages/{ => contact}/InquiryPage.jsx | 0 src/pages/{ => contact}/RecruitPage.jsx | 0 .../{ => solution}/FlightControlPage.jsx | 0 src/pages/{ => solution}/IbePage.jsx | 0 src/pages/{ => solution}/KtGcloudPage.jsx | 0 src/pages/{ => solution}/SmartTourPage.jsx | 0 src/pages/{ => uam}/CasePage.jsx | 0 src/pages/uam/IntroPage.jsx | 25 +++++++++++++++++++ 16 files changed, 27 insertions(+), 18 deletions(-) rename src/pages/{ => business}/MaintenancePage.jsx (100%) rename src/pages/{ => business}/RndPage.jsx (100%) rename src/pages/{ => business}/SiPage.jsx (100%) rename src/pages/{ => company}/AboutPage.jsx (100%) rename src/pages/{ => company}/HistoryPage.jsx (100%) rename src/pages/{ => company}/LocationPage.jsx (100%) rename src/pages/{ => company}/PartnersPage.jsx (100%) rename src/pages/{ => contact}/InquiryPage.jsx (100%) rename src/pages/{ => contact}/RecruitPage.jsx (100%) rename src/pages/{ => solution}/FlightControlPage.jsx (100%) rename src/pages/{ => solution}/IbePage.jsx (100%) rename src/pages/{ => solution}/KtGcloudPage.jsx (100%) rename src/pages/{ => solution}/SmartTourPage.jsx (100%) rename src/pages/{ => uam}/CasePage.jsx (100%) create mode 100644 src/pages/uam/IntroPage.jsx diff --git a/src/App.jsx b/src/App.jsx index 35e570b..170d216 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,23 +1,7 @@ -import { Routes, Route, Navigate } from "react-router-dom"; -import MainLayout from "./components/MainLayout"; -import SubLayout from "./components/SubLayout"; -import MainPage from "./pages/MainPage"; -import AboutPage from "./pages/AboutPage"; +import Router from "./Router"; function App() { - return ( - - } /> - - }> - } /> - - - }> - } /> - - - ); + return ; } export default App; diff --git a/src/pages/MaintenancePage.jsx b/src/pages/business/MaintenancePage.jsx similarity index 100% rename from src/pages/MaintenancePage.jsx rename to src/pages/business/MaintenancePage.jsx diff --git a/src/pages/RndPage.jsx b/src/pages/business/RndPage.jsx similarity index 100% rename from src/pages/RndPage.jsx rename to src/pages/business/RndPage.jsx diff --git a/src/pages/SiPage.jsx b/src/pages/business/SiPage.jsx similarity index 100% rename from src/pages/SiPage.jsx rename to src/pages/business/SiPage.jsx diff --git a/src/pages/AboutPage.jsx b/src/pages/company/AboutPage.jsx similarity index 100% rename from src/pages/AboutPage.jsx rename to src/pages/company/AboutPage.jsx diff --git a/src/pages/HistoryPage.jsx b/src/pages/company/HistoryPage.jsx similarity index 100% rename from src/pages/HistoryPage.jsx rename to src/pages/company/HistoryPage.jsx diff --git a/src/pages/LocationPage.jsx b/src/pages/company/LocationPage.jsx similarity index 100% rename from src/pages/LocationPage.jsx rename to src/pages/company/LocationPage.jsx diff --git a/src/pages/PartnersPage.jsx b/src/pages/company/PartnersPage.jsx similarity index 100% rename from src/pages/PartnersPage.jsx rename to src/pages/company/PartnersPage.jsx diff --git a/src/pages/InquiryPage.jsx b/src/pages/contact/InquiryPage.jsx similarity index 100% rename from src/pages/InquiryPage.jsx rename to src/pages/contact/InquiryPage.jsx diff --git a/src/pages/RecruitPage.jsx b/src/pages/contact/RecruitPage.jsx similarity index 100% rename from src/pages/RecruitPage.jsx rename to src/pages/contact/RecruitPage.jsx diff --git a/src/pages/FlightControlPage.jsx b/src/pages/solution/FlightControlPage.jsx similarity index 100% rename from src/pages/FlightControlPage.jsx rename to src/pages/solution/FlightControlPage.jsx diff --git a/src/pages/IbePage.jsx b/src/pages/solution/IbePage.jsx similarity index 100% rename from src/pages/IbePage.jsx rename to src/pages/solution/IbePage.jsx diff --git a/src/pages/KtGcloudPage.jsx b/src/pages/solution/KtGcloudPage.jsx similarity index 100% rename from src/pages/KtGcloudPage.jsx rename to src/pages/solution/KtGcloudPage.jsx diff --git a/src/pages/SmartTourPage.jsx b/src/pages/solution/SmartTourPage.jsx similarity index 100% rename from src/pages/SmartTourPage.jsx rename to src/pages/solution/SmartTourPage.jsx diff --git a/src/pages/CasePage.jsx b/src/pages/uam/CasePage.jsx similarity index 100% rename from src/pages/CasePage.jsx rename to src/pages/uam/CasePage.jsx diff --git a/src/pages/uam/IntroPage.jsx b/src/pages/uam/IntroPage.jsx new file mode 100644 index 0000000..2a7f875 --- /dev/null +++ b/src/pages/uam/IntroPage.jsx @@ -0,0 +1,25 @@ +function IntroPage() { + return ( +
+
+
+

UAM/UATM 소개

+

Urban Air Mobility & UAM Air Traffic Management

+
+
+ +
+
+

도심 항공 모빌리티 핵심 기술

+

+ 안전한 도심 상공 운항과 통합 관제를 실현하는 +
+ PAL Networks의 UAM/UATM 기술을 소개합니다. +

+
+
+
+ ); +} + +export default IntroPage;