Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-21 10:29:16 +00:00

View File

@@ -10,7 +10,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import { AlertTriangle, Award, CheckCircle, Clock, DollarSign, Droplet, Droplets, Flame, Phone, Pipe, Shield, Star, Users, Wrench } from 'lucide-react';
import { AlertTriangle, Award, CheckCircle, Clock, DollarSign, Droplet, Droplets, Flame, Phone, Shield, Star, Users, Wrench, Zap } from 'lucide-react';
export default function LandingPage() {
return (
@@ -135,7 +135,7 @@ export default function LandingPage() {
title: "Emergency Plumbing", description: "Pipes burst? We're here 24/7. Same-day emergency service with transparent upfront pricing.", button: { text: "Call 24/7", href: "tel:+17035551234" }
},
{
icon: Pipe,
icon: AlertTriangle,
title: "Drain Cleaning & Maintenance", description: "Professional drain cleaning, camera inspection, and preventative maintenance.", button: { text: "Schedule Service", href: "#contact" }
}
]}