You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
680 B
25 lines
680 B
function IntroPage() { |
|
return ( |
|
<main className="sub-page"> |
|
<section className="sub-visual"> |
|
<div className="inner"> |
|
<h2>UAM/UATM 소개</h2> |
|
<p>Urban Air Mobility & UAM Air Traffic Management</p> |
|
</div> |
|
</section> |
|
|
|
<section className="sub-content-section"> |
|
<div className="inner"> |
|
<h3>도심 항공 모빌리티 핵심 기술</h3> |
|
<p> |
|
안전한 도심 상공 운항과 통합 관제를 실현하는 |
|
<br /> |
|
PAL Networks의 UAM/UATM 기술을 소개합니다. |
|
</p> |
|
</div> |
|
</section> |
|
</main> |
|
); |
|
} |
|
|
|
export default IntroPage;
|
|
|