f5adedf77b
- 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
18 lines
424 B
Markdown
18 lines
424 B
Markdown
---
|
|
layout: home
|
|
navbar: false
|
|
hero:
|
|
name: 'Easy-Vibe'
|
|
text: '從零開始的 AI 編程指南'
|
|
tagline: '適合所有人的編程新範式。無論你是產品經理還是全棧開發者,都能在這裡找到屬於你的 AI 編程之路。'
|
|
actions:
|
|
- theme: brand
|
|
text: 開始學習
|
|
link: /zh-tw/stage-0/
|
|
- theme: alt
|
|
text: 課程大綱
|
|
link: /zh-tw/stage-0/
|
|
---
|
|
|
|
<HomeFeatures />
|