From c14f40607a14c83138955ed2b97f3b1f084cb689 Mon Sep 17 00:00:00 2001 From: soufiane Date: Tue, 18 Nov 2025 23:02:41 +0100 Subject: [PATCH] feat: apply homepage design style to login and register pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated login and register pages with homepage branding: - Dark green gradient background (from-[#1a3d2e] to-[#2d5a45]) - Semi-transparent white card (bg-white/95 backdrop-blur-sm) - Enhanced shadow for depth (shadow-2xl) - Brand color for titles (#1a3d2e) - Consistent with homepage visual identity 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/login/page.tsx | 6 +++--- app/register/page.tsx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/login/page.tsx b/app/login/page.tsx index 33973e0..b066ca9 100644 --- a/app/login/page.tsx +++ b/app/login/page.tsx @@ -77,8 +77,8 @@ export default function LoginPage() { }; return ( -
- +
+
-

Connexion

+

Connexion

Connectez-vous pour participer au jeu-concours

diff --git a/app/register/page.tsx b/app/register/page.tsx index 58364dd..e24e74c 100644 --- a/app/register/page.tsx +++ b/app/register/page.tsx @@ -35,8 +35,8 @@ export default function RegisterPage() { }; return ( -
- +
+
-

Inscription

+

Inscription

Créez un compte pour participer au jeu-concours