Update src/app/leak-repair/page.tsx

This commit is contained in:
2026-04-12 21:42:38 +00:00
parent edec662c77
commit ba6cf257c3

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import { AlertTriangle, Droplets, Gauge, Search, Tool } from "lucide-react";
import { AlertTriangle, Droplets, Gauge, Search, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -25,22 +25,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Emergency Plumbing",
id: "/emergency-plumbing",
},
{
name: "Drain Cleaning",
id: "/drain-cleaning",
},
{
name: "Leak Repair",
id: "/leak-repair",
},
{ name: "Home", id: "/" },
{ name: "Emergency Plumbing", id: "/emergency-plumbing" },
{ name: "Drain Cleaning", id: "/drain-cleaning" },
{ name: "Leak Repair", id: "/leak-repair" },
]}
brandName="M Deep Plumbing"
/>
@@ -52,51 +40,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{
title: "Leak Detection",
description: "Pinpoint the source of the leak quickly.",
icon: Search,
mediaItems: [
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i4noqo&_wi=3",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bearded-mechanic-specialist-repairs-car-engine-which-is-raised-hydraulic-lift-garage-service-station_613910-4877.jpg?_wi=1",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176721.jpg?_wi=7",
imageAlt: "professional plumber at work",
},
{
title: "Precision Repair",
description: "High-quality, durable leak repair.",
icon: Tool,
mediaItems: [
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z8zchh&_wi=1",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cotit4&_wi=1",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-isolated-dark-wall-showing-thumbs-up-with-two-hands_114579-58464.jpg?_wi=5",
imageAlt: "professional plumber at work",
},
{
title: "Damage Mitigation",
description: "Save your property from water damage.",
icon: Droplets,
mediaItems: [
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i5mhwz",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fksfb5",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-white-shirt_23-2152009539.jpg?_wi=5",
imageAlt: "professional plumber at work",
},
{ title: "Leak Detection", description: "Pinpoint the source of the leak quickly.", icon: Search, mediaItems: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i4noqo" }, { imageSrc: "http://img.b2bpic.net/free-photo/bearded-mechanic-specialist-repairs-car-engine-which-is-raised-hydraulic-lift-garage-service-station_613910-4877.jpg" }] },
{ title: "Precision Repair", description: "High-quality, durable leak repair.", icon: Wrench, mediaItems: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z8zchh" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cotit4" }] },
{ title: "Damage Mitigation", description: "Save your property from water damage.", icon: Droplets, mediaItems: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i5mhwz" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fksfb5" }] }
]}
title="Expert Leak Repair"
description="Prevent structural damage with our fast, precision leak repair service."
@@ -111,75 +57,19 @@ export default function LandingPage() {
title="Preventive Leak Maintenance"
description="Regular inspections save thousands in property damage."
features={[
{
title: "Corrosion Checks",
description: "Identify weak pipes before they burst.",
icon: AlertTriangle,
mediaItems: [
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i4noqo&_wi=4",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/bearded-mechanic-specialist-repairs-car-engine-which-is-raised-hydraulic-lift-garage-service-station_613910-4877.jpg?_wi=2",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176721.jpg?_wi=8",
imageAlt: "professional plumber at work",
},
{
title: "Water Pressure Monitoring",
description: "Ensuring your pipes aren't under excess stress.",
icon: Gauge,
mediaItems: [
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z8zchh&_wi=2",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cotit4&_wi=2",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-isolated-dark-wall-showing-thumbs-up-with-two-hands_114579-58464.jpg?_wi=6",
imageAlt: "professional plumber at work",
},
{ title: "Corrosion Checks", description: "Identify weak pipes before they burst.", icon: AlertTriangle, mediaItems: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i4noqo" }, { imageSrc: "http://img.b2bpic.net/free-photo/bearded-mechanic-specialist-repairs-car-engine-which-is-raised-hydraulic-lift-garage-service-station_613910-4877.jpg" }] },
{ title: "Water Pressure Monitoring", description: "Ensuring your pipes aren't under excess stress.", icon: Gauge, mediaItems: [{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z8zchh" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cotit4" }] }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721529.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721529.jpg"
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",
},
],
},
{
title: "Contact",
items: [
{
label: "Call: (780) 000-0000",
href: "tel:+17800000000",
},
{
label: "Edmonton, AB",
href: "#",
},
],
},
{ title: "Services", items: [{ label: "Emergency Plumbing", href: "/emergency-plumbing" }, { label: "Drain Cleaning", href: "/drain-cleaning" }, { label: "Leak Repair", href: "/leak-repair" }] },
{ title: "Contact", items: [{ label: "Call: (780) 000-0000", href: "tel:+17800000000" }, { label: "Edmonton, AB", href: "#" }] },
]}
copyrightText="© 2025 M Deep Plumbing. All rights reserved."
/>