Update src/app/services/page.tsx

This commit is contained in:
2026-03-04 23:58:42 +00:00
parent 58616a7a13
commit 83f08c2ec7

View File

@@ -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"
/>