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