Update src/app/tree-removal-trimming/page.tsx
This commit is contained in:
@@ -16,8 +16,7 @@ export default function TreeCarePage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Hedge Trimming", id: "/hedge-trimming" },
|
||||
{ name: "Tree Care", id: "/tree-removal-trimming" },
|
||||
{ name: "Tree Removal", id: "/tree-removal-trimming" },
|
||||
{ name: "Tree Care & Removal", id: "/tree-removal-trimming" },
|
||||
{ name: "Irrigation", id: "/irrigation" },
|
||||
{ name: "Rock & Gravel", id: "/rock-gravel" }
|
||||
]}
|
||||
@@ -28,15 +27,15 @@ export default function TreeCarePage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroLogoBillboard
|
||||
logoText="Professional Tree Services"
|
||||
description="Safe removal and expert pruning to maintain the safety and aesthetic appeal of your trees."
|
||||
description="Comprehensive tree care, including expert pruning, maintenance, and safe removal to keep your property safe and beautiful."
|
||||
buttons={[{ text: "Get A Quote", href: "tel:4803279024" }]}
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardSix
|
||||
title="Tree Maintenance & Safety"
|
||||
description="Protect your property with certified tree care."
|
||||
title="Our Tree Services"
|
||||
description="Precision care for every tree on your property."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
@@ -51,4 +50,4 @@ export default function TreeCarePage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user