diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 33f40bb..d5c9f0b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -53,7 +53,7 @@ export default function AboutPage() { title="About ProServe" description="For over 15 years, ProServe has been the trusted choice for professional home services in the community. We're committed to delivering exceptional results through certified technicians, transparent pricing, and unwavering customer dedication." tag="Our Story" - imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg" + imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=2" imageAlt="ProServe professional team" buttons={[{ text: "Contact Us", href: "/contact" }]} useInvertedBackground={false} @@ -95,42 +95,42 @@ export default function AboutPage() { id: "1", name: "Sarah Johnson", imageSrc: - "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", + "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=3", imageAlt: "Sarah Johnson", }, { id: "2", name: "Michael Chen", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", + "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=3", imageAlt: "Michael Chen", }, { id: "3", name: "Emily Rodriguez", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", + "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Emily Rodriguez", }, { id: "4", name: "David Kim", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "David Kim", }, { id: "5", name: "Jessica Martinez", imageSrc: - "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", + "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=4", imageAlt: "Jessica Martinez", }, { id: "6", name: "Robert Thompson", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", + "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=4", imageAlt: "Robert Thompson", }, ]} @@ -141,7 +141,7 @@ export default function AboutPage() {