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" 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" 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", }, ]}