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