diff --git a/src/components/home/MainHeader.tsx b/src/components/home/MainHeader.tsx index 068170b..138057f 100644 --- a/src/components/home/MainHeader.tsx +++ b/src/components/home/MainHeader.tsx @@ -14,11 +14,18 @@ const MainHeader = () => { width={115} height={20} className="w-full" + loading="eager" />
router.push('mypage/question')}> - inquiry + inquiry
router.push('/notification')}> { alt="notification" width={20} height={20} + loading="eager" />
diff --git a/src/components/layout/footer/Footer.tsx b/src/components/layout/footer/Footer.tsx index 9432c23..d70cc4f 100644 --- a/src/components/layout/footer/Footer.tsx +++ b/src/components/layout/footer/Footer.tsx @@ -21,9 +21,21 @@ const Footer = () => {
{filteredPathName === '' ? ( - home + home ) : ( - home + home )}
@@ -40,9 +52,16 @@ const Footer = () => { alt="resoulvation" width={20} height={20} + loading="eager" /> ) : ( - resoulvation + resoulvation )}
@@ -54,9 +73,21 @@ const Footer = () => {
{filteredPathName === 'map' ? ( - map + map ) : ( - map + map )}
@@ -85,9 +116,21 @@ const Footer = () => { className="cursor-pointer h-[44.84px] flex-col justify-start items-center gap-2.5 inline-flex">
{filteredPathName === 'community' ? ( - community + community ) : ( - community + community )}
@@ -98,9 +141,21 @@ const Footer = () => {
{filteredPathName === 'mypage' ? ( - mypage + mypage ) : ( - mypage + mypage )}
diff --git a/src/components/layout/header/Header.tsx b/src/components/layout/header/Header.tsx index fc0d905..afca981 100644 --- a/src/components/layout/header/Header.tsx +++ b/src/components/layout/header/Header.tsx @@ -6,15 +6,33 @@ const Header = () => { return (
router.push('/')} className="w-[116px] cursor-pointer"> - logo + logo
router.push('mypage/question')} className="cursor-pointer"> - inquiry + inquiry
- notification + notification