From 298b1bf8288975211747f6699be442ef150cd8b9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 17:13:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9f7e67..90e27e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { handle: "@john", testimonial: "Excellent service and on-time delivery. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-painting-car-door-front-view_23-2149714291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-painting-car-door-front-view_23-2149714291.jpg?_wi=1", imageAlt: "residential dumpster rental home driveway", }, { @@ -69,7 +69,7 @@ export default function LandingPage() { handle: "@jane", testimonial: "Very professional and careful with the driveway placement.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/ruins-russian-s-war-ukraine_23-2149437948.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ruins-russian-s-war-ukraine_23-2149437948.jpg?_wi=1", imageAlt: "residential dumpster rental home driveway", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { handle: "@bob", testimonial: "Great rates and easy booking process. Thank you!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/drawer-workshop_23-2147773382.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/drawer-workshop_23-2147773382.jpg?_wi=1", imageAlt: "residential dumpster rental home driveway", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { handle: "@alice", testimonial: "The best dumpster service I have used in Conroe.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-ramadan-side-view_23-2150154482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-ramadan-side-view_23-2150154482.jpg?_wi=1", imageAlt: "residential dumpster rental home driveway", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { handle: "@mike", testimonial: "Reliable and responsive team. Will use again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/railroad-worker-supervisor-inspecting-shipping-cargo-container-freight-train-station_342744-779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/railroad-worker-supervisor-inspecting-shipping-cargo-container-freight-train-station_342744-779.jpg?_wi=1", imageAlt: "residential dumpster rental home driveway", }, ]} @@ -103,7 +103,7 @@ export default function LandingPage() { href: "tel:8328552778", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-painting-car-door-front-view_23-2149714291.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-painting-car-door-front-view_23-2149714291.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/beard-worker-man-suit-construction-worker-safety-orange-helmet-near-red-barrel-makes-selfie-phone_627829-11407.jpg", @@ -150,7 +150,7 @@ export default function LandingPage() { description: "We take extra care of your property.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/ruins-russian-s-war-ukraine_23-2149437948.jpg" + imageSrc="http://img.b2bpic.net/free-photo/ruins-russian-s-war-ukraine_23-2149437948.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -163,17 +163,17 @@ export default function LandingPage() { { title: "Versatile Sizing", description: "From small home remodels to large construction sites, we have the right bin.", - imageSrc: "http://img.b2bpic.net/free-photo/drawer-workshop_23-2147773382.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/drawer-workshop_23-2147773382.jpg?_wi=2", }, { title: "Reliable Schedule", description: "We pride ourselves on meeting deadlines with timely pickup and drop-off.", - imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-ramadan-side-view_23-2150154482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-ramadan-side-view_23-2150154482.jpg?_wi=2", }, { title: "Property Care", description: "We prioritize careful container placement to protect your driveway.", - imageSrc: "http://img.b2bpic.net/free-photo/railroad-worker-supervisor-inspecting-shipping-cargo-container-freight-train-station_342744-779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/railroad-worker-supervisor-inspecting-shipping-cargo-container-freight-train-station_342744-779.jpg?_wi=2", }, ]} title="Simple Waste Removal" -- 2.49.1