From a6485eaf2ad092073641c19c4a4c5e144654db14 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 13:23:01 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index f8d6c6e..f94932f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { Calendar, Settings, Building, Tool, Sparkles } from 'lucide-react'; +import { Calendar, Settings, Building, Wrench, Sparkles } from 'lucide-react'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -44,7 +44,7 @@ export default function ServicesPage() { { title: "Weekly Maintenance", description: "Regular care to keep your pool clean and safe.", buttonIcon: Calendar, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-outdoors_23-2149745572.jpg", imageAlt: "happy client backyard" }, { title: "Filter Cleaning", description: "Deep cleaning for your filtration systems.", buttonIcon: Settings, imageSrc: "http://img.b2bpic.net/free-photo/rest-by-swimming-pool_1098-13916.jpg", imageAlt: "luxury pool cleaning service" }, { title: "Commercial Service", description: "Expert care for HOA and community pools.", buttonIcon: Building, imageSrc: "http://img.b2bpic.net/free-photo/couple-lover-activity-happiness-lifestyle_53876-15906.jpg", imageAlt: "happy pool owner backyard" }, - { title: "Repair Services", description: "Reliable repair for every pool component.", buttonIcon: Tool, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg", imageAlt: "happy homeowner portrait" }, + { title: "Repair Services", description: "Reliable repair for every pool component.", buttonIcon: Wrench, imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-musician-woman-learns-how-play-ukulele-sits-sofa-with-crossed-legs_1258-204931.jpg", imageAlt: "happy homeowner portrait" }, { title: "Tile Cleaning", description: "Removing calcium deposits for a fresh look.", buttonIcon: Sparkles, imageSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401310.jpg", imageAlt: "smiling customer backyard" }, ]} title="Our Professional Services" -- 2.49.1