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
644 B
25 lines
644 B
function IbePage() { |
|
return ( |
|
<main className="sub-page"> |
|
<section className="sub-visual"> |
|
<div className="inner"> |
|
<h2>IBE</h2> |
|
<p>Internet Booking Engine</p> |
|
</div> |
|
</section> |
|
|
|
<section className="sub-content-section"> |
|
<div className="inner"> |
|
<h3>항공 예약 · 발권 엔진</h3> |
|
<p> |
|
온라인 항공 예약과 발권을 위한 통합 엔진으로 |
|
<br /> |
|
안정적이고 확장 가능한 예약 플랫폼을 제공합니다. |
|
</p> |
|
</div> |
|
</section> |
|
</main> |
|
); |
|
} |
|
|
|
export default IbePage;
|
|
|