Update src/app/pool-services/page.tsx

This commit is contained in:
2026-02-19 02:17:24 +00:00
parent 4d8f7ebdf2
commit db01096a45

View File

@@ -35,8 +35,7 @@ export default function PoolServicesPage() {
{ 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 PoolServicesPage() {
description="Complete pool care solutions for every season"
features={[
{
title: "Regular Pool Maintenance",
description: "Scheduled cleaning, chemical balancing, and equipment checks to keep your pool in perfect condition throughout the season.",
icon: Zap,
title: "Regular Pool Maintenance", description: "Scheduled cleaning, chemical balancing, and equipment checks to keep your pool in perfect condition throughout the season.", icon: Zap,
mediaItems: [
{
imageSrc: "https://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg",
imageAlt: "Regular pool maintenance service"
imageSrc: "https://img.b2bpic.net/free-photo/legs-skateboarder-preparing-ride_23-2147678296.jpg", imageAlt: "Regular pool maintenance service"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/teenager-getting-out-from-bowl_23-2147678172.jpg",
imageAlt: "Pool cleaning and care"
imageSrc: "https://img.b2bpic.net/free-photo/teenager-getting-out-from-bowl_23-2147678172.jpg", imageAlt: "Pool cleaning and care"
}
]
},
{
title: "Equipment Repair & Service",
description: "Expert repair and servicing of pumps, filters, and other pool equipment to ensure optimal performance and longevity.",
icon: Wrench,
title: "Equipment Repair & Service", description: "Expert repair and servicing of pumps, filters, and other pool equipment to ensure optimal performance and longevity.", icon: Wrench,
mediaItems: [
{
imageSrc: "https://img.b2bpic.net/free-photo/legs-skateboarders-ramp_23-2147678199.jpg",
imageAlt: "Pool equipment repair"
imageSrc: "https://img.b2bpic.net/free-photo/legs-skateboarders-ramp_23-2147678199.jpg", imageAlt: "Pool equipment repair"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/men-preparing-ride-skateboards_23-2147678227.jpg",
imageAlt: "Professional equipment service"
imageSrc: "https://img.b2bpic.net/free-photo/men-preparing-ride-skateboards_23-2147678227.jpg", imageAlt: "Professional equipment service"
}
]
}