diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 34e22b0..8d95543 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -20,8 +20,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Consumer Law", href: "/services" }, { label: "Healthcare Access", href: "/services" }, { label: "Financial Abuse Prevention", href: "/services" }, @@ -29,8 +28,7 @@ export default function ContactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Legal Guides", href: "/resources" }, { label: "FAQ", href: "/resources" }, { label: "Blog", href: "/resources" }, @@ -38,8 +36,7 @@ export default function ContactPage() { ], }, { - title: "Organization", - items: [ + title: "Organization", items: [ { label: "About Us", href: "/about" }, { label: "Our Team", href: "/about" }, { label: "Privacy Policy", href: "#" }, @@ -55,7 +52,7 @@ export default function ContactPage() { borderRadius="rounded" contentWidth="smallMedium" sizing="largeSmallSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -75,14 +72,14 @@ 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" }, { value: "Free", label: "Consultation" }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/mature-male-judge-reading-book-courtroom_23-2147898319.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/mature-male-judge-reading-book-courtroom_23-2147898319.jpg" imageAlt="Contact Veterans Legal Aid" imagePosition="right" mediaAnimation="slide-up" @@ -119,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" },