From db04b8f858191346fdf027a2a0dddfbc385acf38 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 21:48:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4158961..25333a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} logoText="Queens ClearSpace" description="Reclaim your space with our completely stress-free junk removal services. We handle the heavy lifting from start to finish, ensuring your Queens home or office is clean and clutter-free without you lifting a finger." - buttons={[{ text: "Get a Free Quote", href: "#contact" }, { text: "Call Now", href: "tel:5551234567" }] + buttons={[{ text: "Get a Free Quote", href: "#contact" }, { text: "Call Now", href: "tel:9177157122" }] } imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rlnqzi" mediaAnimation="slide-up" @@ -96,12 +96,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { 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"] }, + { id: "standard", badge: "Full Service", price: "$1,000+", subtitle: "Customizable cleanout estimates", features: ["Personalized volume assessment", "Full-service heavy lifting", "Discreet & professional disposal"] }, ]} - title="Simple Volume-Based Pricing" - description="Transparent rates based on load size, ensuring you get the best value for our comprehensive removal service." + title="Customized Cleanout Estimates" + description="We provide tailored pricing based on the scope of your cleanout. Please contact us for a professional assessment of your removal needs." + buttons={[{ text: "Get Your Estimate", href: "#contact" }]} /> @@ -130,7 +129,7 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { id: "q1", title: "How quick is the service?", content: "We specialize in same-day and next-day service to get your junk removed on your schedule." }, - { id: "q2", title: "Is the pricing transparent?", content: "Yes, we operate on a strictly volume-based model. No surprise fees; you pay only for the truck space used." }, + { id: "q2", title: "How do I get a price?", content: "For the most accurate estimate, please contact us via phone or email for a personalized consultation." }, { id: "q3", title: "Do I need to do anything?", content: "Absolutely not. Our professional crew handles all heavy lifting, sorting, and loading so you can remain stress-free." }, ]} sideTitle="Frequently Asked Questions" @@ -143,9 +142,9 @@ export default function LandingPage() {