From 1d482c8a68061989443f28ff789365ed49102c01 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:36:52 +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 28459e33dbf6234b42ef7e12e5094f5d7f4ecda2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:36:52 +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 026b0a87e2b28706e734adf6273228aa1e239c07 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:36:53 +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 db240db35f298e1adecc711a6cd01a789d317339 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:36:53 +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