From e985b73716f1ca352daf288e2511464e3b23b811 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:23:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ad90e23..5f91bbc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,42 +91,42 @@ export default function LandingPage() { title: "Roof Soft Washing", description: "Gently remove black streaks, moss, and algae, restoring your roof's appearance and extending its life without harsh pressure.", tag: "Roofs", - tagIcon: Snowflake, + }, { id: "house-washing", title: "House Washing", description: "Bring back your home's sparkle! We safely clean siding, stucco, brick, and more, eliminating dirt, mold, and grime.", tag: "Exteriors", - tagIcon: Home, + }, { id: "driveway-cleaning", title: "Driveway & Sidewalk Cleaning", description: "Deep clean concrete and pavers to remove oil stains, dirt, mildew, and rust, making your hardscapes look pristine.", tag: "Hardscapes", - tagIcon: Car, + }, { id: "pool-deck-cleaning", title: "Pool Deck & Pool Cage Cleaning", description: "Ensure a safe and inviting poolside area. We remove slippery algae and dirt from decks and cages.", tag: "Pool Areas", - tagIcon: Droplet, + }, { id: "gutter-cleaning", title: "Gutter Cleaning", description: "Clear out debris and grime from your gutters and their exteriors, ensuring proper water flow and enhancing curb appeal.", tag: "Maintenance", - tagIcon: Wrench, + }, { id: "patio-cleaning", title: "Patio Cleaning", description: "Transform your outdoor living spaces. We clean patios, lanais, and screened enclosures, making them enjoyable again.", tag: "Outdoor Living", - tagIcon: Sun, + }, ]} title="Our Professional Soft Washing Services" -- 2.49.1