From 59ee2351c0dbcf1a734db67f82105fa4c3697619 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:18:18 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 47 ++++++++++++++------------------------- 1 file changed, 17 insertions(+), 30 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 207c7fc..afb263f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -8,7 +8,6 @@ import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; import { Droplet, - Pipe, Eye, AlertTriangle, Zap, @@ -57,7 +56,7 @@ export default function ServicesPage() { borderRadius="rounded" contentWidth="compact" sizing="large" - background="noise" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -80,40 +79,28 @@ export default function ServicesPage() { features={[ { icon: Droplet, - title: "Drain Cleaning", - description: - "Professional drain cleaning services to remove blockages and restore proper flow using state-of-the-art equipment. We handle everything from minor clogs to severe backups.", - }, - { - icon: Pipe, - title: "Pipe Repair & Replacement", - description: - "Expert diagnosis and repair of damaged or deteriorating sewer pipes with minimal disruption to your property. We offer both traditional and trenchless solutions.", - }, - { - icon: Eye, - title: "Camera Inspection", - description: - "Advanced video inspection technology to identify problems inside pipes without excavation. See exactly what's happening in your sewer lines.", - }, + title: "Drain Cleaning", description: + "Professional drain cleaning services to remove blockages and restore proper flow using state-of-the-art equipment. We handle everything from minor clogs to severe backups."}, { icon: AlertTriangle, - title: "Emergency Response", - description: - "24/7 emergency sewer backup and blockage services to minimize damage and restore functionality quickly. We're always available when you need us.", - }, + title: "Pipe Repair & Replacement", description: + "Expert diagnosis and repair of damaged or deteriorating sewer pipes with minimal disruption to your property. We offer both traditional and trenchless solutions."}, + { + icon: Eye, + title: "Camera Inspection", description: + "Advanced video inspection technology to identify problems inside pipes without excavation. See exactly what's happening in your sewer lines."}, + { + icon: AlertTriangle, + title: "Emergency Response", description: + "24/7 emergency sewer backup and blockage services to minimize damage and restore functionality quickly. We're always available when you need us."}, { icon: Zap, - title: "Preventive Maintenance", - description: - "Regular maintenance programs to prevent costly repairs and keep your sewer system functioning properly. Proactive care saves money and prevents emergencies.", - }, + title: "Preventive Maintenance", description: + "Regular maintenance programs to prevent costly repairs and keep your sewer system functioning properly. Proactive care saves money and prevents emergencies."}, { icon: CheckCircle, - title: "Trenchless Technology", - description: - "Innovative trenchless repair methods that fix sewer issues without extensive digging or property damage. Modern solutions for modern problems.", - }, + title: "Trenchless Technology", description: + "Innovative trenchless repair methods that fix sewer issues without extensive digging or property damage. Modern solutions for modern problems."}, ]} />