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;