From 45e36ff4b633023ad160f3dd2b42152ae7a60eb1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:40:39 +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 5e961ca..55351e0 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: "glowing-orb" }} + background={{ variant: "noiseDiagonalGradient" }} 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: "glowing-orb" }} + background={{ variant: "noiseDiagonalGradient" }} buttons={[ { text: "Get Legal Help", href: "/contact" }, { text: "Partner With Us", href: "#" }, -- 2.49.1 From 9f26d79589f4048ce607c47b9cd5036306574fde Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:40:39 +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 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" }, -- 2.49.1 From 570a6567ba862a6a99f79d7a40e99b982fcb046f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:40:39 +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 d127f21..d3de263 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: "glowing-orb" }} + background={{ variant: "noiseDiagonalGradient" }} 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: "glowing-orb" }} + background={{ variant: "noiseDiagonalGradient" }} buttons={[ { text: "Request Free Consultation", href: "/contact" }, { text: "Call Us: 1-800-VET-LEGAL" }, -- 2.49.1 From f1bb115b7ee2ac1c248ca09b634291d9abaa7b8b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:40:40 +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 c3d559c..75b19a4 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: "glowing-orb" }} + background={{ variant: "noiseDiagonalGradient" }} 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: "glowing-orb" }} + background={{ variant: "noiseDiagonalGradient" }} buttons={[ { text: "Request Consultation", href: "/contact" }, { text: "Call 1-800-VET-LEGAL" }, -- 2.49.1