Update src/app/page.tsx

This commit is contained in:
2026-03-06 14:31:00 +00:00
parent 0c01c260e3
commit 58e036d2c8

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"
}
]}