From 71a681ced425812414c1acfd2846f528dbd5fd1a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 22:45:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e7f54ed..b96bce8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,7 +22,6 @@ import { Handshake, Home, MapPin, - Pipe, Phone, Shield, Sparkles, @@ -122,7 +121,7 @@ export default function LandingPage() { }, { title: "Drain & Pipe Issues", description: "Expert drain cleaning and pipe repair solutions", bentoComponent: "icon-info-cards", items: [ - { icon: Pipe, label: "Pipe Repair", value: "Advanced" }, + { icon: Wrench, label: "Pipe Repair", value: "Advanced" }, { icon: Zap, label: "Drain Clean", value: "Professional" }, ], }, -- 2.49.1