Merge version_6 into main #5

Merged
bender merged 1 commits from version_6 into main 2026-04-17 00:59:30 +00:00

View File

@@ -42,8 +42,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Fast, Professional Junk Removal in LR"
description="We specialize in residential and commercial property junk removal. Same or next-day service, free estimates, and professional care for every job. Call 501-515-3978 now for your free estimate!"
title="Clean spaces start here. Fast, Professional Junk Removal in LR"
description="We offer every type of junk removal service—just give us a call! We specialize in residential and commercial property junk removal. Same or next-day service, free estimates, and professional care for every job. Call 501-515-3978 now for your free estimate!"
testimonials={[
{
name: "John D.", handle: "@johnd", testimonial: "Amazing service! They cleared out my garage in hours.", rating: 5,
@@ -170,7 +170,7 @@ export default function LandingPage() {
variant: "plain"}}
tag="Ready to get started?"
title="Call 501-515-3978 or Book Below"
description="Send us your estimate request and attach pictures of your junk to junkremovallr@gmail.com for a faster response. We're ready to assist you."
description="Send us your estimate request and attach pictures of your junk to junkremovallr@gmail.com for a faster response. We offer every type of junk removal service—just give us a call! We're ready to assist you."
buttons={[
{
text: "Email Photos/Request", href: "mailto:junkremovallr@gmail.com"},
@@ -207,4 +207,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}