Update src/app/page.tsx

This commit is contained in:
2026-05-12 19:47:58 +00:00
parent 20091b4852
commit a1401c9dc3

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
title="Professional Tree Felling & Arboriculture"
description="Providing safe, efficient, and expert tree removal and maintenance services for residential and commercial properties. Your safety is our top priority."
tag="Trusted Arborists"
buttons={[{ text: "Get a Free Quote", href: "#contact" }]}
buttons={[{ text: "Schedule Your Free Quote", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/blackboard-hanging-tree_23-2147770957.jpg"
tagIcon={Leaf}
imageAlt="professional tree felling service"
@@ -190,4 +190,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}