From 76a85bc5d7be9397834d40cd3d7f562b04cee9df Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:51:54 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4a14ba3..c686053 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -72,17 +72,17 @@ export default function AboutPage() { { id: "leadership", groupTitle: "Leadership", members: [ { - id: "founder-1", title: "Founder & Owner", subtitle: "25+ Years Experience", detail: "Dedicated to building a business based on trust and quality", imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg"}, + id: "founder-1", title: "Founder & Owner", subtitle: "25+ Years Experience", detail: "Dedicated to building a business based on trust and quality", imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg?_wi=2"}, { - id: "founder-2", title: "Co-Founder", subtitle: "Community Champion", detail: "Passionate about serving our local neighbors", imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg"}, + id: "founder-2", title: "Co-Founder", subtitle: "Community Champion", detail: "Passionate about serving our local neighbors", imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg?_wi=3"}, ], }, { id: "specialists", groupTitle: "Service Specialists", members: [ { - id: "specialist-1", title: "Lead Technician", subtitle: "15+ Years Licensed", detail: "Certified expert with outstanding track record", imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg"}, + id: "specialist-1", title: "Lead Technician", subtitle: "15+ Years Licensed", detail: "Certified expert with outstanding track record", imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg?_wi=4"}, { - id: "specialist-2", title: "Customer Care Manager", subtitle: "Always Friendly", detail: "Your go-to person for questions and support", imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg"}, + id: "specialist-2", title: "Customer Care Manager", subtitle: "Always Friendly", detail: "Your go-to person for questions and support", imageSrc: "http://img.b2bpic.net/free-photo/three-smiling-business-men-sitting-stairs_1262-5906.jpg?_wi=5"}, ], }, ]}