Update src/app/services/page.tsx

This commit is contained in:
2026-03-05 01:58:22 +00:00
parent 27ad6fecd5
commit a98bbc76e9

View File

@@ -45,15 +45,15 @@ export default function ServicesPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2",
imageAlt: "Emergency plumbing response",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=2",
imageAlt: "Professional plumbing installation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=2",
imageAlt: "Water heater repair service",
},
]}
@@ -71,7 +71,7 @@ export default function ServicesPage() {
{
title: "Emergency Response",
description: "24/7 rapid response for burst pipes, leaks, and critical plumbing failures with minimal wait times",
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=3",
imageAlt: "Emergency plumbing response",
buttonIcon: AlertCircle,
buttonHref: "/contact",
@@ -79,7 +79,7 @@ export default function ServicesPage() {
{
title: "Installation & Upgrades",
description: "Expert installation of faucets, fixtures, water heaters, and complete plumbing systems with precision",
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?_wi=3",
imageAlt: "Professional plumbing installation",
buttonIcon: Wrench,
buttonHref: "/contact",
@@ -87,7 +87,7 @@ export default function ServicesPage() {
{
title: "Drain & Sewer Maintenance",
description: "Advanced drain cleaning and sewer line services using modern hydro-jetting and inspection technology",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg?_wi=2",
imageAlt: "Drain cleaning and maintenance",
buttonIcon: Zap,
buttonHref: "/contact",
@@ -95,7 +95,7 @@ export default function ServicesPage() {
{
title: "Water Heater Services",
description: "Fast diagnosis, repair, and maintenance of water heater problems to restore hot water reliably",
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26545.jpg?_wi=3",
imageAlt: "Water heater repair service",
buttonIcon: Flame,
buttonHref: "/contact",