Merge version_1 into main #3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user