File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed
features/landing/components Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 1- 'use client' ;
2-
31import 'swiper/css' ;
42import 'swiper/css/navigation' ;
53import 'swiper/css/autoplay' ;
Original file line number Diff line number Diff line change @@ -6,21 +6,10 @@ import React from 'react';
66const Footer : React . FC = ( ) => {
77 return (
88 < footer className = "txt-13-medium mx-auto h-[11.6rem] w-full border-t border-gray-100 bg-white px-[2.4rem] py-[3rem] text-gray-600 md:h-[14rem] md:px-[4rem] lg:px-[20rem]" >
9- { /* 모바일 사이즈: 위에 보일 Privacy Policy · FAQ */ }
10- < div className = "mb-4 flex justify-center gap-7 md:hidden" >
11- < a > Privacy Policy</ a >
12- < span > ·</ span >
13- < a > FAQ</ a >
14- </ div >
15-
169 < div className = "flex flex-row items-center justify-between md:grid md:grid-cols-3 md:items-center" >
1710 < div className = "text-left text-gray-400" > nomadia - 2025</ div >
1811
19- < div className = "hidden justify-center gap-4 md:flex" >
20- < a > Privacy Policy</ a >
21- < span > ·</ span >
22- < a > FAQ</ a >
23- </ div >
12+ < div className = "hidden justify-center gap-4 md:flex" > </ div >
2413
2514 < div className = "flex items-center justify-end gap-[1.6rem]" >
2615 < a
You can’t perform that action at this time.
0 commit comments