From 6f1b04364be3177d18a83d171fc102148da91520 Mon Sep 17 00:00:00 2001 From: soufiane Date: Sun, 7 Dec 2025 17:23:08 +0100 Subject: [PATCH] fix: accessibility improvements for contact, cookies, faq, forgot-password, reset-password pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix contrast issues (text-primary-300 -> text-primary-600, text-gray-500 -> text-gray-700) - Add form labels for search input and cookie toggles - Fix heading hierarchy (h1 -> h2 -> h3) - Add aria-label and sr-only for accessibility 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- app/contact/page.tsx | 12 ++++++++---- app/cookies/page.tsx | 20 ++++++++++++-------- app/faq/FAQContent.tsx | 9 ++++++--- app/forgot-password/page.tsx | 5 +++-- app/reset-password/page.tsx | 17 ++++++++++------- 5 files changed, 39 insertions(+), 24 deletions(-) diff --git a/app/contact/page.tsx b/app/contact/page.tsx index b060de3..74c688c 100644 --- a/app/contact/page.tsx +++ b/app/contact/page.tsx @@ -96,8 +96,9 @@ export default function ContactPage() {
{/* Nom complet */}
-