From 54a15d392c6baa08395965254a74bfad248c31de Mon Sep 17 00:00:00 2001 From: soufiane Date: Mon, 8 Dec 2025 14:25:51 +0100 Subject: [PATCH] fix(faq): remove brown colors and "Centre d'aide" badge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove "Centre d'aide" badge from hero section - Replace all brown/marron colors (#d4a574) with green (#4a7c6f) - Update background to light green (#f0f5f3) - Keep consistent green theme throughout the page 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- app/faq/FAQContent.tsx | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/app/faq/FAQContent.tsx b/app/faq/FAQContent.tsx index de2eb7b..c81807b 100644 --- a/app/faq/FAQContent.tsx +++ b/app/faq/FAQContent.tsx @@ -107,7 +107,7 @@ export default function FAQContent() { }; return ( -
+
{/* Hero Section */}
@@ -117,9 +117,6 @@ export default function FAQContent() {
- - Centre d'aide -

Questions fréquentes

@@ -136,7 +133,7 @@ export default function FAQContent() { placeholder="Rechercher une question..." value={searchQuery} onChange={(e) => setSearchQuery(e.target.value)} - className="w-full px-6 py-4 pl-14 bg-white/10 backdrop-blur-sm border border-white/20 rounded-2xl text-white placeholder-white/50 focus:outline-none focus:ring-2 focus:ring-[#d4a574] focus:border-transparent transition-all" + className="w-full px-6 py-4 pl-14 bg-white/10 backdrop-blur-sm border border-white/20 rounded-2xl text-white placeholder-white/50 focus:outline-none focus:ring-2 focus:ring-[#4a7c6f] focus:border-transparent transition-all" /> {filteredFAQs.length === 0 ? (
-
- +
+
@@ -233,7 +230,7 @@ export default function FAQContent() {
- + {faq.category}

{faq.question}

@@ -267,12 +264,12 @@ export default function FAQContent() {
-
-
+
+
-
- +
+