Update src/app/services/page.tsx
This commit is contained in:
@@ -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."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user