From 83f08c2ec7a1c6fdf8cac8670455fd5fd60fa63d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:58:42 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 48 ++++++++++++--------------------------- 1 file changed, 14 insertions(+), 34 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index ff2589d..438692b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav import SplitAbout from "@/components/sections/about/SplitAbout"; import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Wrench, Droplet, AlertTriangle, Droplets, Flame, Pipe, Shield, Zap, TrendingUp, Award } from "lucide-react"; +import { Wrench, Droplet, AlertTriangle, Droplets, Flame, Shield, Zap, TrendingUp, Award } from "lucide-react"; export default function ServicesPage() { const navItems = [ @@ -47,34 +47,22 @@ export default function ServicesPage() { features={[ { icon: Droplet, - title: "Drain & Sewer Cleaning", - description: "Professional drain cleaning and sewer line maintenance to keep your plumbing flowing smoothly and prevent costly backups.", - }, + title: "Drain & Sewer Cleaning", description: "Professional drain cleaning and sewer line maintenance to keep your plumbing flowing smoothly and prevent costly backups."}, { icon: AlertTriangle, - title: "Emergency Plumbing", - description: "Available 24/7 for burst pipes, flooding, and other urgent plumbing emergencies. We respond quickly to minimize damage.", - }, + title: "Emergency Plumbing", description: "Available 24/7 for burst pipes, flooding, and other urgent plumbing emergencies. We respond quickly to minimize damage."}, { icon: Droplets, - title: "Bathroom & Kitchen Plumbing", - description: "Expert repair and installation of toilets, sinks, showers, and faucets with quality fixtures and skilled workmanship.", - }, + title: "Bathroom & Kitchen Plumbing", description: "Expert repair and installation of toilets, sinks, showers, and faucets with quality fixtures and skilled workmanship."}, { icon: Flame, - title: "Water Heater Services", - description: "Complete water heater repair, maintenance, and installation services to ensure reliable hot water year-round.", - }, - { - icon: Pipe, - title: "Pipe Repair & Replacement", - description: "From minor leaks to major pipe replacements, we handle all types of pipe issues with professional expertise.", - }, + title: "Water Heater Services", description: "Complete water heater repair, maintenance, and installation services to ensure reliable hot water year-round."}, { icon: Shield, - title: "Preventive Maintenance", - description: "Regular maintenance inspections and tune-ups to catch problems early and extend the life of your plumbing system.", - }, + title: "Pipe Repair & Replacement", description: "From minor leaks to major pipe replacements, we handle all types of pipe issues with professional expertise."}, + { + icon: Shield, + title: "Preventive Maintenance", description: "Regular maintenance inspections and tune-ups to catch problems early and extend the life of your plumbing system."}, ]} textboxLayout="default" useInvertedBackground={false} @@ -93,26 +81,18 @@ export default function ServicesPage() { bulletPoints={[ { icon: Zap, - title: "Rapid Response", - description: "Emergency calls answered within 30 minutes. Same-day service available for most repairs.", - }, + title: "Rapid Response", description: "Emergency calls answered within 30 minutes. Same-day service available for most repairs."}, { icon: TrendingUp, - title: "Quality Workmanship", - description: "All work performed by licensed, experienced plumbers using industry-standard techniques.", - }, + title: "Quality Workmanship", description: "All work performed by licensed, experienced plumbers using industry-standard techniques."}, { icon: Award, - title: "Satisfaction Guarantee", - description: "100% satisfaction guarantee on all services. If you're not happy, we'll make it right.", - }, + title: "Satisfaction Guarantee", description: "100% satisfaction guarantee on all services. If you're not happy, we'll make it right."}, { icon: Shield, - title: "Fully Licensed & Insured", - description: "Complete coverage and protection for every job. Your peace of mind is our priority.", - }, + title: "Fully Licensed & Insured", description: "Complete coverage and protection for every job. Your peace of mind is our priority."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg" imageAlt="Professional plumbing team" mediaAnimation="slide-up" />