diff --git a/src/components/main/MainNews.jsx b/src/components/main/MainNews.jsx index 5cfc5ee..336dec1 100644 --- a/src/components/main/MainNews.jsx +++ b/src/components/main/MainNews.jsx @@ -1,6 +1,7 @@ import { useEffect, useRef } from "react"; import { gsap } from "gsap"; import { ScrollTrigger } from "gsap/ScrollTrigger"; +import { Link } from "react-router-dom"; gsap.registerPlugin(ScrollTrigger); @@ -11,19 +12,22 @@ function MainNews() { const news = [ { - date: "2025.00.00", - title: "PAL Networks, 항공 IT 서비스 고도화 추진", - desc: "항공 운항 관리와 예약 플랫폼을 연결하는 통합 서비스 환경을 확대합니다.", + date: "2025.11.14", + title: "포스맥-팔네트웍스, 미래항공교통산업 진출 전략적 MOU 체결 ", + desc: "기술 개발, 인프라 구축, 정책 사업 참여 등 성장성이 높은 항공 모빌리티 시장에서 공동 사업모델을 구축합니다.", + link: "https://www.gnynews.co.kr/news/articleView.html?idxno=453325", }, { - date: "2025.00.00", - title: "스마트 관광 예약 플랫폼 기능 확장", - desc: "관광 상품, 예약 데이터, 사용자 경험을 하나의 흐름으로 개선합니다.", + date: "2024.10.22", + title: "(주)팔네트웍스, 한국공항공사 드론교통관리시스템 사업 선정", + desc: "공항 주변 드론 운항을 통합 관리하고 안전한 비행 환경을 구축합니다.", + link: "https://www.incheonilbo.com/news/articleView.html?idxno=1268774", }, { - date: "2025.00.00", - title: "클라우드 기반 항공 서비스 운영 환경 구축", - desc: "안정적인 공공 클라우드 인프라를 기반으로 서비스 운영 효율을 높입니다.", + date: "2024.10.31", + title: "인천경제청, K-UAM 콘펙스 '항공·스마트제조 기업 특별관' 운영", + desc: "항공·스마트제조 기업과 협력하며 미래 항공 모빌리티 생태계를 확장합니다.", + link: "https://www.incheontoday.com/news/articleView.html?idxno=256068", }, ]; @@ -80,25 +84,31 @@ function MainNews() {
{news.map((item, index) => ( -
{ - itemsRef.current[index] = el; - }} > -
- NEWS - {item.date} -
+
{ + itemsRef.current[index] = el; + }} + > +
+ NEWS + {item.date} +
-
-

{item.title}

-

{item.desc}

-
+
+

{item.title}

+

{item.desc}

+
-
-
+
+
+ ))}
diff --git a/src/pages/company/CertPage.jsx b/src/pages/company/CertPage.jsx index 4e52805..df80988 100644 --- a/src/pages/company/CertPage.jsx +++ b/src/pages/company/CertPage.jsx @@ -15,8 +15,8 @@ const COMPANY_NAV = [ const CERTS = [ { imgs: ["관광벤처인증.png"], label: "관광벤처인증" }, { imgs: ["관광사업자등록증.png"], label: "관광사업자등록증" }, - { imgs: ["국방벤처기업1.png"], label: "국방벤처기업" }, - { imgs: ["국방벤처기업2.png"], label: "국방벤처기업" }, + { imgs: ["국방벤처기업1.png"], label: "국방벤처기업 (1)" }, + { imgs: ["국방벤처기업2.png"], label: "국방벤처기업 (2)" }, { imgs: ["기업부설연구소.png"], label: "기업부설연구소" }, { imgs: ["방송통신기자재_KC_인증.png"], label: "방송통신기자재 KC 인증" }, { imgs: ["벤처기업확인서.png"], label: "벤처기업확인서" }, @@ -62,7 +62,7 @@ function ImgGrid({ items, inView, folder = "cert" }) {