diff --git a/src/pages/solution/FlightControlPage.jsx b/src/pages/solution/FlightControlPage.jsx
index 9815dc4..0c5389b 100644
--- a/src/pages/solution/FlightControlPage.jsx
+++ b/src/pages/solution/FlightControlPage.jsx
@@ -1,6 +1,13 @@
import { useRef, useState } from "react";
import { motion, useInView, AnimatePresence } from "framer-motion";
-import { Radio, Puzzle, Network, Expand, Shield, ArrowUpRight } from "lucide-react";
+import {
+ Radio,
+ Puzzle,
+ Network,
+ Expand,
+ Shield,
+ ArrowUpRight,
+} from "lucide-react";
import SubHero from "../../components/SubHero";
import useFadeIn from "../../hooks/useFadeIn";
import { useLanguage } from "../../context/LanguageContext";
@@ -111,13 +118,21 @@ const FUNCTIONS_EN = [
img: "./images/s1-01.jpg",
label: "Display of flyable areas and airspace",
},
- { num: "02", img: "./images/s1-02.jpg", label: "Display of vehicle location" },
+ {
+ num: "02",
+ img: "./images/s1-02.jpg",
+ label: "Display of vehicle location",
+ },
{
num: "03",
img: "./images/s1-03.jpg",
label: "Display of flight paths and history",
},
- { num: "04", img: "./images/s1-04.jpg", label: "Display of flight information" },
+ {
+ num: "04",
+ img: "./images/s1-04.jpg",
+ label: "Display of flight information",
+ },
{ num: "05", img: "./images/s1-05.jpg", label: "Flight plan lookup" },
{
num: "06",
@@ -181,7 +196,8 @@ const PAGE_TEXT = {
),
introDesc: (
<>
- 항공기, 무인기, 선박, 지상 이동체의 실시간 정보를 통합 모니터링하고
+ 항공기, 무인기, 선박, 지상 이동체의 실시간 정보를 통합 모니터링하고{" "}
+
상황을 인식하여 신속하고 안전한 운영 의사결정을 지원합니다.
>
),
@@ -218,7 +234,8 @@ const PAGE_TEXT = {
),
introDesc: (
<>
- Integrated real-time monitoring of aircraft, drones, vessels, and ground vehicles
+ Integrated real-time monitoring of aircraft, drones, vessels, and ground
+ vehicles
supports situational awareness for fast, safe operational decisions.
>
),
@@ -252,7 +269,12 @@ const ease = [0.22, 1, 0.36, 1];
function RevealText({ children, delay = 0, className }) {
return (
+
{desc}
@@ -544,31 +659,79 @@ function FlightControlPage() { {/* 4. 주요기능 */}{desc}