Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-09 05:56:06 +00:00
5 changed files with 1402 additions and 35 deletions

View File

@@ -90,42 +90,42 @@ export default function AboutPage() {
id: "01",
title: "Local Family Business",
description: "Serving Murfreesboro since 2005. Owned and operated by Ben, a certified arborist with 20+ years experience.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-autumn-girl-portrait-young-woman-posing-yellow-leaves-autumn-park-outdoor_1328-4035.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-autumn-girl-portrait-young-woman-posing-yellow-leaves-autumn-park-outdoor_1328-4035.jpg?_wi=3",
imageAlt: "Ben - Owner and certified arborist",
},
{
id: "02",
title: "Fully Insured & Bonded",
description: "Complete liability and workers compensation insurance. Your property and our team are fully protected.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-businessman-signing-documents_74855-2701.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-businessman-signing-documents_74855-2701.jpg?_wi=2",
imageAlt: "Fully insured certification",
},
{
id: "03",
title: "Certified Arborists",
description: "ISA certified professional arborists on every job. Expert knowledge in tree health, safety, and preservation.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-pack-boho-badges-with-feathers-flowers_23-2147606674.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/flat-pack-boho-badges-with-feathers-flowers_23-2147606674.jpg?_wi=2",
imageAlt: "Certified arborist badge",
},
{
id: "04",
title: "24/7 Emergency Service",
description: "Storm damage doesn't wait. We're available around the clock for urgent tree emergencies in Murfreesboro.",
imageSrc: "http://img.b2bpic.net/free-photo/team-two-activists-doing-voluntary-work-plant-trees-forest_482257-91088.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/team-two-activists-doing-voluntary-work-plant-trees-forest_482257-91088.jpg?_wi=5",
imageAlt: "24/7 emergency response available",
},
{
id: "05",
title: "Affordable Pricing",
description: "Competitive rates without compromising quality. Free estimates on all tree service work.",
imageSrc: "http://img.b2bpic.net/free-vector/check-mark-location-pins-set_78370-8231.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/check-mark-location-pins-set_78370-8231.jpg?_wi=2",
imageAlt: "Local business affordable pricing",
},
{
id: "06",
title: "Professional Equipment",
description: "Modern, well-maintained equipment and safety gear. Latest techniques for efficient, safe tree work.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet_23-2148902594.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet_23-2148902594.jpg?_wi=2",
imageAlt: "Safety certified equipment",
},
]}

View File

@@ -105,32 +105,32 @@ export default function ContactPage() {
carouselItems={[
{
id: "carousel-1",
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=2",
imageAlt: "Professional tree removal service",
},
{
id: "carousel-2",
imageSrc: "http://img.b2bpic.net/free-photo/old-gardener-cuts-bush-with-large-metal-old-pruning-shears_169016-10697.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/old-gardener-cuts-bush-with-large-metal-old-pruning-shears_169016-10697.jpg?_wi=4",
imageAlt: "Expert tree trimming service",
},
{
id: "carousel-3",
imageSrc: "http://img.b2bpic.net/free-photo/team-two-activists-doing-voluntary-work-plant-trees-forest_482257-91088.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/team-two-activists-doing-voluntary-work-plant-trees-forest_482257-91088.jpg?_wi=6",
imageAlt: "Emergency storm cleanup",
},
{
id: "carousel-4",
imageSrc: "http://img.b2bpic.net/free-photo/strong-lumberjack-chopping-wood-chips-fly-apart-ax-hatchet-axe-split-log-with-ax-birch-firewood-background-wood-wallpaper_1391-227.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/strong-lumberjack-chopping-wood-chips-fly-apart-ax-hatchet-axe-split-log-with-ax-birch-firewood-background-wood-wallpaper_1391-227.jpg?_wi=4",
imageAlt: "Professional stump grinding",
},
{
id: "carousel-5",
imageSrc: "http://img.b2bpic.net/free-photo/man-his-sons-cultivating-harvest_23-2148315364.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-his-sons-cultivating-harvest_23-2148315364.jpg?_wi=3",
imageAlt: "Land and lot clearing",
},
{
id: "carousel-6",
imageSrc: "http://img.b2bpic.net/free-photo/happy-team-looking-perfect-way-their-business_329181-15207.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-team-looking-perfect-way-their-business_329181-15207.jpg?_wi=2",
imageAlt: "Timber Wolf professional team",
},
]}
@@ -168,7 +168,7 @@ export default function ContactPage() {
required: true,
}}
useInvertedBackground={false}
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"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Request Free Quote"

File diff suppressed because it is too large Load Diff

View File

@@ -67,32 +67,32 @@ export default function HomePage() {
carouselItems={[
{
id: "carousel-1",
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 removal service",
},
{
id: "carousel-2",
imageSrc: "http://img.b2bpic.net/free-photo/old-gardener-cuts-bush-with-large-metal-old-pruning-shears_169016-10697.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/old-gardener-cuts-bush-with-large-metal-old-pruning-shears_169016-10697.jpg?_wi=1",
imageAlt: "Expert tree trimming service",
},
{
id: "carousel-3",
imageSrc: "http://img.b2bpic.net/free-photo/team-two-activists-doing-voluntary-work-plant-trees-forest_482257-91088.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/team-two-activists-doing-voluntary-work-plant-trees-forest_482257-91088.jpg?_wi=1",
imageAlt: "Emergency storm cleanup",
},
{
id: "carousel-4",
imageSrc: "http://img.b2bpic.net/free-photo/strong-lumberjack-chopping-wood-chips-fly-apart-ax-hatchet-axe-split-log-with-ax-birch-firewood-background-wood-wallpaper_1391-227.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/strong-lumberjack-chopping-wood-chips-fly-apart-ax-hatchet-axe-split-log-with-ax-birch-firewood-background-wood-wallpaper_1391-227.jpg?_wi=1",
imageAlt: "Professional stump grinding",
},
{
id: "carousel-5",
imageSrc: "http://img.b2bpic.net/free-photo/man-his-sons-cultivating-harvest_23-2148315364.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-his-sons-cultivating-harvest_23-2148315364.jpg?_wi=1",
imageAlt: "Land and lot clearing",
},
{
id: "carousel-6",
imageSrc: "http://img.b2bpic.net/free-photo/happy-team-looking-perfect-way-their-business_329181-15207.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-team-looking-perfect-way-their-business_329181-15207.jpg?_wi=1",
imageAlt: "Timber Wolf professional team",
},
]}
@@ -117,28 +117,28 @@ export default function HomePage() {
id: "01",
title: "Tree Removal",
description: "Safe removal of dead, diseased, or hazardous trees. Expert handling of complex removals near homes and power lines.",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22890.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22890.jpg?_wi=1",
imageAlt: "Professional tree removal service",
},
{
id: "02",
title: "Tree Trimming",
description: "Professional pruning and trimming to improve tree health, appearance, and safety. Maintains proper canopy structure.",
imageSrc: "http://img.b2bpic.net/free-photo/old-gardener-cuts-bush-with-large-metal-old-pruning-shears_169016-10697.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/old-gardener-cuts-bush-with-large-metal-old-pruning-shears_169016-10697.jpg?_wi=2",
imageAlt: "Expert tree trimming and pruning",
},
{
id: "03",
title: "Stump Grinding",
description: "Complete stump removal grinding below ground level. Reclaim your yard space safely and completely.",
imageSrc: "http://img.b2bpic.net/free-photo/strong-lumberjack-chopping-wood-chips-fly-apart-ax-hatchet-axe-split-log-with-ax-birch-firewood-background-wood-wallpaper_1391-227.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/strong-lumberjack-chopping-wood-chips-fly-apart-ax-hatchet-axe-split-log-with-ax-birch-firewood-background-wood-wallpaper_1391-227.jpg?_wi=2",
imageAlt: "Stump grinding equipment and service",
},
{
id: "04",
title: "Emergency Storm Cleanup",
description: "24/7 emergency response for storm damage. Quick removal of fallen trees and branches to restore safety.",
imageSrc: "http://img.b2bpic.net/free-photo/team-two-activists-doing-voluntary-work-plant-trees-forest_482257-91088.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/team-two-activists-doing-voluntary-work-plant-trees-forest_482257-91088.jpg?_wi=2",
imageAlt: "Emergency storm tree cleanup",
},
]}
@@ -161,42 +161,42 @@ export default function HomePage() {
id: "01",
title: "Local Family Business",
description: "Serving Murfreesboro since 2005. Owned and operated by Ben, a certified arborist with 20+ years experience.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-autumn-girl-portrait-young-woman-posing-yellow-leaves-autumn-park-outdoor_1328-4035.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-autumn-girl-portrait-young-woman-posing-yellow-leaves-autumn-park-outdoor_1328-4035.jpg?_wi=1",
imageAlt: "Ben - Owner and certified arborist",
},
{
id: "02",
title: "Fully Insured & Bonded",
description: "Complete liability and workers compensation insurance. Your property and our team are fully protected.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-businessman-signing-documents_74855-2701.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-businessman-signing-documents_74855-2701.jpg?_wi=1",
imageAlt: "Fully insured certification",
},
{
id: "03",
title: "Certified Arborists",
description: "ISA certified professional arborists on every job. Expert knowledge in tree health, safety, and preservation.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-pack-boho-badges-with-feathers-flowers_23-2147606674.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/flat-pack-boho-badges-with-feathers-flowers_23-2147606674.jpg?_wi=1",
imageAlt: "Certified arborist badge",
},
{
id: "04",
title: "24/7 Emergency Service",
description: "Storm damage doesn't wait. We're available around the clock for urgent tree emergencies in Murfreesboro.",
imageSrc: "http://img.b2bpic.net/free-photo/team-two-activists-doing-voluntary-work-plant-trees-forest_482257-91088.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/team-two-activists-doing-voluntary-work-plant-trees-forest_482257-91088.jpg?_wi=3",
imageAlt: "24/7 emergency response available",
},
{
id: "05",
title: "Affordable Pricing",
description: "Competitive rates without compromising quality. Free estimates on all tree service work.",
imageSrc: "http://img.b2bpic.net/free-vector/check-mark-location-pins-set_78370-8231.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/check-mark-location-pins-set_78370-8231.jpg?_wi=1",
imageAlt: "Local business affordable pricing",
},
{
id: "06",
title: "Professional Equipment",
description: "Modern, well-maintained equipment and safety gear. Latest techniques for efficient, safe tree work.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet_23-2148902594.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-helmet_23-2148902594.jpg?_wi=1",
imageAlt: "Safety certified equipment",
},
]}

View File

@@ -53,42 +53,42 @@ export default function ServicesPage() {
id: "01",
title: "Tree Removal",
description: "Expert removal of dead, diseased, or hazardous trees. We safely handle complex removals near homes, power lines, and structures. Our certified arborists assess each tree to minimize risk and environmental impact. Whether it's a single tree or multiple removals, we have the expertise and equipment to handle any size safely.",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22890.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22890.jpg?_wi=2",
imageAlt: "Professional tree removal service",
},
{
id: "02",
title: "Tree Trimming & Pruning",
description: "Professional pruning and trimming to improve tree health, appearance, and safety. Regular trimming maintains proper canopy structure, removes dead branches, and reduces disease risk. Our certified arborists follow ISA standards to ensure your trees stay healthy and beautiful for years to come.",
imageSrc: "http://img.b2bpic.net/free-photo/old-gardener-cuts-bush-with-large-metal-old-pruning-shears_169016-10697.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/old-gardener-cuts-bush-with-large-metal-old-pruning-shears_169016-10697.jpg?_wi=3",
imageAlt: "Expert tree trimming and pruning",
},
{
id: "03",
title: "Stump Grinding & Removal",
description: "Complete stump removal and grinding below ground level. We use professional equipment to grind stumps completely, reclaiming your yard space. The resulting mulch can be used for landscaping. No more trip hazards or unsightly stumps in your yard.",
imageSrc: "http://img.b2bpic.net/free-photo/strong-lumberjack-chopping-wood-chips-fly-apart-ax-hatchet-axe-split-log-with-ax-birch-firewood-background-wood-wallpaper_1391-227.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/strong-lumberjack-chopping-wood-chips-fly-apart-ax-hatchet-axe-split-log-with-ax-birch-firewood-background-wood-wallpaper_1391-227.jpg?_wi=3",
imageAlt: "Stump grinding equipment and service",
},
{
id: "04",
title: "Emergency Storm Cleanup",
description: "24/7 emergency response for storm damage and fallen trees. Severe weather can damage trees unexpectedly, creating safety hazards. We're available around the clock to quickly remove fallen trees and branches, restore safety to your property, and prevent further damage.",
imageSrc: "http://img.b2bpic.net/free-photo/team-two-activists-doing-voluntary-work-plant-trees-forest_482257-91088.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/team-two-activists-doing-voluntary-work-plant-trees-forest_482257-91088.jpg?_wi=4",
imageAlt: "Emergency storm tree cleanup",
},
{
id: "05",
title: "Lot Clearing & Land Management",
description: "Professional land clearing services for property development, landscaping projects, and lot preparation. We efficiently remove multiple trees and vegetation while preserving desirable landscaping. Perfect for new construction or property improvement projects.",
imageSrc: "http://img.b2bpic.net/free-photo/man-his-sons-cultivating-harvest_23-2148315364.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-his-sons-cultivating-harvest_23-2148315364.jpg?_wi=2",
imageAlt: "Land and lot clearing",
},
{
id: "06",
title: "Tree Health Assessment",
description: "Comprehensive tree health evaluations by our certified arborists. We identify disease, pest damage, structural issues, and recommend treatment options. Early detection can save trees and prevent costly removals. Get expert advice on keeping your trees healthy.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-autumn-girl-portrait-young-woman-posing-yellow-leaves-autumn-park-outdoor_1328-4035.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-autumn-girl-portrait-young-woman-posing-yellow-leaves-autumn-park-outdoor_1328-4035.jpg?_wi=2",
imageAlt: "Tree health assessment consultation",
},
]}