From 6d95f02dee7fbb47628c52e226c4e54f87de8f66 Mon Sep 17 00:00:00 2001 From: soufiane Date: Tue, 18 Nov 2025 23:49:25 +0100 Subject: [PATCH] feat: redesign header and footer with green/orange theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated Header: - Dark green gradient background (#1a4d2e to #2d5a3d) - White text with orange hover (#f59e0b) - Orange "Participer" button instead of green - Updated menu labels to match homepage design Updated Footer: - Dark green gradient background matching header - Orange section titles (#f59e0b) - Added trust badges (Paiement sécurisé, Livraison rapide, RGPD) - Consistent branding with homepage 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- components/Footer.tsx | 19 ++++++++++++------- components/Header.tsx | 34 ++++++++++++++++++++-------------- 2 files changed, 32 insertions(+), 21 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index 46b8c96..60232df 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -8,7 +8,7 @@ export default function Footer() { const currentYear = new Date().getFullYear(); return ( -