diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d62c96a..8365804 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -128,33 +128,33 @@ export default function AboutPage() { { id: "management", groupTitle: "Leadership", members: [ { - id: "1", title: "Michael Thompson", subtitle: "Founder & CEO", detail: "michael@proserve.com", imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-man-with-beard-looking-thoughtful-upper-left-corner-imaging-smiling_1258-26774.jpg", imageAlt: "Michael Thompson" + id: "1", title: "Michael Thompson", subtitle: "Founder & CEO", detail: "michael@proserve.com", imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-man-with-beard-looking-thoughtful-upper-left-corner-imaging-smiling_1258-26774.jpg?_wi=2", imageAlt: "Michael Thompson" }, { - id: "2", title: "Sarah Johnson", subtitle: "Operations Manager", detail: "sarah@proserve.com", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5055.jpg", imageAlt: "Sarah Johnson" + id: "2", title: "Sarah Johnson", subtitle: "Operations Manager", detail: "sarah@proserve.com", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5055.jpg?_wi=2", imageAlt: "Sarah Johnson" } ] }, { id: "technicians", groupTitle: "Master Technicians", members: [ { - id: "3", title: "James Rodriguez", subtitle: "Master Plumber", detail: "james@proserve.com", imageSrc: "http://img.b2bpic.net/free-photo/handsome-afroamerican-man-smiling_23-2148508920.jpg", imageAlt: "James Rodriguez" + id: "3", title: "James Rodriguez", subtitle: "Master Plumber", detail: "james@proserve.com", imageSrc: "http://img.b2bpic.net/free-photo/handsome-afroamerican-man-smiling_23-2148508920.jpg?_wi=2", imageAlt: "James Rodriguez" }, { - id: "4", title: "David Williams", subtitle: "Master Plumber", detail: "david@proserve.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businesswoman-extend-hand-handshake-greeting-business-partner-saleswoman-wel_1258-127442.jpg", imageAlt: "David Williams" + id: "4", title: "David Williams", subtitle: "Master Plumber", detail: "david@proserve.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businesswoman-extend-hand-handshake-greeting-business-partner-saleswoman-wel_1258-127442.jpg?_wi=2", imageAlt: "David Williams" }, { - id: "5", title: "Emily Chen", subtitle: "Senior Technician", detail: "emily@proserve.com", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-curly-woman-with-lgbt-flag_23-2149123940.jpg", imageAlt: "Emily Chen" + id: "5", title: "Emily Chen", subtitle: "Senior Technician", detail: "emily@proserve.com", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-curly-woman-with-lgbt-flag_23-2149123940.jpg?_wi=2", imageAlt: "Emily Chen" } ] }, { id: "support", groupTitle: "Customer Support", members: [ { - id: "6", title: "Jennifer Lopez", subtitle: "Customer Service Lead", detail: "jennifer@proserve.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg", imageAlt: "Jennifer Lopez" + id: "6", title: "Jennifer Lopez", subtitle: "Customer Service Lead", detail: "jennifer@proserve.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-thinking-creative-beauty-black-lady-african-american-girl-isolated-gray-background_640221-36.jpg?_wi=2", imageAlt: "Jennifer Lopez" }, { - id: "7", title: "Lisa Anderson", subtitle: "Scheduling Coordinator", detail: "lisa@proserve.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businesswoman-extend-hand-handshake-greeting-business-partner-saleswoman-wel_1258-127442.jpg", imageAlt: "Lisa Anderson" + id: "7", title: "Lisa Anderson", subtitle: "Scheduling Coordinator", detail: "lisa@proserve.com", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businesswoman-extend-hand-handshake-greeting-business-partner-saleswoman-wel_1258-127442.jpg?_wi=3", imageAlt: "Lisa Anderson" } ] }