From 1ca33ada6e7645266051c2cfb9fdabac13bccccd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 20:32:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( -- 2.49.1