diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0855b6f..d119410 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -78,7 +78,7 @@ export default function AboutPage() { { value: "100%", title: "Client Satisfaction" }, { value: "Locally Owned", title: "San Diego Based" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg" + imageSrc="http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg?_wi=2" imageAlt="GY Construction team at work site" mediaAnimation="slide-up" metricsAnimation="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ed5ace..281ae54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -151,7 +151,7 @@ export default function HomePage() { { value: "100%", title: "Client Satisfaction" }, { value: "Locally Owned", title: "San Diego Based" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg" + imageSrc="http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg?_wi=1" imageAlt="GY Construction team at work site" mediaAnimation="slide-up" metricsAnimation="slide-up"