Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 14:44:11 +00:00
parent a00a5576c1
commit 74d560be23

View File

@@ -53,11 +53,11 @@ export default function ServicesPage() {
title: "Emergency Repairs", title: "Emergency Repairs",
description: "24/7 emergency plumbing repair service. Burst pipes, leaks, and clogs handled quickly and professionally. Same-day service available.", description: "24/7 emergency plumbing repair service. Burst pipes, leaks, and clogs handled quickly and professionally. Same-day service available.",
phoneOne: { phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg?_wi=3",
imageAlt: "Emergency plumbing repair", imageAlt: "Emergency plumbing repair",
}, },
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-kneeling-down-inspect-pipes-sink_259150-58249.jpg?_wi=4",
imageAlt: "Emergency plumbing repair", imageAlt: "Emergency plumbing repair",
}, },
}, },
@@ -66,11 +66,11 @@ export default function ServicesPage() {
title: "Gas Line Services", title: "Gas Line Services",
description: "Safe and code-compliant gas line installation for appliances, heating systems, and pool heaters. Full inspection and certification.", description: "Safe and code-compliant gas line installation for appliances, heating systems, and pool heaters. Full inspection and certification.",
phoneOne: { phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg", imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg?_wi=3",
imageAlt: "Gas line installation", imageAlt: "Gas line installation",
}, },
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg", imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg?_wi=4",
imageAlt: "Gas line installation", imageAlt: "Gas line installation",
}, },
}, },
@@ -79,11 +79,11 @@ export default function ServicesPage() {
title: "Water Line Installation & Repair", title: "Water Line Installation & Repair",
description: "New water line installation and repair service. We handle underground lines, connections, and upgrades with precision.", description: "New water line installation and repair service. We handle underground lines, connections, and upgrades with precision.",
phoneOne: { phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=3",
imageAlt: "Water line service", imageAlt: "Water line service",
}, },
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg?_wi=4",
imageAlt: "Water line service", imageAlt: "Water line service",
}, },
}, },
@@ -92,11 +92,11 @@ export default function ServicesPage() {
title: "Fixture Installation", title: "Fixture Installation",
description: "Professional installation of sinks, faucets, and bathroom fixtures. We ensure proper connections and aesthetic finish.", description: "Professional installation of sinks, faucets, and bathroom fixtures. We ensure proper connections and aesthetic finish.",
phoneOne: { phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg?_wi=1",
imageAlt: "Fixture installation", imageAlt: "Fixture installation",
}, },
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-cleaning-sink_23-2149535089.jpg?_wi=2",
imageAlt: "Fixture installation", imageAlt: "Fixture installation",
}, },
}, },
@@ -149,7 +149,7 @@ export default function ServicesPage() {
useInvertedBackground={false} useInvertedBackground={false}
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg" imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg?_wi=3"
imageAlt="Professional plumber consulting with customer" imageAlt="Professional plumber consulting with customer"
ariaLabel="Service request form" ariaLabel="Service request form"
onSubmit={(data) => { onSubmit={(data) => {