Update src/app/leak-repair/page.tsx
This commit is contained in:
@@ -40,8 +40,8 @@ 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" }, { 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: "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=1" }, { 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" }] },
|
||||
{ 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&_wi=1" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cotit4&_wi=1" }] },
|
||||
{ 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"
|
||||
@@ -57,15 +57,15 @@ 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" }, { 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" }] }
|
||||
{ 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=2" }, { 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" }] },
|
||||
{ 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" }] }
|
||||
]}
|
||||
/>
|
||||
</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=4"
|
||||
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" }] },
|
||||
|
||||
Reference in New Issue
Block a user