From 40ff8554a5877379bb7f73a44d7c53543b4ba045 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:47:53 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 110 +++++++++++--------------------------- 1 file changed, 32 insertions(+), 78 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index e6e29fa..ed8c1e7 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -9,7 +9,6 @@ import Link from "next/link"; import { AlertTriangle, Zap, - Pipe, Thermometer, Droplet, Wrench, @@ -43,9 +42,7 @@ export default function ServicesPage() { navItems={navItems} brandName="DMV Plumbing" button={{ - text: "Call Now: (202) 507-3003", - href: "tel:2025073003", - }} + text: "Call Now: (202) 507-3003", href: "tel:2025073003"}} /> @@ -57,40 +54,28 @@ export default function ServicesPage() { features={[ { icon: AlertTriangle, - title: "Emergency Plumbing", - description: - "24/7 rapid response for leaks, bursts, water backups, and urgent issues. Available holidays and weekends.", - }, + title: "Emergency Plumbing", description: + "24/7 rapid response for leaks, bursts, water backups, and urgent issues. Available holidays and weekends."}, { icon: Zap, - title: "Drain Cleaning", - description: - "Professional clog removal, drain line maintenance, and camera inspections to identify root causes.", - }, - { - icon: Pipe, - title: "Sewer Line Service", - description: - "Main sewer repair and replacement for serious issues. We handle tree root intrusions and line breaks.", - }, - { - icon: Thermometer, - title: "Water Heater", - description: - "Repair and replacement for gas and electric units. Tank and tankless options available.", - }, - { - icon: Droplet, - title: "Sump Pump", - description: - "Installation, repair, and maintenance of sump pumps with backup battery systems for reliability.", - }, + title: "Drain Cleaning", description: + "Professional clog removal, drain line maintenance, and camera inspections to identify root causes."}, { icon: Wrench, - title: "Leak Repair", - description: - "Detection and repair of hidden and visible leaks. We find the source and fix it right.", - }, + title: "Sewer Line Service", description: + "Main sewer repair and replacement for serious issues. We handle tree root intrusions and line breaks."}, + { + icon: Thermometer, + title: "Water Heater", description: + "Repair and replacement for gas and electric units. Tank and tankless options available."}, + { + icon: Droplet, + title: "Sump Pump", description: + "Installation, repair, and maintenance of sump pumps with backup battery systems for reliability."}, + { + icon: Wrench, + title: "Leak Repair", description: + "Detection and repair of hidden and visible leaks. We find the source and fix it right."}, ]} animationType="slide-up" textboxLayout="default" @@ -105,25 +90,13 @@ export default function ServicesPage() { description="Quality, reliability, and customer satisfaction in every job." metrics={[ { - id: "1", - value: "1 Hour", - description: "Average Emergency Response Time", - }, + id: "1", value: "1 Hour", description: "Average Emergency Response Time"}, { - id: "2", - value: "100%", - description: "Licensed & Insured", - }, + id: "2", value: "100%", description: "Licensed & Insured"}, { - id: "3", - value: "30 Days", - description: "Service Guarantee", - }, + id: "3", value: "30 Days", description: "Service Guarantee"}, { - id: "4", - value: "12+ Years", - description: "Industry Experience", - }, + id: "4", value: "12+ Years", description: "Industry Experience"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -139,25 +112,13 @@ export default function ServicesPage() { description="Serving the entire DC metro area and surrounding DMV neighborhoods." metrics={[ { - id: "1", - value: "DC", - description: "Washington & Metro Area", - }, + id: "1", value: "DC", description: "Washington & Metro Area"}, { - id: "2", - value: "VA", - description: "Arlington, Alexandria & Beyond", - }, + id: "2", value: "VA", description: "Arlington, Alexandria & Beyond"}, { - id: "3", - value: "MD", - description: "Bethesda, Rockville & Suburbs", - }, + id: "3", value: "MD", description: "Bethesda, Rockville & Suburbs"}, { - id: "4", - value: "24/7", - description: "All Hours Available", - }, + id: "4", value: "24/7", description: "All Hours Available"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -171,8 +132,7 @@ export default function ServicesPage() {