From 3c427bbbfacd5fe24c921f7d8884fb85ae6543d4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 00:51:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca4c46b..f1cafc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,13 +89,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Drain Cleaning", description: "Professional unclogging for kitchens, bathrooms, and outdoor drains.", bentoComponent: "reveal-icon", icon: Droplets + title: "Drain Cleaning", description: "Professional unclogging for kitchens, bathrooms, and outdoor drains.", bentoComponent: "reveal-icon", icon: Droplets, button: { text: "Book Now", href: "#contact" } }, { - title: "Water Cleanup", description: "Emergency water restoration and flood cleanup services.", bentoComponent: "reveal-icon", icon: AlertTriangle + title: "Water Cleanup", description: "Emergency water restoration and flood cleanup services.", bentoComponent: "reveal-icon", icon: AlertTriangle, button: { text: "Book Now", href: "#contact" } }, { - title: "Emergency Repairs", description: "Fast-response plumbing repair teams available day and night.", bentoComponent: "reveal-icon", icon: Zap + title: "Emergency Repairs", description: "Fast-response plumbing repair teams available day and night.", bentoComponent: "reveal-icon", icon: Zap, button: { text: "Book Now", href: "#contact" } } ]} title="Comprehensive Plumbing Solutions" -- 2.49.1