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" }, ], },