diff --git a/public/images/domain_img1.jpg b/public/images/domain_img1.jpg index 5e9666c..bda6f25 100644 Binary files a/public/images/domain_img1.jpg and b/public/images/domain_img1.jpg differ diff --git a/public/images/domain_img2.jpg b/public/images/domain_img2.jpg new file mode 100644 index 0000000..5dece91 Binary files /dev/null and b/public/images/domain_img2.jpg differ diff --git a/public/images/domain_img3.jpg b/public/images/domain_img3.jpg index 004e332..e5e8962 100644 Binary files a/public/images/domain_img3.jpg and b/public/images/domain_img3.jpg differ diff --git a/public/images/domain_img3.png b/public/images/domain_img3.png deleted file mode 100644 index 3948aeb..0000000 Binary files a/public/images/domain_img3.png and /dev/null differ diff --git a/public/images/domain_img4.jpg b/public/images/domain_img4.jpg new file mode 100644 index 0000000..b13085b Binary files /dev/null and b/public/images/domain_img4.jpg differ diff --git a/public/images/domain_img5.jpg b/public/images/domain_img5.jpg index c73f6a7..1c66eb1 100644 Binary files a/public/images/domain_img5.jpg and b/public/images/domain_img5.jpg differ diff --git a/public/images/domain_img5.png b/public/images/domain_img5.png deleted file mode 100644 index ea3571c..0000000 Binary files a/public/images/domain_img5.png and /dev/null differ diff --git a/src/pages/solution/FlightControlPage.jsx b/src/pages/solution/FlightControlPage.jsx index a777ede..0406e7b 100644 --- a/src/pages/solution/FlightControlPage.jsx +++ b/src/pages/solution/FlightControlPage.jsx @@ -1,6 +1,18 @@ import { useRef, useState } from "react"; import { motion, useInView, AnimatePresence } from "framer-motion"; -import { Radio, Puzzle, Network, Expand, Shield, ArrowUpRight, Package, Wind, AlertTriangle, Ship, Plane } from "lucide-react"; +import { + Radio, + Puzzle, + Network, + Expand, + Shield, + ArrowUpRight, + Package, + Wind, + AlertTriangle, + Ship, + Plane, +} from "lucide-react"; import SubHero from "../../components/SubHero"; import useFadeIn from "../../hooks/useFadeIn"; @@ -33,7 +45,7 @@ const DOMAINS = [ desc: "도심 및 광역 드론 배송 경로 최적화 및 실시간 위치 관제", }, { - img: "domain_img2.png", + img: "domain_img2.jpg", label: "UAM 도심항공 모빌리티", desc: "미래형 도심 항공 교통 인프라 연계 관제 시스템", }, @@ -43,7 +55,7 @@ const DOMAINS = [ desc: "대기질·기상 데이터 수집 드론 운용 및 모니터링", }, { - img: "domain_img4.png", + img: "domain_img4.jpg", label: "안티드론 보안관제", desc: "비인가 드론 탐지·추적 및 무력화 대응 지원", }, @@ -88,7 +100,12 @@ const ease = [0.22, 1, 0.36, 1]; function RevealText({ children, delay = 0, className }) { return (
+
{desc}
@@ -385,31 +492,79 @@ function FlightControlPage() { {/* 4. 주요기능 */}{desc}