From c0aee96de37825d2afa8ac0e8845a1982c93a373 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:46:23 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 43 ++++++++++++--------------------------- 1 file changed, 13 insertions(+), 30 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 33198dd..3617b13 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -6,7 +6,7 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import AboutMetric from "@/components/sections/about/AboutMetric"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Award, Shield, Clock, CheckCircle, Droplets, Pipe, Wrench, Search, Zap, RefreshCw, Leaf, Flame, AlertTriangle, PhoneCall } from "lucide-react"; +import { Award, Shield, Clock, CheckCircle, Droplets, Wrench, Search, Zap, RefreshCw, Leaf, Flame, AlertTriangle, PhoneCall } from "lucide-react"; export default function ServicesPage() { const navItems = [ @@ -35,9 +35,7 @@ export default function ServicesPage() { brandName="Westernish Plumbing" navItems={navItems} button={{ - text: "Call Now", - href: "tel:(604)368-5243", - }} + text: "Call Now", href: "tel:(604)368-5243"}} className="fixed top-4 left-4 right-4 z-50" /> @@ -49,27 +47,19 @@ export default function ServicesPage() { tag="Services" features={[ { - id: "1", - title: "Plumbing Services", - description: "From leak repairs to complete pipe installations, our licensed plumbers handle all your plumbing needs with precision and care. We diagnose problems quickly and provide lasting solutions.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=3", - }, + id: "1", title: "Plumbing Services", description: "From leak repairs to complete pipe installations, our licensed plumbers handle all your plumbing needs with precision and care. We diagnose problems quickly and provide lasting solutions.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg"}, items: [ { icon: Droplets, text: "Leak Repairs" }, - { icon: Pipe, text: "Pipe Installation" }, + { icon: Wrench, text: "Pipe Installation" }, { icon: Wrench, text: "Drain Repairs" }, { icon: Search, text: "Inspections" }, ], reverse: false, }, { - id: "2", - title: "Hot Water Tank Services", - description: "Professional installation, replacement, and repair of hot water tanks and tankless systems. We help you choose the right system for your home and budget.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg?_wi=2", - }, + id: "2", title: "Hot Water Tank Services", description: "Professional installation, replacement, and repair of hot water tanks and tankless systems. We help you choose the right system for your home and budget.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg"}, items: [ { icon: Zap, text: "Installation" }, { icon: RefreshCw, text: "Replacement" }, @@ -79,12 +69,8 @@ export default function ServicesPage() { reverse: true, }, { - id: "3", - title: "Heating Services", - description: "Keep your home warm all winter with our expert furnace and boiler installation, repair, and maintenance services. Emergency heating repairs available 24/7.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=2", - }, + id: "3", title: "Heating Services", description: "Keep your home warm all winter with our expert furnace and boiler installation, repair, and maintenance services. Emergency heating repairs available 24/7.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg"}, items: [ { icon: Flame, text: "Furnace Installation" }, { icon: Wrench, text: "Boiler Repair" }, @@ -118,13 +104,12 @@ export default function ServicesPage() {