From 7895da2af840b2066f16f674f0d2eb284c97f51a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:32:58 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a548b8f..6384b94 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -82,7 +82,7 @@ export default function AboutPage() { { value: "98%", label: "Success Rate" }, ]} enableKpiAnimation={true} - imageSrc="http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg?_wi=2" imageAlt="Veterans Legal Aid team members" imagePosition="right" mediaAnimation="slide-up" @@ -120,7 +120,7 @@ export default function AboutPage() { { value: "Expert", label: "Advocacy" }, ]} enableKpiAnimation={false} - imageSrc="http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=3" imageAlt="Veterans Legal Aid values" imagePosition="left" mediaAnimation="fade" -- 2.49.1 From 8eca810986ce31faefbcc663308fd988861e863f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:32:59 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3cbfea7..34e22b0 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -82,7 +82,7 @@ export default function ContactPage() { { value: "Free", label: "Consultation" }, ]} 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="Contact Veterans Legal Aid" imagePosition="right" mediaAnimation="slide-up" -- 2.49.1 From c5d1959e786c0908e81522fcd092dc63475f16f4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:32:59 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46d8c00..cb8cf14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,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" @@ -161,7 +161,7 @@ export default function HomePage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg?_wi=1", imageAlt: "James Mitchell", }, { @@ -170,7 +170,7 @@ export default function HomePage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=1", imageAlt: "Sarah Chen", }, { @@ -206,7 +206,7 @@ export default function HomePage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg?_wi=2", imageAlt: "Rebecca Wilson", }, ]} -- 2.49.1