From 16937a4378a9c6fc257fc8142663d68a9a1bcf5d Mon Sep 17 00:00:00 2001 From: Xenon010101 Date: Fri, 5 Jun 2026 20:49:47 +0530 Subject: [PATCH 1/2] fix: improve Contact Us page heading and input styling Adds green underline animation to heading heading, changes input/textarea backgrounds to bg-transparent to match glass-morphism card style. Closes #1318 Signed-off-by: Xenon010101 --- client/src/module/legal/ContactPage.tsx | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/client/src/module/legal/ContactPage.tsx b/client/src/module/legal/ContactPage.tsx index 479ea4ecc..b67229d7c 100644 --- a/client/src/module/legal/ContactPage.tsx +++ b/client/src/module/legal/ContactPage.tsx @@ -1,4 +1,5 @@ import { useState } from "react"; +import { motion } from "framer-motion"; import { Mail, Globe, Clock3, Bug, Loader2, Send, CheckCircle, AlertCircle, User, Tag, MessageSquare } from "lucide-react"; import { Navbar } from "../../components/Navbar"; import { Footer } from "../../components/Footer"; @@ -44,7 +45,17 @@ export default function ContactPage() { {/* Header */}

- Contact Us + Contact{" "} + + Us + +

We'd love to hear from you. Reach out for support, feedback, @@ -65,7 +76,7 @@ export default function ContactPage() {

@@ -78,7 +89,7 @@ export default function ContactPage() { @@ -92,7 +103,7 @@ export default function ContactPage() { @@ -105,7 +116,7 @@ export default function ContactPage() {