잘못된 페이지 입니다.
+©codeit - 2024
+{formattedPrice}원
+{formatPrice(price)}원
+{desc}
+간편 로그인하기
+
+ {desc.first}
+ {desc.secound}
+
검색어와 일치하는 상품이 없어요
} + {type === 'inquiry' &&아직 문의가 없어요
} + {type === 'comments' && ( +
+ 아직 댓글이 없어요,
+ 지금 댓글을 달아보세요!
+
잘못된 페이지 입니다.
+로딩 중 입니다...
} + {fetchError && 에러가 발생했습니다} +
- Get started by editing
- pages/index.tsx
-
- Find in-depth information about Next.js features and API. -
- +const IMG_HOME_TOP = '/img_home_top.png'; +const IMG_HOME_BOTTOM = '/img_home_bottom.png'; +const IMG_HOME_01 = '/Img_home_01.png'; +const IMG_HOME_01_TA = '/Img_home_01_ta.png'; +const IMG_HOME_02 = '/Img_home_02.png'; +const IMG_HOME_02_TA = '/Img_home_02_ta.png'; +const IMG_HOME_03 = '/Img_home_03.png'; +const IMG_HOME_03_TA = '/Img_home_03_ta.png'; - -- Learn about Next.js in an interactive course with quizzes! -
- +import Button from '@/components/shared/Button'; +import Feature from '@/components/pages/main/Feature'; +import Footer from '@/components/layout/Footer'; - -- Discover and deploy boilerplate example Next.js projects. -
- +const features = [ + { + images: { pc: `${IMG_HOME_01}`, ta: `${IMG_HOME_01_TA}` }, + tag: 'Hot item', + title: { first: '인기 상품을', secound: '확인해 보세요' }, + desc: { + first: '가장 HOT한 중고거래 물품을', + secound: '판다 마켓에서 확인해 보세요', + }, + }, + { + images: { pc: `${IMG_HOME_02}`, ta: `${IMG_HOME_02_TA}` }, + tag: 'Search', + title: { first: '구매를 원하는', secound: '상품을 검색하세요' }, + desc: { + first: '구매하고 싶은 물품은 검색해서', + secound: '쉽게 찾아보세요', + }, + }, + { + images: { pc: `${IMG_HOME_03}`, ta: `${IMG_HOME_03_TA}` }, + tag: 'Register', + title: { first: '판매를 원하는', secound: '상품을 등록하세요' }, + desc: { + first: '어떤 물건이든 판매하고 싶은 상품을', + secound: '쉽게 등록하세요', + }, + }, +]; - -
- Instantly deploy your Next.js site to a shareable URL
- with Vercel.
+ 믿을 수 있는
+ 판다마켓 중고 거래
로딩 중 입니다...
; + if (fetchError || commentFetchError) return console.log('fetchError', fetchError); + + return ( +로딩 중 입니다...
} + {fetchError && 에러가 발생했습니다} +로딩 중 입니다...
} + {fetchError && 에러가 발생했습니다} +컴포넌트 | +UI | +
---|---|
Button | +
+ |
+
BtnClose | +
+ |
+
Tag | +
+ |
+
Heart | +
+ |
+
ProdCard | +
+ |
+
InputAddFile | +
+ |
+
NotResult | +
+ |
+
UserInfo | +
+ |
+
Input | +
+ |
+
ComentPost | +
+ |
+
BoardCard | +
+ |
+