From 45e59db8537d4e92be0cac261fc8d71991b93c05 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:20:12 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.49.1 From de06962e687bbd3535c2645e4f9649b8fb8ba91b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:20:13 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.49.1