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
416 B
Markdown
18 lines
416 B
Markdown
---
|
|
layout: home
|
|
navbar: false
|
|
hero:
|
|
name: 'Easy-Vibe'
|
|
text: 'Guide de Codage IA à partir de Zéro'
|
|
tagline: 'Un nouveau paradigme de codage pour tous. Que vous soyez PM ou développeur Full Stack, trouvez votre voie de codage IA ici.'
|
|
actions:
|
|
- theme: brand
|
|
text: Commencer
|
|
link: /fr-fr/stage-0/
|
|
- theme: alt
|
|
text: Plan du Cours
|
|
link: /fr-fr/stage-0/
|
|
---
|
|
|
|
<HomeFeatures />
|