@@ -11,18 +11,19 @@ const Footer = () => {
11
11
< li >
12
12
< S . FooterMenuItemTitle > 서비스</ S . FooterMenuItemTitle >
13
13
</ li >
14
- < S . FooterMenuItem >
14
+ { /* <S.FooterMenuItem>
15
15
<Link href='/notice'>공지사항</Link>
16
- </ S . FooterMenuItem >
17
- < S . FooterMenuItem >
16
+ </S.FooterMenuItem> */ }
17
+ { /* <S.FooterMenuItem>
18
18
<Link href='/faq'>자주 묻는 질문</Link>
19
- </ S . FooterMenuItem >
20
- < S . FooterMenuItem >
19
+ </S.FooterMenuItem> */ }
20
+ { /* <S.FooterMenuItem>
21
21
<Link href='/prepare'>주문 서비스</Link>
22
- </ S . FooterMenuItem >
23
- < S . FooterMenuItem >
22
+ </S.FooterMenuItem> */ }
23
+ { /* <S.FooterMenuItem>
24
24
<Link href='/support'>고객센터</Link>
25
- </ S . FooterMenuItem >
25
+ </S.FooterMenuItem> */ }
26
+ < div > 서비스 준비중입니다.</ div >
26
27
</ S . FooterMenuItems >
27
28
< S . FooterMenuItems >
28
29
< li >
@@ -31,26 +32,27 @@ const Footer = () => {
31
32
< S . FooterMenuItem >
32
33
< Link href = '/team' > 회사 소개</ Link >
33
34
</ S . FooterMenuItem >
34
- < S . FooterMenuItem >
35
+ { /* <S.FooterMenuItem>
35
36
<Link href='https://daehan-tech.vercel.app/'>대한테크</Link>
36
- </ S . FooterMenuItem >
37
- < S . FooterMenuItem >
37
+ </S.FooterMenuItem> */ }
38
+ { /* <S.FooterMenuItem>
38
39
<Link href='/prepare'>채용</Link>
39
- </ S . FooterMenuItem >
40
- < S . FooterMenuItem >
40
+ </S.FooterMenuItem> */ }
41
+ { /* <S.FooterMenuItem>
41
42
<Link href='/prepare'>공고</Link>
42
- </ S . FooterMenuItem >
43
+ </S.FooterMenuItem> */ }
43
44
</ S . FooterMenuItems >
44
45
< S . FooterMenuItems >
45
46
< li >
46
47
< S . FooterMenuItemTitle > 문의</ S . FooterMenuItemTitle >
47
48
</ li >
48
- < S . FooterMenuItem >
49
+ { /* <S.FooterMenuItem>
49
50
<Link href='/prepare'>사업 제휴</Link>
50
- </ S . FooterMenuItem >
51
- < S . FooterMenuItem >
51
+ </S.FooterMenuItem> */ }
52
+ { /* <S.FooterMenuItem>
52
53
<Link href='/prepare'>주문 제작 문의</Link>
53
- </ S . FooterMenuItem >
54
+ </S.FooterMenuItem> */ }
55
+ < div > 문의 게시판 준비중입니다.</ div >
54
56
</ S . FooterMenuItems >
55
57
< S . FooterMenuItems >
56
58
< li >
@@ -64,25 +66,25 @@ const Footer = () => {
64
66
65
67
</ Link >
66
68
</ S . FooterMenuItem >
67
- < S . FooterMenuItem >
69
+ { /* <S.FooterMenuItem>
68
70
<Link href='prepare'>민원 접수</Link>
69
- </ S . FooterMenuItem >
71
+ </S.FooterMenuItem> */ }
70
72
</ S . FooterMenuItems >
71
73
</ S . FooterMenuContainer >
72
74
< S . FooterAddress >
73
75
< strong > (주)피앤에스</ strong >
74
- < br />
76
+ { /* <br /> */ }
75
77
{ /* FIXME: 사용자 등록 번호: 수정 필요 */ }
76
- 사업자 등록 번호: xxx-xx-xxxxx | 대표: 장미나
77
- < br />
78
+ { /* 사업자 등록 번호: xxx-xx-xxxxx | 대표: 장미나 */ }
79
+ { /* <br /> */ }
78
80
{ /* FIXME: 호스팅 서비스: 수정 필요 */ }
79
- 호스팅 서비스: 콜렛 제작 | 신고 번호: 110
81
+ { /* 호스팅 서비스: 콜렛 제작 | 신고 번호: 110 */ }
80
82
< br />
81
83
13211 경기 성남시 중원구 갈마치로 234, 902호 (SK지식산업센터)
82
84
< br />
83
85
</ S . FooterAddress >
84
86
< S . FooterSubMenuItems >
85
- < S . FooterSubMenuItem >
87
+ { /* <S.FooterSubMenuItem>
86
88
<Link href='/prepare'>서비스 이용약관</Link>
87
89
</S.FooterSubMenuItem>
88
90
<S.FooterSubMenuItem>
@@ -98,7 +100,7 @@ const Footer = () => {
98
100
</S.FooterSubMenuItem>
99
101
<S.FooterSubMenuItem>
100
102
<Link href='/prepare'>위치기반서비스 이용약관</Link>
101
- </ S . FooterSubMenuItem >
103
+ </S.FooterSubMenuItem> */ }
102
104
</ S . FooterSubMenuItems >
103
105
</ S . InnerContainer >
104
106
</ S . FooterContainer >
0 commit comments