Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-06 14:31:05 +00:00
3 changed files with 13 additions and 13 deletions

View File

@@ -118,7 +118,7 @@ export default function AboutPage() {
"Our team has over 50 combined years of plumbing expertise. We've handled thousands of emergency calls and know how to solve problems fast and right.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg?_wi=4"
imageAlt="Professional plumber team"
mediaAnimation="slide-up"
useInvertedBackground={true}
@@ -171,28 +171,28 @@ export default function AboutPage() {
id: "1",
name: "Barry Thompson",
role: "Owner & Master Plumber",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg?_wi=5",
imageAlt: "Barry Thompson",
},
{
id: "2",
name: "Marcus Rodriguez",
role: "Senior Technician",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg?_wi=3",
imageAlt: "Marcus Rodriguez",
},
{
id: "3",
name: "Sarah Lee",
role: "Certified Plumber",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg?_wi=6",
imageAlt: "Sarah Lee",
},
{
id: "4",
name: "David Chen",
role: "Emergency Response Lead",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg?_wi=4",
imageAlt: "David Chen",
},
]}

View File

@@ -69,7 +69,7 @@ export default function HomePage() {
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=1",
imageAlt: "Professional drain cleaning"
},
{
@@ -141,7 +141,7 @@ export default function HomePage() {
content: "Our team has over 50 combined years of plumbing expertise. We've handled thousands of emergency calls and know how to solve problems fast and right."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg?_wi=1"
imageAlt="Professional plumber team"
mediaAnimation="slide-up"
useInvertedBackground={true}
@@ -191,7 +191,7 @@ export default function HomePage() {
content: "Corroded, freezing, or broken pipes? We replace with modern materials and include warranty on all work. Video pipe inspection available."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg"
imageSrc="http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=2"
imageAlt="Professional plumbing services"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -249,28 +249,28 @@ export default function HomePage() {
id: "1",
name: "Barry Thompson",
role: "Owner & Master Plumber",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg?_wi=2",
imageAlt: "Barry Thompson"
},
{
id: "2",
name: "Marcus Rodriguez",
role: "Senior Technician",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg?_wi=1",
imageAlt: "Marcus Rodriguez"
},
{
id: "3",
name: "Sarah Lee",
role: "Certified Plumber",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg?_wi=3",
imageAlt: "Sarah Lee"
},
{
id: "4",
name: "David Chen",
role: "Emergency Response Lead",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-confident_1298-133.jpg?_wi=2",
imageAlt: "David Chen"
}
]}

View File

@@ -80,7 +80,7 @@ export default function ServicesPage() {
content: "Corroded, freezing, or broken pipes? We replace with modern materials and include warranty on all work. Video pipe inspection available for comprehensive assessment."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg"
imageSrc="http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg?_wi=3"
imageAlt="Professional plumbing services showcase"
mediaAnimation="slide-up"
useInvertedBackground={false}