Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a24b9d8ce | |||
| 191f910f9b | |||
| a3aa95017b | |||
| 31e93272c0 |
@@ -80,7 +80,7 @@ export default function AboutPage() {
|
||||
{ value: "15", label: "Office Locations" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mature-male-judge-reading-book-courtroom_23-2147898319.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mature-male-judge-reading-book-courtroom_23-2147898319.jpg?_wi=2"
|
||||
imageAlt="About Veterans Legal Aid"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -123,17 +123,17 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Consistent Excellence", quote: "Veterans Legal Aid has been a beacon of hope for my family. Their dedication and expertise have made an incredible difference.", 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: "1", title: "Consistent Excellence", quote: "Veterans Legal Aid has been a beacon of hope for my family. Their dedication and expertise have made an incredible difference.", name: "James Mitchell", role: "Retired Army Colonel", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg?_wi=2", imageAlt: "James Mitchell"},
|
||||
{
|
||||
id: "2", title: "Going Above and Beyond", quote: "They didn't just handle my case – they treated me like family. That level of care is rare in the legal profession.", name: "Sarah Chen", role: "Navy Veteran", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Sarah Chen"},
|
||||
id: "2", title: "Going Above and Beyond", quote: "They didn't just handle my case – they treated me like family. That level of care is rare in the legal profession.", name: "Sarah Chen", role: "Navy Veteran", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=3", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "3", title: "Lifesaving Support", quote: "I didn't know where to turn until Veterans Legal Aid reached out. Their compassion and skill literally 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: "Lifesaving Support", quote: "I didn't know where to turn until Veterans Legal Aid reached out. Their compassion and skill literally saved my life.", name: "Michael Torres", role: "Marine Corps Veteran", imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=2", imageAlt: "Michael Torres"},
|
||||
{
|
||||
id: "4", title: "True Advocacy", quote: "They fought for me as if I were their own family member. That's advocacy you can trust.", 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: "True Advocacy", quote: "They fought for me as if I were their own family member. That's advocacy you can trust.", name: "Angela Rodriguez", role: "Air Force Veteran", imageSrc: "http://img.b2bpic.net/free-photo/portait-young-handsome-man_1303-9711.jpg?_wi=2", imageAlt: "Angela Rodriguez"},
|
||||
{
|
||||
id: "5", title: "Professional and Personal", quote: "They balanced professional excellence with genuine human connection. That's what real service looks like.", 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: "Professional and Personal", quote: "They balanced professional excellence with genuine human connection. That's what real service looks like.", name: "David Patterson", role: "Coast Guard Veteran", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "David Patterson"},
|
||||
{
|
||||
id: "6", title: "Making a Real Difference", quote: "Their impact extends far beyond the courtroom. They're changing lives and strengthening our veteran 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"},
|
||||
id: "6", title: "Making a Real Difference", quote: "Their impact extends far beyond the courtroom. They're changing lives and strengthening our veteran community.", name: "Rebecca Wilson", role: "Army Nurse Corps Veteran", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=4", imageAlt: "Rebecca Wilson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -79,7 +79,7 @@ export default function ContactPage() {
|
||||
{ value: "100%", label: "Confidential" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mature-male-judge-reading-book-courtroom_23-2147898319.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mature-male-judge-reading-book-courtroom_23-2147898319.jpg?_wi=3"
|
||||
imageAlt="Contact Veterans Legal Aid"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
@@ -1,20 +1,58 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "@/styles/globals.css";
|
||||
import { Manrope } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Veterans Legal Aid - Free Legal Services for Veterans", description: "Comprehensive legal support for veterans facing consumer law issues, healthcare access barriers, financial abuse, and military-related legal matters."};
|
||||
title: "Free Legal Services for Veterans | Consumer Rights & Healthcare Advocacy",
|
||||
description: "Get free legal help for veterans facing consumer law issues, healthcare access barriers, financial abuse, and military benefits. Experienced advocates ready to fight for your rights.",
|
||||
keywords: "veterans legal services, consumer rights, healthcare advocacy, financial abuse prevention, military benefits, legal aid",
|
||||
openGraph: {
|
||||
title: "Veterans Legal Aid - Free Legal Services",
|
||||
description: "Comprehensive legal support for veterans. Consumer protection, healthcare advocacy, financial abuse prevention, and military benefits assistance.",
|
||||
type: "website",
|
||||
siteName: "Veterans Legal Aid",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Free Legal Services for Veterans",
|
||||
description: "Get expert legal advocacy for consumer rights, healthcare access, and financial protection.",
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: {
|
||||
}: Readonly<{
|
||||
children: React.ReactNode;
|
||||
}) {
|
||||
}>) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1382,6 +1420,7 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -81,7 +81,7 @@ export default function HomePage() {
|
||||
{ value: "24/7", label: "Support Available" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mature-male-judge-reading-book-courtroom_23-2147898319.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mature-male-judge-reading-book-courtroom_23-2147898319.jpg?_wi=1"
|
||||
imageAlt="Veterans Legal Services Team"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -143,17 +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", 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?_wi=1", 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", 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?_wi=1", 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?_wi=1", 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?_wi=1", 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?_wi=1", 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", 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?_wi=2", imageAlt: "Rebecca Wilson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,7 +80,7 @@ export default function ServicesPage() {
|
||||
{ value: "98%", label: "Success Rate" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mature-male-judge-reading-book-courtroom_23-2147898319.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mature-male-judge-reading-book-courtroom_23-2147898319.jpg?_wi=4"
|
||||
imageAlt="Veterans Legal Services"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user