From 2a91911a89ecc84a50079a16575ebee590793ee8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 10:23:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a795b8..54f3752 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,6 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { id: "f1", label: "Residential", title: "Standard Home Cleaning", items: ["Dusting", "Vacuuming", "Floor mopping"] }, - { id: "f3", label: "Transitions", title: "Move-in/Move-out", items: ["Full sanitization", "Empty space detail", "Ready-for-move-in"] }, { id: "f4", label: "Corporate", title: "Office Cleaning", items: ["Common areas", "Desk sanitization", "Restrooms"] }, ]} title="Our Cleaning Services" -- 2.49.1