Update src/app/services/water-line-repair/page.tsx

This commit is contained in:
2026-06-03 23:55:32 +00:00
parent 23f49683e2
commit a672f775b4

View File

@@ -25,7 +25,7 @@ export default function WaterLineRepairPage() {
const navItems = [
{ name: "Home", href: "/" },
{ name: "Services", href: "/services" },
{ name: "Request Quote", href: "/contact" },
{ name: "Request Quote", href: "/contact" }
];
return (
@@ -46,7 +46,7 @@ export default function WaterLineRepairPage() {
brandName="Stott Plumbing & Excavating"
navItems={navItems.map((item) => ({
name: item.name,
id: item.href,
id: item.href
}))}
button={{
text: "Call Now: (801) 467-2432", href: "tel:+18014672432"}}
@@ -60,7 +60,7 @@ export default function WaterLineRepairPage() {
"A damaged water line can cause significant problems, from low water pressure to extensive property damage. Stott Plumbing & Excavating offers comprehensive water line repair and replacement services, ensuring your home's water supply is restored efficiently and reliably. We use advanced diagnostic tools to pinpoint leaks and minimize disruption."]}
buttons={[
{
text: "Request Water Line Service", href: "/contact"},
text: "Request Water Line Service", href: "/contact"}
]}
showBorder={false}
useInvertedBackground={false}
@@ -78,8 +78,8 @@ export default function WaterLineRepairPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-operating-machinery-factory_107420-96043.jpg", imageAlt: "Inspection"},
{
imageSrc: "http://img.b2bpic.net/free-photo/pipeline-construction-worker-reflective-protective-uniform-inspecting-pipe-tube-natural-gas-distribution_342744-368.jpg", imageAlt: "Inspection"},
],
imageSrc: "http://img.b2bpic.net/free-photo/pipeline-construction-worker-reflective-protective-uniform-inspecting-pipe-tube-natural-gas-distribution_342744-368.jpg", imageAlt: "Inspection"}
]
},
{
title: "Efficient Repair", description: "Expert repair of leaks, breaks, or corrosion with minimal impact on your property.", icon: Wrench,
@@ -87,8 +87,8 @@ export default function WaterLineRepairPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-132623.jpg", imageAlt: "Repair"},
{
imageSrc: "http://img.b2bpic.net/free-photo/great-custom-made-shoes-trendy-people-from-experienced-shoe-master_613910-3334.jpg", imageAlt: "Repair"},
],
imageSrc: "http://img.b2bpic.net/free-photo/great-custom-made-shoes-trendy-people-from-experienced-shoe-master_613910-3334.jpg", imageAlt: "Repair"}
]
},
{
title: "Quality Materials", description: "Using durable, high-quality piping and fittings for long-lasting performance.", icon: Hammer,
@@ -96,9 +96,9 @@ export default function WaterLineRepairPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-still-life-assortment-pvc_23-2149062954.jpg", imageAlt: "Materials"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131728.jpg", imageAlt: "Materials"},
],
},
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-131728.jpg", imageAlt: "Materials"}
]
}
]}
animationType="slide-up"
textboxLayout="default"
@@ -111,7 +111,7 @@ export default function WaterLineRepairPage() {
text="Ready to fix your water line? Contact us today!"
buttons={[
{
text: "Call for Service: (801) 467-2432", href: "tel:+18014672432"},
text: "Call for Service: (801) 467-2432", href: "tel:+18014672432"}
]}
background={{
variant: "radial-gradient"}}
@@ -130,4 +130,4 @@ export default function WaterLineRepairPage() {
</div>
</ThemeProvider>
);
}
}