Merge version_1 into main #2
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
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 AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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 AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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 AboutPage() {
|
||||
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 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" },
|
||||
{ value: "98%", label: "Success Rate" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg"
|
||||
imageAlt="Veterans Legal Aid team members"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -104,6 +101,7 @@ export default function AboutPage() {
|
||||
{ icon: Globe, label: "States Served", value: "48" },
|
||||
{ icon: CheckCircle, label: "Success Rate", value: "98%" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -120,10 +118,10 @@ export default function AboutPage() {
|
||||
{ value: "Expert", label: "Advocacy" },
|
||||
]}
|
||||
enableKpiAnimation={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg"
|
||||
imageAlt="Veterans Legal Aid values"
|
||||
imagePosition="left"
|
||||
mediaAnimation="fade"
|
||||
mediaAnimation="slide-up"
|
||||
buttons={[{ text: "Join Our Team", href: "#" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -135,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: "#" },
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -22,8 +22,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Consumer Law", href: "/services" },
|
||||
{ label: "Healthcare Access", href: "/services" },
|
||||
{ label: "Financial Abuse Prevention", href: "/services" },
|
||||
@@ -31,8 +30,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Legal Guides", href: "/resources" },
|
||||
{ label: "FAQ", href: "/resources" },
|
||||
{ label: "Blog", href: "/resources" },
|
||||
@@ -40,8 +38,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Organization",
|
||||
items: [
|
||||
title: "Organization", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
@@ -57,7 +54,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -77,14 +74,14 @@ 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: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "10,000+", label: "Veterans Served" },
|
||||
{ value: "98%", label: "Case Resolution Rate" },
|
||||
{ value: "24/7", label: "Support Available" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mature-male-judge-reading-book-courtroom_23-2147898319.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mature-male-judge-reading-book-courtroom_23-2147898319.jpg"
|
||||
imageAlt="Veterans Legal Services Team"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -107,21 +104,11 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Confusion navigating consumer rights",
|
||||
"Healthcare access denials",
|
||||
"Financial exploitation risks",
|
||||
"Complicated military benefits",
|
||||
"Lack of specialized support",
|
||||
],
|
||||
"Confusion navigating consumer rights", "Healthcare access denials", "Financial exploitation risks", "Complicated military benefits", "Lack of specialized support"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Expert consumer law guidance",
|
||||
"Healthcare advocacy assistance",
|
||||
"Financial abuse protection",
|
||||
"Benefits claim support",
|
||||
"Dedicated veteran advocates",
|
||||
],
|
||||
"Expert consumer law guidance", "Healthcare advocacy assistance", "Financial abuse protection", "Benefits claim support", "Dedicated veteran advocates"],
|
||||
}}
|
||||
buttons={[{ text: "View All Services", href: "/services" }]}
|
||||
/>
|
||||
@@ -156,59 +143,17 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Consumer Fraud Protection",
|
||||
quote: "I was being taken advantage of by a predatory lender. The team at Veterans Legal Aid helped me recover my funds and protected me from further fraud. I can't thank them enough.",
|
||||
name: "James Mitchell",
|
||||
role: "Retired Army Colonel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg?_wi=1",
|
||||
imageAlt: "James Mitchell",
|
||||
},
|
||||
id: "1", title: "Consumer Fraud Protection", quote: "I was being taken advantage of by a predatory lender. The team at Veterans Legal Aid helped me recover my funds and protected me from further fraud. I can't thank them enough.", name: "James Mitchell", role: "Retired Army Colonel", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg", imageAlt: "James Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Healthcare Access Victory",
|
||||
quote: "My health insurance claim was wrongfully denied. The attorneys fought for me and got my coverage reinstated. Their healthcare advocacy team is exceptional.",
|
||||
name: "Sarah Chen",
|
||||
role: "Navy Veteran",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=1",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
id: "2", title: "Healthcare Access Victory", quote: "My health insurance claim was wrongfully denied. The attorneys fought for me and got my coverage reinstated. Their healthcare advocacy team is exceptional.", name: "Sarah Chen", role: "Navy Veteran", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Financial Abuse Prevention",
|
||||
quote: "I was isolated and controlled financially. Veterans Legal Aid helped me understand my rights and escape a dangerous situation. Their compassionate approach saved my life.",
|
||||
name: "Michael Torres",
|
||||
role: "Marine Corps Veteran",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
|
||||
imageAlt: "Michael Torres",
|
||||
},
|
||||
id: "3", title: "Financial Abuse Prevention", quote: "I was isolated and controlled financially. Veterans Legal Aid helped me understand my rights and escape a dangerous situation. Their compassionate approach saved my life.", name: "Michael Torres", role: "Marine Corps Veteran", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", imageAlt: "Michael Torres"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Benefits Claim Success",
|
||||
quote: "I was denied my VA benefits twice. The team appealed on my behalf with detailed documentation. Now my family receives the support we deserve.",
|
||||
name: "Angela Rodriguez",
|
||||
role: "Air Force Veteran",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portait-young-handsome-man_1303-9711.jpg",
|
||||
imageAlt: "Angela Rodriguez",
|
||||
},
|
||||
id: "4", title: "Benefits Claim Success", quote: "I was denied my VA benefits twice. The team appealed on my behalf with detailed documentation. Now my family receives the support we deserve.", name: "Angela Rodriguez", role: "Air Force Veteran", imageSrc: "http://img.b2bpic.net/free-photo/portait-young-handsome-man_1303-9711.jpg", imageAlt: "Angela Rodriguez"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Legal Advocacy Excellence",
|
||||
quote: "Professional, thorough, and genuinely committed to veterans. They took time to understand my case and fought tirelessly for justice.",
|
||||
name: "David Patterson",
|
||||
role: "Coast Guard Veteran",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
imageAlt: "David Patterson",
|
||||
},
|
||||
id: "5", title: "Legal Advocacy Excellence", quote: "Professional, thorough, and genuinely committed to veterans. They took time to understand my case and fought tirelessly for justice.", name: "David Patterson", role: "Coast Guard Veteran", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "David Patterson"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Comprehensive Support",
|
||||
quote: "From consumer protection to healthcare navigation, Veterans Legal Aid provided everything I needed. Outstanding service for our community.",
|
||||
name: "Rebecca Wilson",
|
||||
role: "Army Nurse Corps Veteran",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2",
|
||||
imageAlt: "Rebecca Wilson",
|
||||
},
|
||||
id: "6", title: "Comprehensive Support", quote: "From consumer protection to healthcare navigation, Veterans Legal Aid provided everything I needed. Outstanding service for our community.", name: "Rebecca Wilson", role: "Army Nurse Corps Veteran", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Rebecca Wilson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -219,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: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
buttons={[
|
||||
{ text: "Request Free Consultation", href: "/contact" },
|
||||
{ text: "Call Us: 1-800-VET-LEGAL" },
|
||||
|
||||
@@ -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