3 Commits

Author SHA1 Message Date
0a9f1d26e7 Update src/app/page.tsx 2026-04-15 21:42:38 +00:00
9454dc7370 Merge version_1 into main
Merge version_1 into main
2026-04-15 21:41:35 +00:00
d276180b39 Merge version_1 into main
Merge version_1 into main
2026-04-15 21:40:58 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroLogoBillboard <HeroLogoBillboard
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
logoText="Queens ClearSpace" 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." description="Reclaim your home or office without the stress. We provide fast, hassle-free junk removal in Queens, handling everything from start to finish so you can enjoy a clutter-free space today."
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:5551234567" }]}
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"
@@ -170,4 +170,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }