diff --git a/src/app/tree-removal-trimming/page.tsx b/src/app/tree-removal-trimming/page.tsx index 41f85b8..e0670ba 100644 --- a/src/app/tree-removal-trimming/page.tsx +++ b/src/app/tree-removal-trimming/page.tsx @@ -6,36 +6,47 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Phone } from "lucide-react"; export default function TreeCarePage() { return ( - + - - - - + +
+ +
+
+ +
+
);