Update src/app/services/page.tsx
This commit is contained in:
@@ -20,8 +20,7 @@ export default function ServicesPage() {
|
||||
|
||||
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 ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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 ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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 ServicesPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -75,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" },
|
||||
@@ -105,21 +102,11 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Predatory lending schemes",
|
||||
"Identity theft and fraud",
|
||||
"Debt collection harassment",
|
||||
"Unfair contract terms",
|
||||
"Credit report errors",
|
||||
],
|
||||
"Predatory lending schemes", "Identity theft and fraud", "Debt collection harassment", "Unfair contract terms", "Credit report errors"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Loan modification assistance",
|
||||
"Fraud recovery support",
|
||||
"Debt relief strategies",
|
||||
"Contract dispute resolution",
|
||||
"Credit restoration",
|
||||
],
|
||||
"Loan modification assistance", "Fraud recovery support", "Debt relief strategies", "Contract dispute resolution", "Credit restoration"],
|
||||
}}
|
||||
buttons={[{ text: "Get Consumer Law Help", href: "/contact" }]}
|
||||
/>
|
||||
@@ -136,21 +123,11 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Insurance claim denials",
|
||||
"VA benefit complications",
|
||||
"Medication access barriers",
|
||||
"Medical billing errors",
|
||||
"Coverage disputes",
|
||||
],
|
||||
"Insurance claim denials", "VA benefit complications", "Medication access barriers", "Medical billing errors", "Coverage disputes"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Claim appeal representation",
|
||||
"VA benefits navigation",
|
||||
"Prior authorization assistance",
|
||||
"Billing dispute resolution",
|
||||
"Coverage expansion support",
|
||||
],
|
||||
"Claim appeal representation", "VA benefits navigation", "Prior authorization assistance", "Billing dispute resolution", "Coverage expansion support"],
|
||||
}}
|
||||
buttons={[{ text: "Get Healthcare Help", href: "/contact" }]}
|
||||
/>
|
||||
@@ -162,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" },
|
||||
|
||||
Reference in New Issue
Block a user