Update src/app/page.tsx

This commit is contained in:
2026-06-01 05:08:18 +00:00
parent 5ceddb0479
commit 3d26aed401

View File

@@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Wrench, Droplet, Thermometer, Pipe, Hammer, Home, Building, Sparkles, MessageSquare, Award, Phone } from 'lucide-react';
import { Wrench, Droplet, Thermometer, Hammer, Home, Building, Sparkles, MessageSquare, Award, Phone, Search } from 'lucide-react';
export default function HomePage() {
const navItems = [
@@ -115,7 +115,7 @@ export default function HomePage() {
features={[
{ icon: Droplet, title: "Drain Cleaning", description: "Clear stubborn clogs and restore proper drainage with our advanced techniques." },
{ icon: Thermometer, title: "Water Heater Repair", description: "Expert diagnostics and repairs for all water heater types, ensuring consistent hot water." },
{ icon: Pipe, title: "Leak Detection & Repair", description: "Utilizing advanced technology to pinpoint and repair leaks, preventing costly damage." },
{ icon: Search, title: "Leak Detection & Repair", description: "Utilizing advanced technology to pinpoint and repair leaks, preventing costly damage." },
{ icon: Hammer, title: "Sewer Line Services", description: "Comprehensive sewer line repair, replacement, and maintenance for optimal system function." },
{ icon: Home, title: "Residential Plumbing", description: "Full-service plumbing for homes, from faucet leaks to bathroom remodels." },
{ icon: Building, title: "Commercial Plumbing", description: "Specialized plumbing services for businesses, ensuring minimal disruption to operations." }