Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-06 05:14:53 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{ text: "Get Your Free Quote", href: "contact" },
{ text: "How It Works", href: "#services" },
]}
imageSrc="http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg"
imageSrc="http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg?_wi=1"
imageAlt="Professional junk removal team at work"
mediaAnimation="slide-up"
ariaLabel="Hero section - Junk removal services"
@@ -71,16 +71,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Residential Cleanup", description: "Estate cleanouts, renovations, and general decluttering. We handle it all with care and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg", imageAlt: "Residential cleanup service", buttonIcon: ArrowRight,
title: "Residential Cleanup", description: "Estate cleanouts, renovations, and general decluttering. We handle it all with care and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=1", imageAlt: "Residential cleanup service", buttonIcon: ArrowRight,
buttonHref: "contact"},
{
title: "Commercial Junk Removal", description: "Bulk debris removal for contractors, property managers, and business owners with flexible scheduling.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127871.jpg", imageAlt: "Commercial junk removal", buttonIcon: ArrowRight,
title: "Commercial Junk Removal", description: "Bulk debris removal for contractors, property managers, and business owners with flexible scheduling.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127871.jpg?_wi=1", imageAlt: "Commercial junk removal", buttonIcon: ArrowRight,
buttonHref: "contact"},
{
title: "Renovation Debris", description: "Post-renovation cleanup with efficient removal of construction waste and scrap materials.", imageSrc: "http://img.b2bpic.net/free-photo/infected-radiation-gas-masks-floor-boxes-chernobyl-nuclear-power-plant-zone-alienation_627829-11723.jpg", imageAlt: "Renovation debris removal", buttonIcon: ArrowRight,
title: "Renovation Debris", description: "Post-renovation cleanup with efficient removal of construction waste and scrap materials.", imageSrc: "http://img.b2bpic.net/free-photo/infected-radiation-gas-masks-floor-boxes-chernobyl-nuclear-power-plant-zone-alienation_627829-11723.jpg?_wi=1", imageAlt: "Renovation debris removal", buttonIcon: ArrowRight,
buttonHref: "contact"},
{
title: "Fast & Reliable", description: "Same-day quotes, transparent pricing, and scheduled pickups that work with your timeline.", imageSrc: "http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg", imageAlt: "Fast junk removal service", buttonIcon: ArrowRight,
title: "Fast & Reliable", description: "Same-day quotes, transparent pricing, and scheduled pickups that work with your timeline.", imageSrc: "http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg?_wi=2", imageAlt: "Fast junk removal service", buttonIcon: ArrowRight,
buttonHref: "contact"},
]}
/>
@@ -94,7 +94,7 @@ export default function LandingPage() {
tagIcon={CheckCircle}
tagAnimation="slide-up"
buttons={[{ text: "Book Now", href: "contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg"
imageSrc="http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=2"
imageAlt="Our professional junk removal team"
useInvertedBackground={false}
ariaLabel="About JunkGone - Why choose us section"
@@ -150,17 +150,17 @@ export default function LandingPage() {
animationType="slide-up"
plans={[
{
id: "small-load", title: "Small Load", price: "Starting", period: "$149", imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg", imageAlt: "Small junk removal load", button: { text: "Get Quote", href: "contact" },
id: "small-load", title: "Small Load", price: "Starting", period: "$149", imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg?_wi=3", imageAlt: "Small junk removal load", button: { text: "Get Quote", href: "contact" },
features: [
"Up to 1/4 truck load", "Same-day scheduling available", "Transparent pricing", "Quick 15-minute service"],
},
{
id: "standard-load", title: "Standard Load", price: "Starting", period: "$349", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127871.jpg", imageAlt: "Standard junk removal service", button: { text: "Get Quote", href: "contact" },
id: "standard-load", title: "Standard Load", price: "Starting", period: "$349", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127871.jpg?_wi=2", imageAlt: "Standard junk removal service", button: { text: "Get Quote", href: "contact" },
features: [
"Up to 1/2 truck load", "Multiple room cleanout", "Professional team handling", "Flexible scheduling"],
},
{
id: "large-load", title: "Large Load", price: "Starting", period: "$599", imageSrc: "http://img.b2bpic.net/free-photo/infected-radiation-gas-masks-floor-boxes-chernobyl-nuclear-power-plant-zone-alienation_627829-11723.jpg", imageAlt: "Large junk removal project", button: { text: "Get Quote", href: "contact" },
id: "large-load", title: "Large Load", price: "Starting", period: "$599", imageSrc: "http://img.b2bpic.net/free-photo/infected-radiation-gas-masks-floor-boxes-chernobyl-nuclear-power-plant-zone-alienation_627829-11723.jpg?_wi=2", imageAlt: "Large junk removal project", button: { text: "Get Quote", href: "contact" },
features: [
"Full truck load", "Estate cleanouts & renovations", "Heavy item removal", "Priority scheduling"],
},