From 62b70eab07c20b72b380756e31b3aa8f9bd7d3a7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 06:10:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7dff2dc..a6fc4a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138471.jpg", imageAlt: "Expert plumbing repairs"}, { - imageSrc: "http://img.b2bpic.net/free-photo/slim-stunning-woman-gray-dress-walking-down-street-enthusiastic-curly-female-model-checkered-attire-enjoying-autumn-day_197531-11364.jpg", imageAlt: "Plumbing team on site"}, + imageSrc: "http://img.b2bpic.net/slim-stunning-woman-gray-dress-walking-down-street-enthusiastic-curly-female-model-checkered-attire-enjoying-autumn-day_197531-11364.jpg", imageAlt: "Plumbing team on site"}, { imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=1", imageAlt: "Professional plumbing technician inspecting pipes"}, { @@ -78,19 +78,19 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Hot Water Systems", description: "Upfront pricing on all hot water repairs with professional installation and replacements.", bentoComponent: "reveal-icon", icon: Flame + title: "Hot Water Systems", description: "Restore hot water fast with professional repairs and same-day replacements.", bentoComponent: "reveal-icon", icon: Flame }, { - title: "General Plumbing", description: "Leaks, blockages, maintenance, and repairs.", bentoComponent: "reveal-icon", icon: Droplets + title: "General Plumbing", description: "Prevent costly water damage with expert leak detection and routine maintenance.", bentoComponent: "reveal-icon", icon: Droplets }, { - title: "Residential Plumbing", description: "Reliable service for homes and property managers.", bentoComponent: "reveal-icon", icon: Home + title: "Residential Plumbing", description: "Keep your home safe and fully functional with our reliable residential plumbing solutions.", bentoComponent: "reveal-icon", icon: Home }, { - title: "Commercial Plumbing", description: "Efficient solutions for businesses.", bentoComponent: "reveal-icon", icon: Building + title: "Commercial Plumbing", description: "Minimize downtime with efficient, large-scale commercial plumbing and infrastructure solutions.", bentoComponent: "reveal-icon", icon: Building }, { - title: "Emergency Plumbing", description: "Fast response when you need it most.", bentoComponent: "reveal-icon", icon: AlertTriangle + title: "Emergency Plumbing", description: "Stop the chaos now with 24/7 rapid response for your urgent plumbing crises.", bentoComponent: "reveal-icon", icon: AlertTriangle }, ]} title="Our Plumbing Services" -- 2.49.1