From 6cc02f971f2a0d90e2468c521b7b8323ef1102b4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 14:19:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 239 ++++++++++------------------------------------- 1 file changed, 50 insertions(+), 189 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 930c9de..b2e976c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,33 +33,19 @@ export default function LandingPage() { @@ -118,19 +93,11 @@ export default function LandingPage() { useInvertedBackground={false} negativeCard={{ items: [ - "Overwhelming Clutter", - "Lost Space & Functionality", - "Pest Attraction & Odors", - "Safety Hazards & Obstructions", - ], + "Overwhelming Clutter", "Lost Space & Functionality", "Pest Attraction & Odors", "Safety Hazards & Obstructions"], }} positiveCard={{ items: [ - "Organized & Accessible Living", - "Maximized Storage Potential", - "Clean, Healthy & Fresh Air", - "Peace of Mind & Safety", - ], + "Organized & Accessible Living", "Maximized Storage Potential", "Clean, Healthy & Fresh Air", "Peace of Mind & Safety"], }} title="Comprehensive Basement Cleanup Solutions" description="Whether it's a small tidying job or a complete overhaul, uncluttr has you covered. We offer tailored services to meet your specific basement needs." @@ -144,61 +111,28 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic", - badge: "Essentials", - price: "$299+", - subtitle: "Ideal for smaller cleanups", - buttons: [ + id: "basic", badge: "Essentials", price: "$299+", subtitle: "Ideal for smaller cleanups", buttons: [ { - text: "Get Started", - href: "#contact", - }, + text: "Get Started", href: "#contact"}, ], features: [ - "Up to 4 hours of service", - "Light decluttering & organization", - "Small item removal", - "Basic sweep & tidy", - ], + "Up to 4 hours of service", "Light decluttering & organization", "Small item removal", "Basic sweep & tidy"], }, { - id: "standard", - badge: "Most Popular", - price: "$599+", - subtitle: "For average basement transformations", - buttons: [ + id: "standard", badge: "Most Popular", price: "$599+", subtitle: "For average basement transformations", buttons: [ { - text: "Choose Plan", - href: "#contact", - }, + text: "Choose Plan", href: "#contact"}, ], features: [ - "Up to 8 hours of service", - "Thorough decluttering & sorting", - "Medium junk hauling", - "Detailed organization plan", - "Full sweep & vacuum", - ], + "Up to 8 hours of service", "Thorough decluttering & sorting", "Medium junk hauling", "Detailed organization plan", "Full sweep & vacuum"], }, { - id: "premium", - badge: "Complete Overhaul", - price: "$999+", - subtitle: "Full-service basement revitalization", - buttons: [ + id: "premium", badge: "Complete Overhaul", price: "$999+", subtitle: "Full-service basement revitalization", buttons: [ { - text: "Contact Us", - href: "#contact", - }, + text: "Contact Us", href: "#contact"}, ], features: [ - "Custom project duration", - "Extensive decluttering & hauling", - "Large item removal", - "Advanced organization systems", - "Deep cleaning & sanitization", - "Charity donation drop-offs", - ], + "Custom project duration", "Extensive decluttering & hauling", "Large item removal", "Advanced organization systems", "Deep cleaning & sanitization", "Charity donation drop-offs"], }, ]} title="Transparent Pricing for Your Basement Project" @@ -208,33 +142,16 @@ export default function LandingPage() {
@@ -372,19 +239,13 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/uncluttr", - ariaLabel: "Facebook page", - }, + href: "https://facebook.com/uncluttr", ariaLabel: "Facebook page"}, { icon: Instagram, - href: "https://instagram.com/uncluttr", - ariaLabel: "Instagram profile", - }, + href: "https://instagram.com/uncluttr", ariaLabel: "Instagram profile"}, { icon: Twitter, - href: "https://twitter.com/uncluttr", - ariaLabel: "Twitter profile", - }, + href: "https://twitter.com/uncluttr", ariaLabel: "Twitter profile"}, ]} />