Update src/app/liner-replacement/page.tsx

This commit is contained in:
2026-02-19 02:17:21 +00:00
parent b95950f0c6
commit d83474acc1

View File

@@ -35,8 +35,7 @@ export default function LinerReplacementPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Call (716) 563-4603",
href: "tel:+17165634603"
text: "Call (716) 563-4603", href: "tel:+17165634603"
}}
/>
</div>
@@ -61,32 +60,24 @@ export default function LinerReplacementPage() {
description="Complete liner replacement solutions for all pool types"
features={[
{
title: "Quality Liner Materials",
description: "We use only premium liner materials designed for durability and long-lasting performance in all weather conditions.",
icon: Award,
title: "Quality Liner Materials", description: "We use only premium liner materials designed for durability and long-lasting performance in all weather conditions.", icon: Award,
mediaItems: [
{
imageSrc: "https://img.b2bpic.net/free-photo/legs-skateboarders-ramp_23-2147678199.jpg",
imageAlt: "Quality pool liner materials"
imageSrc: "https://img.b2bpic.net/free-photo/legs-skateboarders-ramp_23-2147678199.jpg", imageAlt: "Quality pool liner materials"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg",
imageAlt: "Premium liner installation"
imageSrc: "https://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg", imageAlt: "Premium liner installation"
}
]
},
{
title: "Expert Installation Process",
description: "Professional liner installation with precise measurements and careful attention to detail for a perfect fit every time.",
icon: RefreshCw,
title: "Expert Installation Process", description: "Professional liner installation with precise measurements and careful attention to detail for a perfect fit every time.", icon: RefreshCw,
mediaItems: [
{
imageSrc: "https://img.b2bpic.net/free-photo/teenager-getting-out-from-bowl_23-2147678172.jpg",
imageAlt: "Professional liner installation"
imageSrc: "https://img.b2bpic.net/free-photo/teenager-getting-out-from-bowl_23-2147678172.jpg", imageAlt: "Professional liner installation"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/men-preparing-ride-skateboards_23-2147678227.jpg",
imageAlt: "Expert installation process"
imageSrc: "https://img.b2bpic.net/free-photo/men-preparing-ride-skateboards_23-2147678227.jpg", imageAlt: "Expert installation process"
}
]
}