From c8c7b5b2a640d74648776e5e56fde30eb0a2b6e9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:22: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 3908dc3..98badf4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,11 +69,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/girl-s-hand-touching-tree-bark-with-hand_23-2148163881.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-s-hand-touching-tree-bark-with-hand_23-2148163881.jpg?_wi=1", imageAlt: "Professional tree removal services", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-forest-countryside_181624-3670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-forest-countryside_181624-3670.jpg?_wi=1", imageAlt: "Licensed arborist working", }, { @@ -110,7 +110,7 @@ export default function LandingPage() { quote: "Ebenezer did an amazing job removing a huge oak from my yard. Cleanup was spotless.", tag: "Tree Removal", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-long-red-hair-linen-dress-natural-location-background_1321-1470.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/girl-s-hand-touching-tree-bark-with-hand_23-2148163881.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-s-hand-touching-tree-bark-with-hand_23-2148163881.jpg?_wi=2", }, { id: "t2", @@ -120,7 +120,7 @@ export default function LandingPage() { quote: "They removed the old stump completely and leveled the ground perfectly.", tag: "Stump Grinding", avatarSrc: "http://img.b2bpic.net/free-photo/low-angle-perspective-tree-with-beautiful-canopy_23-2151305113.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-forest-countryside_181624-3670.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-forest-countryside_181624-3670.jpg?_wi=2", }, ]} /> -- 2.49.1