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