diff --git a/src/app/page.tsx b/src/app/page.tsx index cd54f29..d37cfb3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Leaf, TreePine, Droplets, Wrench } from "lucide-react"; +import { Leaf, Droplets, Wrench } from "lucide-react"; export default function LandscapingPage() { return ( @@ -33,7 +33,7 @@ export default function LandscapingPage() { -
- -
-
+ + + +
+ +
+ + +
+ + ); +}