|
|
|
@ -3,28 +3,31 @@ import SubHero from "../../components/SubHero"; |
|
|
|
|
|
|
|
|
|
|
|
function SmartTourPage() { |
|
|
|
function SmartTourPage() { |
|
|
|
const ref = useFadeIn(); |
|
|
|
const ref = useFadeIn(); |
|
|
|
|
|
|
|
const SOLUTION_NAV = [ |
|
|
|
|
|
|
|
{ label: "비행상황관리 시스템", to: "/solution/flight-control" }, |
|
|
|
|
|
|
|
{ label: "IBE (Internet Booking Engine)", to: "/solution/ibe" }, |
|
|
|
|
|
|
|
{ label: "스마트 관광 예약 플랫폼", to: "/solution/smart-tour" }, |
|
|
|
|
|
|
|
{ label: "KT G-cloud 인천총판", to: "/solution/kt-gcloud" }, |
|
|
|
|
|
|
|
]; |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
<article ref={ref}> |
|
|
|
<article ref={ref}> |
|
|
|
<SubHero |
|
|
|
<SubHero |
|
|
|
label="SOLUTION" |
|
|
|
label="SOLUTION" |
|
|
|
title={ |
|
|
|
title={ |
|
|
|
<> |
|
|
|
<> |
|
|
|
<span style={{ color: "#111" }}>여행의 새로운 기준</span> |
|
|
|
{/* <span style={{ color: "#111" }}>여행의 새로운 기준</span> |
|
|
|
<br /> |
|
|
|
<br /> */} |
|
|
|
<em>스마트 관광 예약 플랫폼</em> |
|
|
|
<em>Smart Tourism</em> |
|
|
|
</> |
|
|
|
</> |
|
|
|
} |
|
|
|
} |
|
|
|
desc="관광 상품 검색부터 예약, 결제, 운영 관리까지 |
|
|
|
// desc="관광 상품 검색부터 예약, 결제, 운영 관리까지 |
|
|
|
하나의 플랫폼에서 통합 제공하는 솔루션입니다." |
|
|
|
// 하나의 플랫폼에서 통합 제공하는 솔루션입니다." |
|
|
|
// navItems={} |
|
|
|
navItems={SOLUTION_NAV} |
|
|
|
/> |
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
<div className="sub-content"> |
|
|
|
<div className="sub-content"> |
|
|
|
<section className="sub-section"> |
|
|
|
<section className="sub-section"> |
|
|
|
<span className="sub-section-eyebrow sub-fade-in"> |
|
|
|
<span className="sub-section-eyebrow sub-fade-in">스마트 관광 예약 플랫폼</span> |
|
|
|
스마트 관광 예약 플랫폼 |
|
|
|
|
|
|
|
</span> |
|
|
|
|
|
|
|
{/* <main className="sub-page"> |
|
|
|
{/* <main className="sub-page"> |
|
|
|
<section className="sub-visual"> |
|
|
|
<section className="sub-visual"> |
|
|
|
<div className="inner"> |
|
|
|
<div className="inner"> |
|
|
|
|