diff --git a/src/app/page.tsx b/src/app/page.tsx
index 20ce87d..400da26 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,11 @@ export default function LandingPage() {
@@ -54,38 +43,16 @@ export default function LandingPage() {
@@ -96,31 +63,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- icon: Wrench,
- title: "Emergency Repairs",
- description: "Rapid response for urgent leaks and blockages.",
- },
- {
- icon: Shield,
- title: "Preventative Maintenance",
- description: "Keep your systems running smoothly all year round.",
- },
- {
- icon: Droplets,
- title: "Drain & Sewer",
- description: "Advanced cleaning for complex sewage issues.",
- },
- {
- icon: Gauge,
- title: "System Inspections",
- description: "Comprehensive diagnostics for your home plumbing.",
- },
- {
- icon: Droplets,
- title: "Water Heater Care",
- description: "Expert repair and installation services.",
- },
+ { icon: Wrench, title: "Emergency Repairs", description: "Rapid response for urgent leaks and blockages." },
+ { icon: Shield, title: "Preventative Maintenance", description: "Keep your systems running smoothly all year round." },
+ { icon: Droplets, title: "Drain & Sewer", description: "Advanced cleaning for complex sewage issues." },
+ { icon: Gauge, title: "System Inspections", description: "Comprehensive diagnostics for your home plumbing." },
+ { icon: Droplets, title: "Water Heater Care", description: "Expert repair and installation services." },
]}
title="Professional Services You Can Trust"
description="We offer a comprehensive range of plumbing services designed for residential and commercial needs."
@@ -131,42 +78,21 @@ export default function LandingPage() {