Added 404, 500 & Dashboard Page

This commit is contained in:
2026-01-20 17:46:14 +01:00
parent 5fd5f4a843
commit 88f2e6f0f9
4 changed files with 291 additions and 28 deletions

View File

@@ -12,10 +12,14 @@ export default async function DashboardPage() {
return (
<DashboardLayout user={user}>
<div className="p-6">
<h1 className="text-3xl font-bold text-gray-900 dark:text-white mb-6">
Tableau de bord
<h1 className="text-3xl font-semibold text-cblack mb-1">
Content de vous revoir <span className="text-dyellow">{user.name || user.email}</span>
</h1>
<p className="text-sm text-cgray mb-6">
Bienvenue sur votre tableau de bord.
</p>
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div className="bg-white dark:bg-gray-800 rounded-lg shadow p-6">
<h3 className="text-lg font-semibold text-gray-900 dark:text-white mb-2">