feat: Implement initial e-learning platform frontend including landing page, course discovery, dashboard, and foundational UI components with i18n.
This commit is contained in:
parent
5b9cf72046
commit
3a9da1007b
17 changed files with 1631 additions and 1524 deletions
|
|
@ -7,26 +7,20 @@ export const CATEGORY_CARDS = [
|
|||
{
|
||||
title: 'โปรแกรมมิ่ง',
|
||||
desc: 'เชี่ยวชาญการเขียนโค้ดและพัฒนาซอฟต์แวร์',
|
||||
icon: 'code',
|
||||
icon: 'o_code',
|
||||
slug: 'programming',
|
||||
iconColor: 'text-blue-600',
|
||||
iconBg: 'bg-blue-600/5'
|
||||
},
|
||||
{
|
||||
title: 'การออกแบบ',
|
||||
desc: 'ทักษะ UI/UX และการออกแบบระดับมือโปร',
|
||||
icon: 'palette',
|
||||
icon: 'o_palette',
|
||||
slug: 'design',
|
||||
iconColor: 'text-indigo-600',
|
||||
iconBg: 'bg-indigo-600/5'
|
||||
},
|
||||
{
|
||||
title: 'ธุรกิจ',
|
||||
desc: 'ทักษะการจัดการและความเป็นผู้นำสากล',
|
||||
icon: 'business_center',
|
||||
icon: 'o_business_center',
|
||||
slug: 'business',
|
||||
iconColor: 'text-blue-700',
|
||||
iconBg: 'bg-blue-700/5'
|
||||
}
|
||||
]
|
||||
|
||||
|
|
@ -34,22 +28,16 @@ export const WHY_CHOOSE_US = [
|
|||
{
|
||||
title: 'ผู้สอนเชี่ยวชาญ',
|
||||
desc: 'เรียนรู้จากผู้นำในอุตสาหกรรมที่มีประสบการณ์การทำงานหลายปีในบริษัทเทคโนโลยีชั้นนำระดับโลก',
|
||||
icon: 'groups',
|
||||
iconBg: 'bg-blue-600/10',
|
||||
iconColor: 'text-blue-600'
|
||||
icon: 'o_groups',
|
||||
},
|
||||
{
|
||||
title: 'การเรียนรู้ที่ยืดหยุ่น',
|
||||
desc: 'เรียนตามจังหวะของคุณเอง ได้ทุกที่ทุกเวลา เข้าถึงเนื้อหาคอร์สที่สมัครเรียนได้ตลอดชีพ',
|
||||
icon: 'schedule',
|
||||
iconBg: 'bg-indigo-600/10',
|
||||
iconColor: 'text-indigo-600'
|
||||
icon: 'o_schedule',
|
||||
},
|
||||
{
|
||||
title: 'ประกาศนียบัตรเมื่อเรียนจบ',
|
||||
desc: 'รับวุฒิบัตรที่เป็นที่ยอมรับเพื่อเสริมพอร์ตโฟลิโอระดับมืออาชีพของคุณและแชร์ลง LinkedIn ได้โดยตรง',
|
||||
icon: 'verified',
|
||||
iconBg: 'bg-blue-600/10',
|
||||
iconColor: 'text-blue-600'
|
||||
icon: 'o_verified',
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue