Update src/app/page.tsx

This commit is contained in:
2026-03-06 05:14:09 +00:00
parent 3345022058
commit 1ca56e5a89

View File

@@ -53,10 +53,9 @@ 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?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/wheel-loader-transporting-municipal-waste-waste-treatment-plant_181624-57005.jpg"
imageAlt="Professional junk removal team at work"
mediaAnimation="slide-up"
useInvertedBackground={false}
ariaLabel="Hero section - Junk removal services"
/>
</div>
@@ -72,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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=2", 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", imageAlt: "Fast junk removal service", buttonIcon: ArrowRight,
buttonHref: "contact"},
]}
/>
@@ -95,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?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/woman-cleaning-house_53876-30618.jpg"
imageAlt="Our professional junk removal team"
useInvertedBackground={false}
ariaLabel="About JunkGone - Why choose us section"
@@ -151,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?_wi=3", 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", 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?_wi=2", 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", 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?_wi=2", 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", imageAlt: "Large junk removal project", button: { text: "Get Quote", href: "contact" },
features: [
"Full truck load", "Estate cleanouts & renovations", "Heavy item removal", "Priority scheduling"],
},
@@ -195,7 +194,7 @@ export default function LandingPage() {
{
id: "payment-options", title: "What payment methods do you accept?", content: "We accept all major credit cards, checks, and cash. Payment is due upon service completion. We also offer convenient online payment options for recurring customers."},
{
id: "environmentally-friendly", title: "Do you recycle or donate items?", content: "Yes! We donate usable items to local charities and recycle materials whenever possible. We're committed to responsible disposal and minimizing landfill waste. Ask us about donation options."},
id: "environmentally-friendly", title: "Do you recycle or donate items?", content: "Yes! We donate usable items to local charities and recycle materials whenever possible. We're committed to responsible disposal and minimizing landfill waste. Ask us about donation options."}
]}
/>
</div>