From bfdd3699748ddf4587f36cbacbad83af44fc479e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 15:28:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7fd71e4..8019877 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { ShieldCheck, Sparkles, MapPin, Droplet, Sun, CheckCircle } from "lucide-react"; +import { ShieldCheck, Sparkles, MapPin, Droplet, Sun, CheckCircle, Sparkles as SparklesIcon } from "lucide-react"; export default function PressureWashingPage() { return ( @@ -62,7 +62,7 @@ export default function PressureWashingPage() { @@ -73,10 +73,10 @@ export default function PressureWashingPage() { title="Comprehensive Exterior Solutions" description="We keep your property looking flawless all year round." features={[ - { title: "Residential Windows", description: "High-grade squeegee work for perfect clarity.", buttonIcon: Sun, imageSrc: "http://img.b2bpic.net/free-photo/close-up-cleaning-window_23-2148769485.jpg" }, + { title: "Professional Window Cleaning", description: "High-grade squeegee work for perfect clarity and streak-free finish.", buttonIcon: SparklesIcon, imageSrc: "http://img.b2bpic.net/free-photo/close-up-cleaning-window_23-2148769485.jpg" }, + { title: "Residential Windows", description: "Crystal clear views for every room in your home.", buttonIcon: Sun, imageSrc: "http://img.b2bpic.net/free-photo/close-up-cleaning-window_23-2148769485.jpg" }, { title: "Professional Pressure Washing", description: "Restore driveways, decks, and siding instantly.", buttonIcon: Droplet, imageSrc: "http://img.b2bpic.net/free-photo/man-using-pressure-washer_23-2148118409.jpg" }, - { title: "Commercial Storefronts", description: "Make a great first impression with spotless glass.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/modern-office-glass-facade_1127-2922.jpg" }, - { title: "Gutter & Exterior", description: "Full exterior maintenance for total property health.", buttonIcon: ShieldCheck, imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-window-glass_23-2148530366.jpg" } + { title: "Commercial Storefronts", description: "Make a great first impression with spotless glass.", buttonIcon: CheckCircle, imageSrc: "http://img.b2bpic.net/free-photo/modern-office-glass-facade_1127-2922.jpg" } ]} textboxLayout="default" useInvertedBackground={true} -- 2.49.1