Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 13:41:53 +00:00
2 changed files with 1371 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -56,10 +56,10 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27399.jpg", imageAlt: "Junk removal truck loading debris"
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27399.jpg?_wi=1", imageAlt: "Junk removal truck loading debris"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/disabled-man-wheelchair-working-his-office-job_23-2149571107.jpg", imageAlt: "Fast service delivery"
imageSrc: "http://img.b2bpic.net/free-photo/disabled-man-wheelchair-working-his-office-job_23-2149571107.jpg?_wi=1", imageAlt: "Fast service delivery"
}
]}
mediaAnimation="blur-reveal"
@@ -77,7 +77,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: "fast", title: "Same-Day Service", description: "Schedule a pickup and we'll be there the same day or next morning. No waiting around.", imageSrc: "http://img.b2bpic.net/free-photo/disabled-man-wheelchair-working-his-office-job_23-2149571107.jpg", imageAlt: "Fast delivery service"
id: "fast", title: "Same-Day Service", description: "Schedule a pickup and we'll be there the same day or next morning. No waiting around.", imageSrc: "http://img.b2bpic.net/free-photo/disabled-man-wheelchair-working-his-office-job_23-2149571107.jpg?_wi=2", imageAlt: "Fast delivery service"
},
{
id: "eco", title: "Eco-Friendly Disposal", description: "We responsibly recycle and donate items. Your junk becomes someone else's treasure.", imageSrc: "http://img.b2bpic.net/free-photo/man-collecting-plastic-garbage-polluted-park_1268-20119.jpg", imageAlt: "Eco-friendly recycling"
@@ -86,7 +86,7 @@ export default function LandingPage() {
id: "pro", title: "Professional Team", description: "Trained, insured professionals who treat your property with care and respect.", imageSrc: "http://img.b2bpic.net/free-photo/working-meeting-homicide-department_1098-14774.jpg", imageAlt: "Professional team members"
},
{
id: "transparent", title: "Transparent Pricing", description: "No hidden fees. Upfront quotes with no surprises at checkout.", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27399.jpg", imageAlt: "Transparent pricing"
id: "transparent", title: "Transparent Pricing", description: "No hidden fees. Upfront quotes with no surprises at checkout.", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27399.jpg?_wi=2", imageAlt: "Transparent pricing"
}
]}
gridVariant="four-items-2x2-equal-grid"