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" },