Update src/app/about/page.tsx

This commit is contained in:
2026-03-14 18:51:54 +00:00
parent acda7426e3
commit 76a85bc5d7

View File

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