6 Commits

Author SHA1 Message Date
b8b627fdc5 Update src/app/services/page.tsx 2026-03-04 16:49:45 +00:00
14514d7b13 Update src/app/page.tsx 2026-03-04 16:49:44 +00:00
1c93358f69 Update src/app/contact/page.tsx 2026-03-04 16:49:44 +00:00
4c33b833f0 Update src/app/about/page.tsx 2026-03-04 16:49:43 +00:00
e0f32674ce Merge version_2 into main
Merge version_2 into main
2026-03-04 16:47:22 +00:00
dc02b2a5c7 Merge version_2 into main
Merge version_2 into main
2026-03-04 16:44:17 +00:00
4 changed files with 16 additions and 16 deletions

View File

@@ -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>

View File

@@ -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"

View File

@@ -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>

View File

@@ -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"