From 3649b5e3e721c7c8e7aa1189354569e21529def8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 20:51:21 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2138000..9f8502a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,7 +46,7 @@ export default function AboutPage() { description="Sky Tree Services" subdescription="Professional • Fair • Latino-Owned • 24/7 Available" icon={TreePine} - imageSrc="http://img.b2bpic.net/free-photo/three-men-looking-aside-construction-site_259150-57679.jpg" + imageSrc="http://img.b2bpic.net/free-photo/three-men-looking-aside-construction-site_259150-57679.jpg?_wi=2" imageAlt="Sky Tree Services professional crew in Nashville" mediaAnimation="slide-up" useInvertedBackground={false} @@ -76,7 +76,7 @@ export default function AboutPage() { description="Professional Team" subdescription="Experienced • Insured • Latino-Owned Business" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg" + imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=3" imageAlt="Sky Tree Services team working professionally" mediaAnimation="slide-up" useInvertedBackground={true} -- 2.49.1 From a49836185cc91f7f4f69c45df4034b2026c0b540 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 20:51:22 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ccac855..9ca7c68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function HomePage() { { text: "📞 Call Now (615) 568-9651", href: "tel:+16155689651" }, { text: "Get Free Estimate", href: "/contact" } ]} - imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg" + imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=1" imageAlt="Professional tree service crew at work in Nashville" mediaAnimation="slide-up" /> @@ -84,7 +84,7 @@ export default function HomePage() { description="Sky Tree Services" subdescription="Professional • Fair • Latino-Owned • 24/7 Available" icon={TreePine} - imageSrc="http://img.b2bpic.net/free-photo/three-men-looking-aside-construction-site_259150-57679.jpg" + imageSrc="http://img.b2bpic.net/free-photo/three-men-looking-aside-construction-site_259150-57679.jpg?_wi=1" imageAlt="Sky Tree Services professional crew in Nashville" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1 From 38ff75dfe6ac1641be40f0bb508168962e7b9378 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 20:51:23 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 5da1108..2364198 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -49,7 +49,7 @@ export default function ServicesPage() { id: 1, title: "Tree Removal", description: "Complete removal of dead, diseased, or unwanted trees. Professional crew handles all rigging, debris removal, and stump grinding.", - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg" }, + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=2" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/camper-life-concept-with-branches-shelter_23-2148456447.jpg" } }, { @@ -57,7 +57,7 @@ export default function ServicesPage() { title: "24/7 Emergency Services", description: "Fallen trees blocking roads? Storm damage threatening your home? We respond immediately to emergencies, day or night, any season.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg" } + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg?_wi=1" } }, { id: 3, @@ -71,7 +71,7 @@ export default function ServicesPage() { title: "Storm Damage Cleanup", description: "After severe weather, we quickly clear fallen branches, damaged limbs, and debris. Fully insured and equipped for major cleanup operations.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/volunteer-using-tongs-tool-collect-trash-plastic-waste-from-woods_482257-104743.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg" } + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg?_wi=2" } } ]} showStepNumbers={true} -- 2.49.1