diff --git a/src/app/page.tsx b/src/app/page.tsx index 78cdbe1..e5ba13e 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, Award, Hammer, Clock } from "lucide-react"; +import { Leaf, TreePine, Award, Hammer } from "lucide-react"; export default function LandscapingPage() { return (