Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -11,8 +11,8 @@ import { Poppins } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Queens ClearSpace | Fast & Reliable Junk Removal in Queens',
|
||||
description: 'Need junk removed in Queens, NYC? Queens ClearSpace offers fast, same-day hauling for apartments, garages, and houses. Get a free quote today.',
|
||||
title: 'Queens ClearSpace | Junk Removal NYC',
|
||||
description: 'Professional and fast junk removal services in Queens, NY. Full cleanouts, apartment removal, and garage clearing.',
|
||||
openGraph: {
|
||||
"title": "Queens ClearSpace | Junk Removal NYC",
|
||||
"description": "Professional junk removal in Queens. House cleanouts and more.",
|
||||
|
||||
231
src/app/page.tsx
231
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Queens ClearSpace"
|
||||
/>
|
||||
@@ -55,22 +43,11 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="Queens ClearSpace"
|
||||
description="Fast & Reliable Junk Removal in Queens NYC. We handle full house, apartment, and garage cleanouts with a hassle-free, same-day experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5551234567",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rlnqzi&_wi=1"
|
||||
buttons={[{ text: "Get a Free Quote", href: "#contact" }, { text: "Call Now", href: "tel:5551234567" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rlnqzi"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -82,20 +59,11 @@ export default function LandingPage() {
|
||||
title="Professional Cleanout Services"
|
||||
description="Queens ClearSpace provides comprehensive junk removal services throughout Queens and surrounding boroughs. We focus on reliability and speed."
|
||||
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 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." },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hti8ur&_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hti8ur"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -107,28 +75,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Furniture Removal",
|
||||
description: "Expert handling of heavy furniture and bulky items.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Star,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qcjc6n&_wi=1",
|
||||
imageAlt: "furniture removal service icon",
|
||||
title: "Furniture Removal", description: "Expert handling of heavy furniture and bulky items.", bentoComponent: "reveal-icon", icon: Star
|
||||
},
|
||||
{
|
||||
title: "Same-Day Service",
|
||||
description: "Get rid of junk fast with our prompt scheduling.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Clock,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rlnqzi&_wi=2",
|
||||
imageAlt: "furniture removal service icon",
|
||||
title: "Same-Day Service", description: "Get rid of junk fast with our prompt scheduling.", bentoComponent: "reveal-icon", icon: Clock
|
||||
},
|
||||
{
|
||||
title: "Professional Crew",
|
||||
description: "Reliable and courteous staff at your service.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: UserCheck,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hti8ur&_wi=2",
|
||||
imageAlt: "furniture removal service icon",
|
||||
title: "Professional Crew", description: "Reliable and courteous staff at your service.", bentoComponent: "reveal-icon", icon: UserCheck
|
||||
},
|
||||
]}
|
||||
title="Why Choose Queens ClearSpace"
|
||||
@@ -142,36 +95,9 @@ 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 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"] },
|
||||
]}
|
||||
title="Simple Volume-Based Pricing"
|
||||
description="Fair and transparent pricing based on the space your junk takes up in our truck."
|
||||
@@ -182,15 +108,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Astoria Community",
|
||||
"Forest Hills Residents",
|
||||
"Long Island City Businesses",
|
||||
"Flushing Households",
|
||||
"Bayside Homeowners",
|
||||
"Ridgewood Neighbors",
|
||||
"Woodside Families",
|
||||
]}
|
||||
names={["Astoria Community", "Forest Hills Residents", "Long Island City Businesses", "Flushing Households", "Bayside Homeowners", "Ridgewood Neighbors", "Woodside Families"]}
|
||||
title="Proudly Serving Queens & NYC"
|
||||
description="We are trusted across Queens, Brooklyn, and the Bronx for professional junk removal."
|
||||
/>
|
||||
@@ -201,56 +119,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
date: "2024-05-12",
|
||||
title: "Homeowner",
|
||||
quote: "Incredible service! Cleared my whole garage in hours.",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ml234j",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rlnqzi&_wi=3",
|
||||
imageAlt: "happy customer satisfied junk removal service",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Smith",
|
||||
date: "2024-06-01",
|
||||
title: "Apartment Resident",
|
||||
quote: "Fast and friendly. Highly recommend Queens ClearSpace.",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ef5r0z",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hti8ur&_wi=3",
|
||||
imageAlt: "happy customer satisfied junk removal service",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mike Ross",
|
||||
date: "2024-06-15",
|
||||
title: "Business Owner",
|
||||
quote: "Reliable crew, took care of everything without a fuss.",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9f9haz",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qcjc6n&_wi=2",
|
||||
imageAlt: "happy customer satisfied junk removal service",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena King",
|
||||
date: "2024-07-02",
|
||||
title: "Homeowner",
|
||||
quote: "Great pricing and very professional handling.",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0ggbbi",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=aq7z1b",
|
||||
imageAlt: "happy customer satisfied junk removal service",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tom Baker",
|
||||
date: "2024-07-20",
|
||||
title: "Garage Cleanout",
|
||||
quote: "The best junk removal company in Queens. Period.",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ftossu",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=esnjak",
|
||||
imageAlt: "happy customer satisfied junk removal service",
|
||||
},
|
||||
{ id: "1", name: "John Doe", date: "2024-05-12", title: "Homeowner", quote: "Incredible service! Cleared my whole garage in hours.", tag: "Verified", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ml234j" },
|
||||
{ id: "2", name: "Sarah Smith", date: "2024-06-01", title: "Apartment Resident", quote: "Fast and friendly. Highly recommend Queens ClearSpace.", tag: "Verified", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ef5r0z" },
|
||||
{ id: "3", name: "Mike Ross", date: "2024-06-15", title: "Business Owner", quote: "Reliable crew, took care of everything without a fuss.", tag: "Verified", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9f9haz" },
|
||||
{ id: "4", name: "Elena King", date: "2024-07-02", title: "Homeowner", quote: "Great pricing and very professional handling.", tag: "Verified", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0ggbbi" },
|
||||
{ id: "5", name: "Tom Baker", date: "2024-07-20", title: "Garage Cleanout", quote: "The best junk removal company in Queens. Period.", tag: "Verified", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ftossu" },
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Reliability and a hassle-free experience are what we pride ourselves on."
|
||||
@@ -261,21 +134,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you provide same-day service?",
|
||||
content: "Yes, we strive to offer same-day or next-day service in most of Queens.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How is the pricing calculated?",
|
||||
content: "Our pricing is volume-based, meaning you only pay for the space your items occupy in our truck.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What items do you not take?",
|
||||
content: "We don't handle hazardous materials like chemicals, paint, or toxic waste.",
|
||||
},
|
||||
{ id: "q1", title: "Do you provide same-day service?", content: "Yes, we strive to offer same-day or next-day service in most of Queens." },
|
||||
{ id: "q2", title: "How is the pricing calculated?", content: "Our pricing is volume-based, meaning you only pay for the space your items occupy in our truck." },
|
||||
{ id: "q3", title: "What items do you not take?", content: "We don't handle hazardous materials like chemicals, paint, or toxic waste." },
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about our services."
|
||||
@@ -286,9 +147,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
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."
|
||||
@@ -302,40 +161,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Queens ClearSpace"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "House Cleanouts",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Furniture Removal",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Same-Day Hauling",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Services", items: [{ label: "House Cleanouts", href: "#" }, { label: "Furniture Removal", href: "#" }, { label: "Same-Day Hauling", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Contact", href: "#contact" }, { label: "Pricing", href: "#pricing" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Queens ClearSpace. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user