From bc07515e1f3e0e30c22a2de1aeffee8f637ff24c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:38:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3de263..d127f21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function HomePage() { description="Comprehensive legal support for veterans facing consumer law issues, healthcare access barriers, financial abuse, and military-related legal matters. Our experienced team is committed to protecting your rights." tag="Trusted Legal Advocacy" tagIcon={Shield} - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "10,000+", label: "Veterans Served" }, { value: "98%", label: "Case Resolution Rate" }, @@ -164,7 +164,7 @@ export default function HomePage() { tagIcon={Phone} title="Get the Legal Help You Deserve" description="Don't face legal challenges alone. Our experienced team is ready to provide free, confidential consultation for your case. Whether you're dealing with consumer rights, healthcare access, financial abuse, or military benefits, we're here to fight for you." - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Request Free Consultation", href: "/contact" }, { text: "Call Us: 1-800-VET-LEGAL" },