From bfc3f9ba0e15d288d713760d9200ec8600ae1baf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 19:54:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28480cc..fe0df40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { tag="Trusted Local Hauling" buttons={[{ text: "Get A Free Quote Now", href: "#contact" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-men-moving-objects-out-car_23-2148944549.jpg", imageAlt: "Our team at work" }, - { imageSrc: "http://img.b2bpic.net/free-photo/messy-room-disorder-concept-living-room-bedroom-scattered-clothes-stuff-floor_132075-8430.jpg", imageAlt: "Before and after junk removal" } + { imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-men-moving-objects-out-car_23-2148944549.jpg?_wi=1", imageAlt: "Our team at work" }, + { imageSrc: "http://img.b2bpic.net/free-photo/messy-room-disorder-concept-living-room-bedroom-scattered-clothes-stuff-floor_132075-8430.jpg?_wi=1", imageAlt: "Before and after junk removal" } ]} mediaAnimation="slide-up" rating={5} @@ -86,12 +86,12 @@ export default function LandingPage() { { id: "medium", title: "Small Load", price: "$150+", period: "", features: ["Up to 1/4 truckload", "Furniture & boxes", "Same-day quotes"], button: { text: "Book Now", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-men-moving-objects-out-car_23-2148944549.jpg", imageAlt: "eco friendly recycling symbol" + imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-men-moving-objects-out-car_23-2148944549.jpg?_wi=2", imageAlt: "eco friendly recycling symbol" }, { id: "large", title: "Full House/Cleanout", price: "Quote Required", period: "", features: ["Full truckload", "Estate cleanouts", "Priority scheduling"], button: { text: "Request Quote", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/messy-room-disorder-concept-living-room-bedroom-scattered-clothes-stuff-floor_132075-8430.jpg", imageAlt: "eco friendly recycling symbol" + imageSrc: "http://img.b2bpic.net/free-photo/messy-room-disorder-concept-living-room-bedroom-scattered-clothes-stuff-floor_132075-8430.jpg?_wi=2", imageAlt: "eco friendly recycling symbol" } ]} title="Transparent Pricing" -- 2.49.1