From 3d0f48bc1346190a939625d6a6247d27478ebd84 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:23:10 +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 f2235d5..ddc4910 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,9 +47,9 @@ export default function LandingPage() { buttons={[{ text: "Call Us: (813) 841-5903", href: "tel:8138415903" }]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/girl-s-hand-touching-tree-bark-with-hand_23-2148163881.jpg", imageAlt: "Professional tree removal services"}, + 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", imageAlt: "Licensed arborist working"} + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-forest-countryside_181624-3670.jpg?_wi=1", imageAlt: "Licensed arborist working"} ]} mediaAnimation="none" rating={5} @@ -65,9 +65,9 @@ export default function LandingPage() { description="Trust in our work, backed by our neighbors in Tampa." testimonials={[ { - id: "t1", name: "Mark D.", date: "2023-10-12", title: "Fast and Professional", 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"}, + id: "t1", name: "Mark D.", date: "2023-10-12", title: "Fast and Professional", 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?_wi=2"}, { - id: "t2", name: "Sarah J.", date: "2023-09-05", title: "Great Stump Grinding", 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"}, + id: "t2", name: "Sarah J.", date: "2023-09-05", title: "Great Stump Grinding", 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?_wi=2"}, ]} /> -- 2.49.1