diff --git a/frontend/src/components/pc/Footer.jsx b/frontend/src/components/pc/Footer.jsx index 4f92901..c9dc0fb 100644 --- a/frontend/src/components/pc/Footer.jsx +++ b/frontend/src/components/pc/Footer.jsx @@ -1,69 +1,11 @@ -import { Instagram, Youtube } from 'lucide-react'; -import { socialLinks } from '../../data/dummy'; - -// X (Twitter) 아이콘 컴포넌트 -const XIcon = ({ size = 24 }) => ( - - - -); - function Footer() { const currentYear = new Date().getFullYear(); return ( -