Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-03 16:50:08 +00:00
6 changed files with 63 additions and 199 deletions

View File

@@ -19,8 +19,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -28,8 +27,7 @@ export default function AboutPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Tree Removal", href: "/services" },
{ label: "Tree Trimming", href: "/services" },
{ label: "Stump Grinding", href: "/services" },
@@ -37,16 +35,14 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 (256) 374-2193", href: "tel:+12563742193" },
{ label: "📍 Harvest, AL 35749", href: "#" },
{ label: "Get Free Estimate", href: "/contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
@@ -79,7 +75,7 @@ export default function AboutPage() {
description="15+ Years of Professional Experience"
subdescription="Serving North Alabama with Pride and Dedication"
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg"
imageAlt="Experienced tree service team"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -95,7 +91,7 @@ export default function AboutPage() {
description="Licensed & Insured Professional Team"
subdescription="Committed to Excellence in Every Project"
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/climber-looking-his-carabiners_23-2147665142.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/climber-looking-his-carabiners_23-2147665142.jpg"
imageAlt="Safety equipment and professional standards"
mediaAnimation="slide-up"
useInvertedBackground={false}

View File

@@ -18,8 +18,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -27,8 +26,7 @@ export default function ContactPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Tree Removal", href: "/services" },
{ label: "Tree Trimming", href: "/services" },
{ label: "Stump Grinding", href: "/services" },
@@ -36,16 +34,14 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 (256) 374-2193", href: "tel:+12563742193" },
{ label: "📍 Harvest, AL 35749", href: "#" },
{ label: "Get Free Estimate", href: "/contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],

View File

@@ -5,35 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const figtree = Figtree({
variable: "--font-figtree",
subsets: ["latin"],
variable: "--font-figtree", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Tree Removal & Service in Harvest, AL | North Alabama Tree Service",
description: "Expert tree removal, trimming, stump grinding & emergency service in Harvest, AL. 4.9★ rating. Free estimates. Licensed & insured. Call (256) 374-2193.",
keywords: "tree removal Harvest AL, tree service North Alabama, stump grinding, emergency tree service, professional arborist",
metadataBase: new URL("https://northalabamtreeservice.com"),
title: "Tree Removal & Service in Harvest, AL | North Alabama Tree Service", description: "Expert tree removal, trimming, stump grinding & emergency service in Harvest, AL. 4.9★ rating. Free estimates. Licensed & insured. Call (256) 374-2193.", keywords: "tree removal Harvest AL, tree service North Alabama, stump grinding, emergency tree service, professional arborist", metadataBase: new URL("https://northalabamtreeservice.com"),
alternates: {
canonical: "https://northalabamtreeservice.com",
},
canonical: "https://northalabamtreeservice.com"},
openGraph: {
title: "Tree Removal & Service in Harvest, AL | North Alabama Tree Service",
description: "Expert tree removal, trimming, stump grinding & emergency service. 4.9★ rating with 138+ reviews. Free estimates.",
type: "website",
siteName: "North Alabama Tree Service",
images: [
title: "Tree Removal & Service in Harvest, AL | North Alabama Tree Service", description: "Expert tree removal, trimming, stump grinding & emergency service. 4.9★ rating with 138+ reviews. Free estimates.", type: "website", siteName: "North Alabama Tree Service", images: [
{
url: "http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg",
alt: "Professional tree removal service",
},
url: "http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg", alt: "Professional tree removal service"},
],
},
twitter: {
card: "summary_large_image",
title: "Tree Removal & Service in Harvest, AL",
description: "4.9★ rated tree service. Free estimates. Call (256) 374-2193",
images: ["http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg"],
card: "summary_large_image", title: "Tree Removal & Service in Harvest, AL", description: "4.9★ rated tree service. Free estimates. Call (256) 374-2193", images: ["http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg"],
},
robots: {
index: true,

View File

@@ -9,7 +9,7 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Star, Leaf, CheckCircle, Shield, Phone, Mail } from "lucide-react";
import { Star, Leaf, CheckCircle, Shield, Phone } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -22,8 +22,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -31,8 +30,7 @@ export default function HomePage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Tree Removal", href: "/services" },
{ label: "Tree Trimming", href: "/services" },
{ label: "Stump Grinding", href: "/services" },
@@ -40,16 +38,14 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 (256) 374-2193", href: "tel:+12563742193" },
{ label: "📍 Harvest, AL 35749", href: "#" },
{ label: "Get Free Estimate", href: "/contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
@@ -83,40 +79,22 @@ export default function HomePage() {
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "📞 Call Now (256) 374-2193", href: "tel:+12563742193" },
{ text: "Get a Free Estimate", href: "/contact" },
{ text: "Get a Free Estimate", href: "#contact" },
]}
buttonAnimation="slide-up"
carouselItems={[
{
id: "hero-1",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg",
imageAlt: "Professional tree removal in action",
},
id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg", imageAlt: "Professional tree removal in action"},
{
id: "hero-2",
imageSrc: "http://img.b2bpic.net/free-photo/asian-man-cutting-trees-using-electrical-chainsaw_1150-5896.jpg",
imageAlt: "Expert stump grinding service",
},
id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/asian-man-cutting-trees-using-electrical-chainsaw_1150-5896.jpg", imageAlt: "Expert stump grinding service"},
{
id: "hero-3",
imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-walk-forest-friends-walking-through-forest-people-nature_169016-67628.jpg",
imageAlt: "Emergency storm cleanup service",
},
id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-walk-forest-friends-walking-through-forest-people-nature_169016-67628.jpg", imageAlt: "Emergency storm cleanup service"},
{
id: "hero-4",
imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg",
imageAlt: "Professional tree trimming and pruning",
},
id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg", imageAlt: "Professional tree trimming and pruning"},
{
id: "hero-5",
imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500875.jpg",
imageAlt: "Skilled and experienced tree service crew",
},
id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500875.jpg", imageAlt: "Skilled and experienced tree service crew"},
{
id: "hero-6",
imageSrc: "http://img.b2bpic.net/free-photo/climber-looking-his-carabiners_23-2147665142.jpg?_wi=1",
imageAlt: "Professional equipment and safety gear",
},
id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/climber-looking-his-carabiners_23-2147665142.jpg", imageAlt: "Professional equipment and safety gear"},
]}
autoPlay={true}
autoPlayInterval={5000}
@@ -127,46 +105,22 @@ export default function HomePage() {
<FeatureCardOne
features={[
{
title: "Tree Removal",
description: "Safe and professional removal of hazardous or unwanted trees",
imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg?_wi=1",
imageAlt: "Tree removal service",
button: { text: "Learn More", href: "/services" },
title: "Tree Removal", description: "Safe and professional removal of hazardous or unwanted trees", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg", imageAlt: "Tree removal service", button: { text: "Learn More", href: "/services" },
},
{
title: "Tree Trimming & Pruning",
description: "Expert trimming to promote health and enhance your landscape",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg?_wi=1",
imageAlt: "Tree trimming service",
button: { text: "Learn More", href: "/services" },
title: "Tree Trimming & Pruning", description: "Expert trimming to promote health and enhance your landscape", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", imageAlt: "Tree trimming service", button: { text: "Learn More", href: "/services" },
},
{
title: "Stump Grinding",
description: "Complete stump removal to reclaim your yard space",
imageSrc: "http://img.b2bpic.net/free-photo/lumberjack-cutting-wood-with-chainsaw_342744-395.jpg?_wi=1",
imageAlt: "Stump grinding service",
button: { text: "Learn More", href: "/services" },
title: "Stump Grinding", description: "Complete stump removal to reclaim your yard space", imageSrc: "http://img.b2bpic.net/free-photo/lumberjack-cutting-wood-with-chainsaw_342744-395.jpg", imageAlt: "Stump grinding service", button: { text: "Learn More", href: "/services" },
},
{
title: "Emergency Tree Service",
description: "24/7 rapid response for fallen or dangerous trees",
imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg?_wi=2",
imageAlt: "Emergency tree service",
button: { text: "Learn More", href: "/services" },
title: "Emergency Tree Service", description: "24/7 rapid response for fallen or dangerous trees", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg", imageAlt: "Emergency tree service", button: { text: "Learn More", href: "/services" },
},
{
title: "Storm Cleanup",
description: "Quick cleanup and removal after severe weather",
imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg",
imageAlt: "Storm cleanup service",
button: { text: "Learn More", href: "/services" },
title: "Storm Cleanup", description: "Quick cleanup and removal after severe weather", imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg", imageAlt: "Storm cleanup service", button: { text: "Learn More", href: "/services" },
},
{
title: "Firewood Sales",
description: "Dry, quality firewood for convenient pickup",
imageSrc: "http://img.b2bpic.net/free-photo/stacked-firewood-logs-ready-winter_632498-60776.jpg",
imageAlt: "Firewood sales",
button: { text: "Learn More", href: "/services" },
title: "Firewood Sales", description: "Dry, quality firewood for convenient pickup", imageSrc: "http://img.b2bpic.net/free-photo/stacked-firewood-logs-ready-winter_632498-60776.jpg", imageAlt: "Firewood sales", button: { text: "Learn More", href: "/services" },
},
]}
title="Our Services"
@@ -190,7 +144,7 @@ export default function HomePage() {
description="4.9 Star Rating with 138+ Reviews"
subdescription="Your Trusted Local Tree Experts"
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg"
imageAlt="Professional tree service team at work"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -201,41 +155,17 @@ export default function HomePage() {
<TestimonialCardSixteen
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Homeowner",
company: "Harvest, AL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
imageAlt: "Sarah Johnson - Homeowner",
},
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Harvest, AL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson - Homeowner"},
{
id: "2",
name: "Michael Chen",
role: "Property Owner",
company: "Madison, AL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
imageAlt: "Michael Chen - Property Owner",
},
id: "2", name: "Michael Chen", role: "Property Owner", company: "Madison, AL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Chen - Property Owner"},
{
id: "3",
name: "Emily Rodriguez",
role: "Homeowner",
company: "Huntsville, AL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3",
imageAlt: "Emily Rodriguez - Homeowner",
},
id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Huntsville, AL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emily Rodriguez - Homeowner"},
{
id: "4",
name: "David Kim",
role: "Business Owner",
company: "Athens, AL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4",
imageAlt: "David Kim - Business Owner",
},
id: "4", name: "David Kim", role: "Business Owner", company: "Athens, AL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Kim - Business Owner"},
]}
kpiItems={[
{ value: "138+", label: "Verified Reviews" },
@@ -262,7 +192,7 @@ export default function HomePage() {
description="Call us today for a free estimate or submit your information below. We're here to help you with all your tree service needs."
buttons={[
{ text: "📞 Call Now (256) 374-2193", href: "tel:+12563742193" },
{ text: "Request Free Estimate", href: "/contact" },
{ text: "Request Free Estimate", href: "#contact" },
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}

View File

@@ -19,8 +19,7 @@ export default function ReviewsPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -28,8 +27,7 @@ export default function ReviewsPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Tree Removal", href: "/services" },
{ label: "Tree Trimming", href: "/services" },
{ label: "Stump Grinding", href: "/services" },
@@ -37,16 +35,14 @@ export default function ReviewsPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 (256) 374-2193", href: "tel:+12563742193" },
{ label: "📍 Harvest, AL 35749", href: "#" },
{ label: "Get Free Estimate", href: "/contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
@@ -74,41 +70,17 @@ export default function ReviewsPage() {
<TestimonialCardSixteen
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Homeowner",
company: "Harvest, AL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=5",
imageAlt: "Sarah Johnson - Satisfied customer",
},
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Harvest, AL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson - Satisfied customer"},
{
id: "2",
name: "Michael Chen",
role: "Property Owner",
company: "Madison, AL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=6",
imageAlt: "Michael Chen - Verified review",
},
id: "2", name: "Michael Chen", role: "Property Owner", company: "Madison, AL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Chen - Verified review"},
{
id: "3",
name: "Emily Rodriguez",
role: "Homeowner",
company: "Huntsville, AL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=7",
imageAlt: "Emily Rodriguez - Happy customer",
},
id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Huntsville, AL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emily Rodriguez - Happy customer"},
{
id: "4",
name: "David Kim",
role: "Business Owner",
company: "Athens, AL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=8",
imageAlt: "David Kim - Business testimonial",
},
id: "4", name: "David Kim", role: "Business Owner", company: "Athens, AL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Kim - Business testimonial"},
]}
kpiItems={[
{ value: "138+", label: "Verified Reviews" },

View File

@@ -19,8 +19,7 @@ export default function ServicesPage() {
const footerColumns = [
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -28,8 +27,7 @@ export default function ServicesPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Tree Removal", href: "/services" },
{ label: "Tree Trimming", href: "/services" },
{ label: "Stump Grinding", href: "/services" },
@@ -37,16 +35,14 @@ export default function ServicesPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 (256) 374-2193", href: "tel:+12563742193" },
{ label: "📍 Harvest, AL 35749", href: "#" },
{ label: "Get Free Estimate", href: "/contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
],
@@ -74,25 +70,13 @@ export default function ServicesPage() {
<FeatureCardOne
features={[
{
title: "Tree Removal",
description: "Safe and professional removal of hazardous or unwanted trees. Our certified arborists assess each situation and use specialized equipment to safely remove trees of any size.",
imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg?_wi=3",
imageAlt: "Professional tree removal service",
button: { text: "Request Estimate", href: "/contact" },
title: "Tree Removal", description: "Safe and professional removal of hazardous or unwanted trees. Our certified arborists assess each situation and use specialized equipment to safely remove trees of any size.", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500866.jpg", imageAlt: "Professional tree removal service", button: { text: "Request Estimate", href: "/contact" },
},
{
title: "Tree Trimming & Pruning",
description: "Expert trimming to promote health and enhance your landscape. We improve tree structure, remove dead branches, and enhance the natural beauty of your property.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg?_wi=2",
imageAlt: "Professional tree trimming service",
button: { text: "Request Estimate", href: "/contact" },
title: "Tree Trimming & Pruning", description: "Expert trimming to promote health and enhance your landscape. We improve tree structure, remove dead branches, and enhance the natural beauty of your property.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", imageAlt: "Professional tree trimming service", button: { text: "Request Estimate", href: "/contact" },
},
{
title: "Stump Grinding",
description: "Complete stump removal to reclaim your yard space. We grind stumps below ground level so you can replant or expand your outdoor living area.",
imageSrc: "http://img.b2bpic.net/free-photo/lumberjack-cutting-wood-with-chainsaw_342744-395.jpg?_wi=2",
imageAlt: "Professional stump grinding service",
button: { text: "Request Estimate", href: "/contact" },
title: "Stump Grinding", description: "Complete stump removal to reclaim your yard space. We grind stumps below ground level so you can replant or expand your outdoor living area.", imageSrc: "http://img.b2bpic.net/free-photo/lumberjack-cutting-wood-with-chainsaw_342744-395.jpg", imageAlt: "Professional stump grinding service", button: { text: "Request Estimate", href: "/contact" },
},
]}
title="Our Professional Services"