From 8eebf8e50911d06cca6d75d73858b47561f32b30 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:44:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 63 ++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 34 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2677ed0..4158961 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,8 +45,9 @@ export default function LandingPage() { @@ -57,11 +58,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} title="Professional Cleanout Services" - description="Queens ClearSpace provides comprehensive junk removal services throughout Queens and surrounding boroughs. We focus on reliability and speed." + description="Queens ClearSpace provides comprehensive junk removal services throughout Queens and surrounding boroughs. We focus on reliability, efficiency, and complete peace of mind." bulletPoints={[ - { title: "Full House Cleanouts", description: "Complete removal of unwanted items from your entire home." }, - { title: "Apartment Cleanouts", description: "Quick, discreet, and reliable removal for NYC apartments." }, - { title: "Garage & Basement", description: "Reclaim your storage space today with our expert crew." }, + { title: "Full House Cleanouts", description: "Complete, stress-free removal of unwanted items from your entire property." }, + { title: "Apartment Cleanouts", description: "Efficient, discreet, and reliable removal tailored for NYC living spaces." }, + { title: "Garage & Basement", description: "Expert crew ready to clear out years of storage to reclaim your space." }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hti8ur" mediaAnimation="slide-up" @@ -75,17 +76,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Furniture Removal", description: "Expert handling of heavy furniture and bulky items.", bentoComponent: "reveal-icon", icon: Star + title: "Bulky Item Removal", description: "We specialize in removing heavy furniture and large appliances safely.", bentoComponent: "reveal-icon", icon: Star }, { - title: "Same-Day Service", description: "Get rid of junk fast with our prompt scheduling.", bentoComponent: "reveal-icon", icon: Clock + title: "Prompt Same-Day Service", description: "Urgent junk removal needs addressed quickly and professionally.", bentoComponent: "reveal-icon", icon: Clock }, { - title: "Professional Crew", description: "Reliable and courteous staff at your service.", bentoComponent: "reveal-icon", icon: UserCheck + title: "Full-Service Crew", description: "Our professional team handles every aspect of the load and transport.", bentoComponent: "reveal-icon", icon: UserCheck }, ]} - title="Why Choose Queens ClearSpace" - description="We stand for reliability, transparency, and a clean workspace for all our customers in Queens." + title="Stress-Free Solutions" + description="Our service activities are focused on delivering a clean slate for your home or business, handling the logistics so you don't have to." /> @@ -95,12 +96,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { id: "small", badge: "Min Load", price: "$99", subtitle: "Single item or small load", features: ["Quick pickup", "Transparent flat rate"] }, - { id: "medium", badge: "Half Truck", price: "$299", subtitle: "Perfect for garages", features: ["Up to 1/2 truck capacity", "Full haul away"] }, - { id: "full", badge: "Full Truck", price: "$499", subtitle: "For large cleanouts", features: ["Full truck capacity", "Priority scheduling"] }, + { id: "small", badge: "Min Load", price: "$99", subtitle: "Single item or small load", features: ["Quick, hassle-free pickup", "Transparent flat rate"] }, + { id: "medium", badge: "Half Truck", price: "$299", subtitle: "Perfect for garages/basements", features: ["Up to 1/2 truck capacity", "Full service loading"] }, + { id: "full", badge: "Full Truck", price: "$499", subtitle: "For large cleanouts", features: ["Full truck capacity", "Priority professional scheduling"] }, ]} title="Simple Volume-Based Pricing" - description="Fair and transparent pricing based on the space your junk takes up in our truck." + description="Transparent rates based on load size, ensuring you get the best value for our comprehensive removal service." /> @@ -108,9 +109,9 @@ export default function LandingPage() { @@ -118,15 +119,9 @@ export default function LandingPage() { @@ -134,12 +129,12 @@ export default function LandingPage() { @@ -149,8 +144,8 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain" }} tag="Get in touch" - title="Request Your Free Quote" - description="Ready to clear your space? Fill out the form or call us directly at (555) 123-4567." + title="Book Your Cleanout" + description="Ready to get rid of your clutter? Contact us today for a free estimate and experience our stress-free service firsthand." imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgdwf2" mediaAnimation="slide-up" buttonText="Send Request" @@ -161,7 +156,7 @@ export default function LandingPage() {