Files
test-repo/docs/ko-kr/index.md
T
sanbuphy f5adedf77b feat(docs): refactor homepage layouts and add HomeFeatures component
- Replace verbose inline HTML/CSS in multiple language homepages with reusable HomeFeatures component
- Simplify hero section taglines and action links across all language versions
- Add iOS/Apple style enhancements including glassmorphism effects and refined button animations
- Register HomeFeatures component globally in Vue app for consistent usage
- Remove redundant translation banners and GitHub star sections to streamline content
2026-01-26 13:00:54 +08:00

18 lines
443 B
Markdown

---
layout: home
navbar: false
hero:
name: 'Easy-Vibe'
text: '제로 베이스 AI 코딩 가이드'
tagline: '모두를 위한 새로운 코딩 패러다임. PM이든 풀스택 개발자든, 여기서 자신만의 AI 코딩 경로를 찾을 수 있습니다.'
actions:
- theme: brand
text: 학습 시작
link: /ko-kr/stage-0/
- theme: alt
text: 과정 개요
link: /ko-kr/stage-0/
---
<HomeFeatures />