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

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

View File

@@ -25,7 +25,7 @@ export default function SewerLineRepairPage() {
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 SewerLineRepairPage() {
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 SewerLineRepairPage() {
"Sewer line issues can be disruptive and unsanitary. Stott Plumbing & Excavating provides comprehensive sewer line repair and replacement services using both traditional and trenchless methods to minimize yard disruption. From stubborn clogs to complete line collapses, we have the expertise to restore your sewer system's functionality."]}
buttons={[
{
text: "Schedule Sewer Line Service", href: "/contact"},
text: "Schedule Sewer Line Service", href: "/contact"}
]}
showBorder={false}
useInvertedBackground={false}
@@ -78,8 +78,8 @@ export default function SewerLineRepairPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/factory-employees-looking-mockup-display-researching-green-energy-solutions_482257-123400.jpg", imageAlt: "Camera inspection"},
{
imageSrc: "http://img.b2bpic.net/free-photo/reflection-building-puddle_1359-276.jpg", imageAlt: "Camera inspection"},
],
imageSrc: "http://img.b2bpic.net/free-photo/reflection-building-puddle_1359-276.jpg", imageAlt: "Camera inspection"}
]
},
{
title: "Trenchless Repair", description: "Minimally invasive techniques like pipe bursting and pipe lining to preserve landscaping.", icon: ShieldCheck,
@@ -87,8 +87,8 @@ export default function SewerLineRepairPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13273.jpg", imageAlt: "Trenchless repair"},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-view-camera-shutter_23-2150473154.jpg", imageAlt: "Trenchless repair"},
],
imageSrc: "http://img.b2bpic.net/free-photo/3d-view-camera-shutter_23-2150473154.jpg", imageAlt: "Trenchless repair"}
]
},
{
title: "Excavation & Replacement", description: "For severely damaged lines, traditional excavation ensures a complete and durable replacement.", icon: Drill,
@@ -96,9 +96,9 @@ export default function SewerLineRepairPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/wasteless-concept-with-blossoming-bouquet_23-2149696444.jpg", imageAlt: "Excavation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/firefighter-s-gear-ground_23-2152006637.jpg", imageAlt: "Excavation"},
],
},
imageSrc: "http://img.b2bpic.net/free-photo/firefighter-s-gear-ground_23-2152006637.jpg", imageAlt: "Excavation"}
]
}
]}
animationType="slide-up"
textboxLayout="default"
@@ -111,7 +111,7 @@ export default function SewerLineRepairPage() {
text="Facing a sewer emergency? Get expert help now!"
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 SewerLineRepairPage() {
</div>
</ThemeProvider>
);
}
}