Update src/app/emergency-plumbing/page.tsx

This commit is contained in:
2026-04-12 21:43:03 +00:00
parent fd4c5e836b
commit 92a6cb5e5e

View File

@@ -40,8 +40,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{ title: "Available 24/7", description: "No extra charges for after-hours service.", icon: Clock, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741192.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746303.jpg" }] },
{ title: "Fast Arrival", description: "We aim for same-day service in Edmonton.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515872.jpg" }] },
{ title: "Available 24/7", description: "No extra charges for after-hours service.", icon: Clock, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741192.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746303.jpg?_wi=1" }] },
{ title: "Fast Arrival", description: "We aim for same-day service in Edmonton.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515872.jpg?_wi=1" }] },
{ title: "Licensed & Insured", description: "Trust our professional expertise.", icon: ShieldCheck, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-steel-hammer-with-other-construction-elements-tools_23-2150576458.jpg" }] }
]}
title="Emergency Plumbing Edmonton"
@@ -57,15 +57,15 @@ export default function LandingPage() {
title="Why Our Emergency Service is Best"
description="Our team is optimized for speed and transparency."
features={[
{ title: "Transparent Pricing", description: "No hidden fees, ever.", icon: DollarSign, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741192.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746303.jpg" }] },
{ title: "Full Equipment", description: "We bring everything needed to fix it on the spot.", icon: Wrench, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515872.jpg" }] }
{ title: "Transparent Pricing", description: "No hidden fees, ever.", icon: DollarSign, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741192.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746303.jpg?_wi=2" }] },
{ title: "Full Equipment", description: "We bring everything needed to fix it on the spot.", icon: Wrench, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515872.jpg?_wi=2" }] }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721529.jpg"
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721529.jpg?_wi=2"
logoText="M Deep Plumbing"
columns={[
{ title: "Services", items: [{ label: "Emergency Plumbing", href: "/emergency-plumbing" }, { label: "Drain Cleaning", href: "/drain-cleaning" }, { label: "Leak Repair", href: "/leak-repair" }] },