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", }, ]} />