feat: add dashboard page displaying a welcome message and dynamically loaded recommended courses.

This commit is contained in:
supalerk-ar66 2026-02-03 14:17:35 +07:00
parent c07d847955
commit 12e71c48b4

View file

@ -60,7 +60,7 @@ onMounted(async () => {
</script>
<template>
<div class="dashboard-container">
<div class="dashboard-container py-8 px-4">
<!-- Welcome Header Section -->
<div class="welcome-section mb-10 overflow-hidden relative rounded-[2.5rem] p-10 md:p-14 text-white shadow-lg dark:shadow-2xl dark:shadow-blue-900/20 transition-all">
<div class="relative z-10 flex flex-col md:flex-row justify-between items-center gap-8">