Update src/app/about/page.tsx

This commit is contained in:
2026-02-26 19:07:12 +00:00
parent 23ccc2ba67
commit f6937bbe17

View File

@@ -37,7 +37,7 @@ export default function AboutPage() {
title="Meet John Valenti"
description="Valenti Plumbing is built on the kind of service that's getting rare: show up, do careful work, explain the fix, and treat your home with respect. John is known for being responsive, thorough, and honest—especially when the job is complicated (and older homes usually are). Repeat customers, neighborhood referrals, and trusted relationships with local professionals say it best."
tag="About Us"
imageSrc="http://img.b2bpic.net/free-photo/foreman-yellow-hardhat-holding-hammer-shoulder-toolbox-hand-dreamily-looking-camera-workshop_574295-661.jpg"
imageSrc="http://img.b2bpic.net/free-photo/foreman-yellow-hardhat-holding-hammer-shoulder-toolbox-hand-dreamily-looking-camera-workshop_574295-661.jpg?_wi=1"
imageAlt="plumber professional portrait tool belt job site"
buttons={[
{text: "Request Service", href: "contact"}
@@ -85,21 +85,21 @@ export default function AboutPage() {
id: 1,
title: "Integrity First",
description: "We provide honest assessments and transparent pricing. You'll never be sold services you don't need or charged for work that wasn't discussed upfront.",
imageSrc: "http://img.b2bpic.net/free-photo/foreman-yellow-hardhat-holding-hammer-shoulder-toolbox-hand-dreamily-looking-camera-workshop_574295-661.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/foreman-yellow-hardhat-holding-hammer-shoulder-toolbox-hand-dreamily-looking-camera-workshop_574295-661.jpg?_wi=2",
imageAlt: "plumber professional portrait tool belt job site"
},
{
id: 2,
title: "Quality Craftsmanship",
description: "Every repair and installation is done to last. We take pride in thorough, professional work that stands the test of time.",
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55834.jpg?_wi=4",
imageAlt: "water leak diagnosis plumbing detection inspection"
},
{
id: 3,
title: "Respect for Your Home",
description: "We treat your property as if it were our own. Clean work areas, protected surfaces, and thorough cleanup are standard on every job.",
imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/steel-faucet-interior-modern-bathroom-with-window_169016-26975.jpg?_wi=5",
imageAlt: "bathroom renovation fixtures modern plumbing"
}
]}