diff --git a/src/app/page.tsx b/src/app/page.tsx index 342c14b..5e4446e 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 } from "lucide-react"; +import { Leaf, TreePine, Award } from "lucide-react"; export default function LandscapingPage() { return ( @@ -31,7 +31,7 @@ export default function LandscapingPage() {
@@ -81,14 +71,14 @@ export default function LandscapingPage() {
@@ -97,233 +87,35 @@ export default function LandscapingPage() {
-
- -
- -
- -
- -
- -
- -
- -
- -
-
-
); -} +} \ No newline at end of file