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
537 B
Markdown
18 lines
537 B
Markdown
---
|
|
layout: home
|
|
navbar: false
|
|
hero:
|
|
name: 'Easy-Vibe'
|
|
text: 'دليل برمجة الذكاء الاصطناعي من الصفر'
|
|
tagline: 'نموذج برمجة جديد للجميع. سواء كنت مدير منتج أو مطور Full Stack، ابحث عن مسار برمجة الذكاء الاصطناعي الخاص بك هنا.'
|
|
actions:
|
|
- theme: brand
|
|
text: ابدأ التعلم
|
|
link: /ar-sa/stage-0/
|
|
- theme: alt
|
|
text: مخطط الدورة
|
|
link: /ar-sa/stage-0/
|
|
---
|
|
|
|
<HomeFeatures />
|