Update src/app/services/page.tsx

This commit is contained in:
2026-03-02 22:47:53 +00:00
parent a298d79617
commit 40ff8554a5

View File

@@ -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"}}
/>
</div>
@@ -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() {
<FooterBaseReveal
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -180,23 +140,17 @@ export default function ServicesPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Call: (202) 507-3003",
href: "tel:2025073003",
},
label: "Call: (202) 507-3003", href: "tel:2025073003"},
{
label: "Address: 629 Longfellow St NW, Washington, DC 20011",
href: "https://maps.google.com/?q=629+Longfellow+St+NW+Washington+DC+20011",
},
label: "Address: 629 Longfellow St NW, Washington, DC 20011", href: "https://maps.google.com/?q=629+Longfellow+St+NW+Washington+DC+20011"},
{ label: "Hours: 24/7 Emergency Service", href: "#" },
{ label: "Request Service", href: "/contact" },
],
},
{
title: "Service Area",
items: [
title: "Service Area", items: [
{ label: "Washington, DC", href: "#" },
{ label: "Arlington, VA", href: "#" },
{ label: "Bethesda, MD", href: "#" },