From 694467e642e371852e04d258a7923cdd34bef33d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 23:19:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fa691e..ab34e5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,25 +90,25 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Apartment Decluttering", description: "Complete room and apartment cleaning with organized removal", bentoComponent: "icon-info-cards", items: [ + title: "Apartment Decluttering", description: "Same-day clearance for busy professionals - transform your space in hours, not days", bentoComponent: "icon-info-cards", items: [ { icon: Trash2, label: "Bulk Removal", value: "Fast" }, { icon: Clock, label: "Same-Day Service", value: "Available" }, ], }, { - title: "Estate Liquidation", description: "Sensitive handling of estate clearances with care and professionalism", bentoComponent: "icon-info-cards", items: [ + title: "Estate Liquidation", description: "Compassionate estate handling with guaranteed respectful treatment - one less burden during difficult times", bentoComponent: "icon-info-cards", items: [ { icon: Home, label: "Full Houses", value: "Cleared" }, { icon: Shield, label: "Respectful", value: "Always" }, ], }, { - title: "Office Clearance", description: "Business relocation and office decluttering with secure document handling", bentoComponent: "icon-info-cards", items: [ + title: "Office Clearance", description: "Zero downtime business transitions - move out today, resume operations tomorrow with secure document handling", bentoComponent: "icon-info-cards", items: [ { icon: Briefcase, label: "Commercial", value: "Expert" }, { icon: Lock, label: "Secure", value: "Disposal" }, ], }, { - title: "Recycling & Donation", description: "Eco-friendly disposal with donation options for reusable items", bentoComponent: "icon-info-cards", items: [ + title: "Recycling & Donation", description: "Give your items a second life - 80% of removed materials find new homes or get properly recycled", bentoComponent: "icon-info-cards", items: [ { icon: Leaf, label: "Eco-Friendly", value: "100%" }, { icon: Heart, label: "Donations", value: "Supported" }, ], -- 2.49.1