diff --git a/gongjakso/src/pages/HomePage/HomePage.jsx b/gongjakso/src/pages/HomePage/HomePage.jsx index e1cfadd..b1a25e0 100644 --- a/gongjakso/src/pages/HomePage/HomePage.jsx +++ b/gongjakso/src/pages/HomePage/HomePage.jsx @@ -9,7 +9,7 @@ import TopButton from '../../pages/HomePage/TopButton'; import Banner from './Banner'; import { getMyInfo } from '../../service/auth_service'; import { useNavigate } from 'react-router-dom'; -import { Helmet } from 'react-helmet-async'; +import MetaTag from '../../components/common/MetaTag/MetaTag'; const HomePage = () => { const authenticated = localStorage.getItem('accessToken'); @@ -54,49 +54,12 @@ const HomePage = () => { return ( <> - - {/* */} - 공모전 팀빌딩 서비스 | 공작소 gongjakso - - - {/* */} - - - - - - - {/* */} - - - - - - - - {/* */} - +