Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-02-26 20:51:27 +00:00
3 changed files with 7 additions and 7 deletions

View File

@@ -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}

View File

@@ -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}

View File

@@ -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}