From 0efd921bbf249ed70f3b3c163657f92040890449 Mon Sep 17 00:00:00 2001 From: soufiane Date: Fri, 5 Dec 2025 11:59:08 +0100 Subject: [PATCH] feat: update client dashboard page with new color palette MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace hex colors with primary/secondary/beige Tailwind classes - Update background gradient to use beige colors - Update buttons to use primary green theme - Update statistics cards with primary/secondary colors - Update table headers and borders 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/client/page.tsx | 68 ++++++++++++++++++++++----------------------- 1 file changed, 34 insertions(+), 34 deletions(-) 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