diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 653a9b5..6886a6b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -8,7 +8,7 @@ import FeatureHoverPattern from '@/components/sections/feature/featureHoverPatte import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Droplet, Search, Snowflake, Wrench, Pipette, Pump } from "lucide-react"; +import { Droplet, Search, Snowflake, Wrench, Pipette, Download } from "lucide-react"; export default function LandingPage() { return ( @@ -62,7 +62,7 @@ export default function LandingPage() { icon: Pipette, title: "Drain Cleaning", description: "Effective removal of clogs and blockages from all types of drains and sewer lines, ensuring smooth flow."}, { - icon: Pump, + icon: Download, title: "Sump Pump Installation", description: "Protecting your basement from flooding with reliable sump pump solutions and maintenance."}, { icon: Snowflake,