Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
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" description="Sky Tree Services"
subdescription="Professional • Fair • Latino-Owned • 24/7 Available" subdescription="Professional • Fair • Latino-Owned • 24/7 Available"
icon={TreePine} 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" imageAlt="Sky Tree Services professional crew in Nashville"
mediaAnimation="slide-up" mediaAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -76,7 +76,7 @@ export default function AboutPage() {
description="Professional Team" description="Professional Team"
subdescription="Experienced • Insured • Latino-Owned Business" subdescription="Experienced • Insured • Latino-Owned Business"
icon={Heart} 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" imageAlt="Sky Tree Services team working professionally"
mediaAnimation="slide-up" mediaAnimation="slide-up"
useInvertedBackground={true} useInvertedBackground={true}

View File

@@ -52,7 +52,7 @@ export default function HomePage() {
{ text: "📞 Call Now (615) 568-9651", href: "tel:+16155689651" }, { text: "📞 Call Now (615) 568-9651", href: "tel:+16155689651" },
{ text: "Get Free Estimate", href: "/contact" } { 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" imageAlt="Professional tree service crew at work in Nashville"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -84,7 +84,7 @@ export default function HomePage() {
description="Sky Tree Services" description="Sky Tree Services"
subdescription="Professional • Fair • Latino-Owned • 24/7 Available" subdescription="Professional • Fair • Latino-Owned • 24/7 Available"
icon={TreePine} 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" imageAlt="Sky Tree Services professional crew in Nashville"
mediaAnimation="slide-up" mediaAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}

View File

@@ -49,7 +49,7 @@ export default function ServicesPage() {
id: 1, id: 1,
title: "Tree Removal", title: "Tree Removal",
description: "Complete removal of dead, diseased, or unwanted trees. Professional crew handles all rigging, debris removal, and stump grinding.", 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" } 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", 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.", 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" }, 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, id: 3,
@@ -71,7 +71,7 @@ export default function ServicesPage() {
title: "Storm Damage Cleanup", 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.", 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" }, 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} showStepNumbers={true}