Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 03:58:51 +00:00
parent b5ebf8160d
commit b2cc2aa876

View File

@@ -53,7 +53,7 @@ export default function AboutPage() {
title="About ProServe" 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." 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" 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" imageAlt="ProServe professional team"
buttons={[{ text: "Contact Us", href: "/contact" }]} buttons={[{ text: "Contact Us", href: "/contact" }]}
useInvertedBackground={false} useInvertedBackground={false}
@@ -95,42 +95,42 @@ export default function AboutPage() {
id: "1", id: "1",
name: "Sarah Johnson", name: "Sarah Johnson",
imageSrc: 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", imageAlt: "Sarah Johnson",
}, },
{ {
id: "2", id: "2",
name: "Michael Chen", name: "Michael Chen",
imageSrc: 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", imageAlt: "Michael Chen",
}, },
{ {
id: "3", id: "3",
name: "Emily Rodriguez", name: "Emily Rodriguez",
imageSrc: 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", imageAlt: "Emily Rodriguez",
}, },
{ {
id: "4", id: "4",
name: "David Kim", name: "David Kim",
imageSrc: 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", imageAlt: "David Kim",
}, },
{ {
id: "5", id: "5",
name: "Jessica Martinez", name: "Jessica Martinez",
imageSrc: 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", imageAlt: "Jessica Martinez",
}, },
{ {
id: "6", id: "6",
name: "Robert Thompson", name: "Robert Thompson",
imageSrc: 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", imageAlt: "Robert Thompson",
}, },
]} ]}
@@ -141,7 +141,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/dark-polygonal-background_23-2148122780.jpg" imageSrc="http://img.b2bpic.net/free-vector/dark-polygonal-background_23-2148122780.jpg?_wi=3"
imageAlt="Professional services background" imageAlt="Professional services background"
logoText="ProServe" logoText="ProServe"
copyrightText="© 2025 ProServe. All rights reserved. | Licensed & Insured" copyrightText="© 2025 ProServe. All rights reserved. | Licensed & Insured"