diff --git a/app/client/page.tsx b/app/client/page.tsx index b045fd8..4a003c2 100644 --- a/app/client/page.tsx +++ b/app/client/page.tsx @@ -64,21 +64,21 @@ export default function ClientPage() { return ( -
+
{/* Welcome Section */}
-

- Bonjour {user?.firstName} ! 👋 +

+ Bonjour {user?.firstName} !

-

+

Bienvenue dans votre espace client

{/* Quick Action */}
-
+

@@ -89,8 +89,8 @@ export default function ClientPage() {

-
@@ -99,54 +99,54 @@ export default function ClientPage() { {/* Statistics Cards */}
-
+
-

+

Total Participations

-

+

{stats.total}

-
- +
+
-
+
-

+

Gains réclamés

-

+

{stats.claimed}

-
- +
+
-
+
-

+

En attente

-

+

{stats.pending}

-
- +
+
@@ -155,12 +155,12 @@ export default function ClientPage() {
{/* Recent Tickets */} -
-
+
+
-

Mes derniers tickets

+

Mes derniers tickets

- @@ -170,11 +170,11 @@ export default function ClientPage() { {tickets.length === 0 ? (
🎲
-

+

Vous n'avez pas encore participé au jeu

- @@ -183,22 +183,22 @@ export default function ClientPage() {
- - + - - - - + {tickets.slice(0, 5).map((ticket) => ( ))}
+
Code Ticket + Gain + Statut + Date