Skip to content

Commit ba49647

Browse files
authored
design: 홈 페이지 퍼블리싱 (#19)
* design: 홈 페이지 에셋 추가 * design: 홈 페이지 퍼블리싱 * design: 홈 페이지 모달 퍼블리싱 * design: 홈 페이지 퍼블리싱 * design: 홈 페이지 모달 퍼블리싱 * refactor: package-json 삭제 * refactor: ModalOverlay 컴포넌트 새 속성에 맞춰 모달 정리 * fix: import 오류 해결 * refactor: SpecialLetterBanner 애니메이션 animation.css로 분리 * design: Home에서 grow 적용으로 불필요한 h-screen 제거 * rename: 에셋 파일명을 케밥 케이스로 변경 * remove: 필요없는 에셋 삭제 * fix: 이미지 경로 import 방식 수정 * refactor: 버튼 컴포넌트 반복 로직 개선 * style: HomeRight 레이아웃 수정 * refactor: max-w 값 수정 및 불필요한 삼항 연산자 제거 * rename: Navbar를 HomeHeader로 대체 * rename: 홈 페이지 배경 이미지 업데이트 * fix: 모바일 및 웹에서 레이아웃 오류 해결, 홈 페이지 구조 리팩토링 * design: 홈 페이지 왼쪽 배경 width 조정 * design: SpecialLetterBanner width 조정 * design: 게시판 이미지 버튼 width 조정 * fix: coflict 오류 해결
1 parent 59d89d4 commit ba49647

38 files changed

+809
-10
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13+
"@emotion/react": "^11.14.0",
14+
"@emotion/styled": "^11.14.0",
1315
"@egjs/react-infinitegrid": "^4.12.0",
1416
"@mui/icons-material": "^6.4.4",
17+
"@mui/material": "^6.4.4",
1518
"@tailwindcss/vite": "^4.0.6",
1619
"@tanstack/react-query": "^5.66.0",
1720
"axios": "^1.7.9",
21+
"gsap": "^3.12.7",
22+
"pnpm": "^10.4.1",
1823
"react": "^18.3.1",
1924
"react-dom": "^18.3.1",
2025
"react-router": "^7.1.5",

pnpm-lock.yaml

Lines changed: 196 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
45.1 KB
Loading
39.8 KB
Loading
36.6 KB
Loading
105 KB
Loading

src/assets/images/go-to-write.png

21.4 KB
Loading
219 KB
Loading
85.1 KB
Loading
253 KB
Loading

0 commit comments

Comments
 (0)