Merge version_7 into main #6

Merged
bender merged 1 commits from version_7 into main 2026-04-17 03:07:17 +00:00

View File

@@ -42,8 +42,8 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
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!"
title="Clean spaces start here. Fast, Professional Junk Removal in Little Rock & Surrounding Areas"
description="We offer every type of junk removal service—just give us a call! We specialize in garage cleanouts, 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,
@@ -90,14 +90,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Residential Cleanup", description: "Full home cleanouts, furniture, appliances, and yard waste.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY0jIpfeBfvLeCF2bACvgE7dpF/uploaded-1776386019559-05w59hnh.png"},
title: "Garage Cleanouts", description: "We specialize in reclaiming your space! From clutter to heavy items, we handle the full garage cleanout process.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY0jIpfeBfvLeCF2bACvgE7dpF/uploaded-1776386019559-05w59hnh.png"},
{
title: "Commercial Services", description: "Office cleanouts, construction debris, and property management services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY0jIpfeBfvLeCF2bACvgE7dpF/uploaded-1776386284458-vbb1nl97.jpg"},
title: "Residential Cleanup", description: "Full home cleanouts, furniture, appliances, and yard waste for Little Rock residents.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY0jIpfeBfvLeCF2bACvgE7dpF/uploaded-1776386019559-05w59hnh.png"},
{
title: "Fast Appointments", description: "Same or next-day availability for urgent needs and flexible scheduling.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY0jIpfeBfvLeCF2bACvgE7dpF/uploaded-1776387089918-jpxsyzj7.jpg"},
title: "Commercial Services", description: "Office cleanouts, construction debris, and property management services in the area.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY0jIpfeBfvLeCF2bACvgE7dpF/uploaded-1776386284458-vbb1nl97.jpg"},
]}
title="Professional Junk Removal Solutions"
description="We handle the heavy lifting so you don't have to."
description="We handle the heavy lifting across Little Rock so you don't have to."
/>
</div>
@@ -121,7 +121,7 @@ export default function LandingPage() {
},
]}
title="Why Choose Us?"
description="Delivering exceptional junk removal value every single day."
description="Delivering exceptional junk removal value every single day in Arkansas."
/>
</div>
@@ -143,7 +143,7 @@ export default function LandingPage() {
id: "t5", name: "David B.", role: "Property Manager", testimonial: "Professional, quick, and careful with my furniture.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-standing-office-using-smartphone-with-personal-belongings-box_1098-17118.jpg"},
]}
title="Client Success Stories"
description="Join our satisfied residential and commercial clients."
description="Join our satisfied residential and commercial clients across Central Arkansas."
/>
</div>
@@ -154,9 +154,9 @@ export default function LandingPage() {
{
id: "f1", title: "Do you provide free estimates?", content: "Yes, we always provide free, no-obligation estimates for all jobs."},
{
id: "f2", title: "How quickly can you help?", content: "We specialize in same or next-day appointments to meet your needs quickly."},
id: "f2", title: "How quickly can you help?", content: "We specialize in same or next-day appointments to meet your needs quickly across Little Rock."},
{
id: "f3", title: "What properties do you service?", content: "We handle both residential and commercial properties, big or small."},
id: "f3", title: "What areas do you serve?", content: "We proudly serve Little Rock, AR, and the surrounding areas."},
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -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 offer every type of junk removal service—just give us a call! 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 expert garage cleanouts, residential and commercial removal services throughout the Little Rock area. We're ready to assist you!"
buttons={[
{
text: "Email Photos/Request", href: "mailto:junkremovallr@gmail.com"},
@@ -187,6 +187,8 @@ export default function LandingPage() {
columns={[
{
title: "Services", items: [
{
label: "Garage Cleanouts", href: "#services"},
{
label: "Residential Junk", href: "#services"},
{
@@ -207,4 +209,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}