diff --git a/public/images/cert/관광벤처인증.png b/public/images/cert/cert01.png similarity index 100% rename from public/images/cert/관광벤처인증.png rename to public/images/cert/cert01.png diff --git a/public/images/cert/관광사업자등록증.png b/public/images/cert/cert02.png similarity index 100% rename from public/images/cert/관광사업자등록증.png rename to public/images/cert/cert02.png diff --git a/public/images/cert/국방벤처기업1.png b/public/images/cert/cert03.png similarity index 100% rename from public/images/cert/국방벤처기업1.png rename to public/images/cert/cert03.png diff --git a/public/images/cert/국방벤처기업2.png b/public/images/cert/cert04.png similarity index 100% rename from public/images/cert/국방벤처기업2.png rename to public/images/cert/cert04.png diff --git a/public/images/cert/cert05.png b/public/images/cert/cert05.png new file mode 100644 index 0000000..2171f8e Binary files /dev/null and b/public/images/cert/cert05.png differ diff --git a/public/images/cert/기업부설연구소.png b/public/images/cert/cert06.png similarity index 100% rename from public/images/cert/기업부설연구소.png rename to public/images/cert/cert06.png diff --git a/public/images/cert/방송통신기자재_KC_인증.png b/public/images/cert/cert07.png similarity index 100% rename from public/images/cert/방송통신기자재_KC_인증.png rename to public/images/cert/cert07.png diff --git a/public/images/cert/벤처기업확인서.png b/public/images/cert/cert08.png similarity index 100% rename from public/images/cert/벤처기업확인서.png rename to public/images/cert/cert08.png diff --git a/public/images/cert/이노비즈확인서_팔네트웍스.png b/public/images/cert/cert09.png similarity index 100% rename from public/images/cert/이노비즈확인서_팔네트웍스.png rename to public/images/cert/cert09.png diff --git a/public/images/cert/정보통신공사업등록증.png b/public/images/cert/cert10.png similarity index 100% rename from public/images/cert/정보통신공사업등록증.png rename to public/images/cert/cert10.png diff --git a/public/images/cert/항공선도기업.png b/public/images/cert/cert11.png similarity index 100% rename from public/images/cert/항공선도기업.png rename to public/images/cert/cert11.png diff --git a/public/images/cert/patents/대기질측정장치시스템.png b/public/images/cert/patents/patents01.png similarity index 100% rename from public/images/cert/patents/대기질측정장치시스템.png rename to public/images/cert/patents/patents01.png diff --git a/public/images/cert/patents/도심환경교통.png b/public/images/cert/patents/patents02.png similarity index 100% rename from public/images/cert/patents/도심환경교통.png rename to public/images/cert/patents/patents02.png diff --git a/public/images/cert/patents/특허증.png b/public/images/cert/patents/patents03.png similarity index 100% rename from public/images/cert/patents/특허증.png rename to public/images/cert/patents/patents03.png diff --git a/src/pages/company/CertPage.jsx b/src/pages/company/CertPage.jsx index a87c150..d305088 100644 --- a/src/pages/company/CertPage.jsx +++ b/src/pages/company/CertPage.jsx @@ -13,26 +13,26 @@ const COMPANY_NAV = [ ]; const CERTS = [ - { imgs: ["관광벤처인증.png"], label: "관광벤처인증" }, - { imgs: ["관광사업자등록증.png"], label: "관광사업자등록증" }, - { imgs: ["국방벤처기업1.png"], label: "국방벤처기업 (1)" }, - { imgs: ["국방벤처기업2.png"], label: "국방벤처기업 (2)" }, - { imgs: ["기업부설연구소.png"], label: "기업부설연구소" }, - { imgs: ["방송통신기자재_KC_인증.png"], label: "방송통신기자재 KC 인증" }, - { imgs: ["벤처기업확인서.png"], label: "벤처기업확인서" }, - { imgs: ["이노비즈확인서_팔네트웍스.png"], label: "이노비즈확인서" }, - { imgs: ["정보통신공사업등록증.png"], label: "정보통신공사업등록증" }, - { imgs: ["항공선도기업.png"], label: "항공선도기업" }, + { imgs: ["cert01.png"], label: "관광벤처인증" }, + { imgs: ["cert02.png"], label: "관광사업자등록증" }, + { imgs: ["cert03.png"], label: "국방벤처기업 (1)" }, + { imgs: ["cert04.png"], label: "국방벤처기업 (2)" }, + { imgs: ["cert05.png"], label: "국방벤처 협약기업 확인서" }, + { imgs: ["cert06.png"], label: "기업부설연구소" }, + { imgs: ["cert07.png"], label: "방송통신기자재 KC 인증" }, + { imgs: ["cert08.png"], label: "벤처기업확인서" }, + { imgs: ["cert09.png"], label: "이노비즈확인서" }, + { imgs: ["cert10.png"], label: "정보통신공사업등록증" }, + { imgs: ["cert11.png"], label: "항공선도기업" }, ]; - const PATENTS = [ - { imgs: ["대기질측정장치시스템.png"], label: "대기질측정장치 시스템" }, + { imgs: ["patents01.png"], label: "대기질측정장치 시스템" }, { - imgs: ["도심환경교통.png"], + imgs: ["patents02.png"], label: "도심환경교통의 비행체 성능 시뮬레이션 시스템", }, { - imgs: ["특허증.png"], + imgs: ["patents03.png"], label: "이기종 프로토콜 지원 무인 비행체 데이터 중계장치", }, ];