From 28459e33dbf6234b42ef7e12e5094f5d7f4ecda2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:36:52 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8d95543..28ce9c4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -72,7 +72,7 @@ export default function ContactPage() { description="Veterans Legal Aid provides free, confidential legal consultation and representation. Our experienced advocates are ready to fight for your rights and help you navigate complex legal challenges." tag="Contact & Support" tagIcon={Phone} - background={{ variant: "glowing-orb" }} + background={{ variant: "noiseDiagonalGradient" }} kpis={[ { value: "1-800-VET-LEGAL", label: "Call Anytime" }, { value: "24/7", label: "Support Available" }, @@ -116,7 +116,7 @@ export default function ContactPage() { tagIcon={Shield} title="Take Action Today" description="Don't let legal challenges overwhelm you. Our team of experienced advocates is ready to provide the support and representation you need. Schedule your free consultation now and let us fight for your rights." - background={{ variant: "glowing-orb" }} + background={{ variant: "noiseDiagonalGradient" }} buttons={[ { text: "Request Free Consultation", href: "#" }, { text: "Call 1-800-VET-LEGAL", href: "tel:1-800-838-5342" },