Merge version_3 into main #7

Merged
bender merged 1 commits from version_3 into main 2026-03-04 18:18:00 +00:00

View File

@@ -135,19 +135,19 @@ export default function LandingPage() {
showStepNumbers={true}
features={[
{
id: "1", title: "Schedule & Quote", description: "Book online or call. We provide instant pricing based on volume—no surprises, no hidden fees.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" },
id: 1, title: "Schedule & Quote", description: "Book online or call. We provide instant pricing based on volume—no surprises, no hidden fees.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" }
},
{
id: "2", title: "Professional Pickup", description: "Our trained crew arrives on time, handles your items safely, and loads everything quickly.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" },
id: 2, title: "Professional Pickup", description: "Our trained crew arrives on time, handles your items safely, and loads everything quickly.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" }
},
{
id: "3", title: "Responsible Disposal", description: "We recycle, donate, or dispose responsibly. Your junk is handled with care for the environment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" },
id: 3, title: "Responsible Disposal", description: "We recycle, donate, or dispose responsibly. Your junk is handled with care for the environment.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" }
},
{
id: "4", title: "Clean Finish", description: "We clean up after ourselves and leave your space spotless. Job done right, first time.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" },
id: 4, title: "Clean Finish", description: "We clean up after ourselves and leave your space spotless. Job done right, first time.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg" }
}
]}
@@ -277,6 +277,7 @@ export default function LandingPage() {
title="Book Your Junk Removal Today"
description="Get an instant quote and schedule your removal. Same-day service available in most areas."
useInvertedBackground={false}
mediaAnimation="slide-up"
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },