diff --git a/src/app/leak-repair/page.tsx b/src/app/leak-repair/page.tsx
index 9d26eef..8ea3ad1 100644
--- a/src/app/leak-repair/page.tsx
+++ b/src/app/leak-repair/page.tsx
@@ -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() {
@@ -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" }] }
]}
/>