2 Commits

Author SHA1 Message Date
db04b8f858 Update src/app/page.tsx 2026-04-15 21:48:37 +00:00
d24170300f Merge version_3 into main
Merge version_3 into main
2026-04-15 21:44:43 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
logoText="Queens ClearSpace" 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." 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" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rlnqzi"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -96,12 +96,11 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ id: "small", badge: "Min Load", price: "$99", subtitle: "Single item or small load", features: ["Quick, hassle-free pickup", "Transparent flat rate"] }, { id: "standard", badge: "Full Service", price: "$1,000+", subtitle: "Customizable cleanout estimates", features: ["Personalized volume assessment", "Full-service heavy lifting", "Discreet & professional disposal"] },
{ 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" title="Customized Cleanout Estimates"
description="Transparent rates based on load size, ensuring you get the best value for our comprehensive removal service." 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" }]}
/> />
</div> </div>
@@ -130,7 +129,7 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ 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: "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." }, { 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" sideTitle="Frequently Asked Questions"
@@ -143,9 +142,9 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "plain" }} background={{ variant: "plain" }}
tag="Get in touch" tag="Contact Us"
title="Book Your Cleanout" title="Request Your Estimate"
description="Ready to get rid of your clutter? Contact us today for a free estimate and experience our stress-free service firsthand." description="Reach out to discuss your project. Call us at 917-715-7122 or email queenscleanoutservices@gmail.com for a prompt response and a free estimate."
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgdwf2" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgdwf2"
mediaAnimation="slide-up" mediaAnimation="slide-up"
buttonText="Send Request" buttonText="Send Request"