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