From bcc588cb1d809ff6f56ec61ab098699b80378459 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:38:45 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 75b19a4..c3d559c 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -72,7 +72,7 @@ export default function ServicesPage() { description="Dedicated legal expertise across consumer protection, healthcare access, financial abuse prevention, and military benefits. Each service is tailored to the unique challenges veterans face." tag="Service Overview" tagIcon={Briefcase} - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "4", label: "Service Areas" }, { value: "35+", label: "Licensed Attorneys" }, @@ -139,7 +139,7 @@ export default function ServicesPage() { tagIcon={Phone} title="Our Legal Team is Ready to Serve You" description="Take the first step toward protecting your rights. Contact us today for a free, confidential consultation. We're here to help veterans navigate complex legal challenges." - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Request Consultation", href: "/contact" }, { text: "Call 1-800-VET-LEGAL" },