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