From d6bbc8eab33438bd38dd0949e37f5173f5ef0f36 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:38:44 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 55351e0..5e961ca 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -72,7 +72,7 @@ export default function AboutPage() { description="Over 20 years of dedicated service to our nation's veterans. We combine legal expertise with deep understanding of military culture to provide compassionate, effective advocacy." tag="Our Mission" tagIcon={Shield} - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "20+", label: "Years Experience" }, { value: "10,000+", label: "Veterans Helped" }, @@ -133,7 +133,7 @@ export default function AboutPage() { tagIcon={Phone} title="Support Veterans Legal Services" description="Whether you're a veteran seeking help, a legal professional interested in volunteering, or an organization wanting to partner with us, we welcome your involvement in our mission to serve veterans." - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Get Legal Help", href: "/contact" }, { text: "Partner With Us", href: "#" }, -- 2.49.1 From 87978469723d26860b5deb7daacfb0f219f861d3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:38:44 +0000 Subject: [PATCH 2/4] 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 28ce9c4..8d95543 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: "noiseDiagonalGradient" }} + background={{ variant: "glowing-orb" }} 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: "noiseDiagonalGradient" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Request Free Consultation", href: "#" }, { text: "Call 1-800-VET-LEGAL", href: "tel:1-800-838-5342" }, -- 2.49.1 From bc07515e1f3e0e30c22a2de1aeffee8f637ff24c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:38:45 +0000 Subject: [PATCH 3/4] 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" }, -- 2.49.1 From bcc588cb1d809ff6f56ec61ab098699b80378459 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:38:45 +0000 Subject: [PATCH 4/4] 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" }, -- 2.49.1