diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 2848e3c..b1a8b65 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -5,7 +5,7 @@ import Link from "next/link"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Zap, Droplets, Flame, AlertCircle, Wrench, PipeLock } from "lucide-react"; +import { Zap, Droplets, Flame, AlertCircle, Wrench, Pipe } from "lucide-react"; const navItems = [ { name: "Home", id: "home" }, @@ -60,7 +60,8 @@ export default function ServicesPage() { @@ -81,7 +82,7 @@ export default function ServicesPage() { title: "Furnace & Heating Repair", description: "Expert heating system repair and maintenance to keep your home warm.", imageSrc: "http://img.b2bpic.net/free-photo/engineer-assembling-hvac-unit-manometers_482257-92713.jpg", imageAlt: "Heating system", buttonIcon: Flame, }, { - title: "Drain & Pipe Issues", description: "Professional drain cleaning and pipe repair using modern equipment.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg", imageAlt: "Drain service", buttonIcon: PipeLock, + title: "Drain & Pipe Issues", description: "Professional drain cleaning and pipe repair using modern equipment.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg", imageAlt: "Drain service", buttonIcon: Pipe, }, { title: "Gas Line Inspections", description: "Safety inspections and maintenance of residential gas lines and appliances.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-carpenter-working-with-experienced-man_329181-15627.jpg", imageAlt: "Gas inspection", buttonIcon: AlertCircle,