From 2ba4eac33df5cd59677c66420e80bc81d49bea48 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 11:59:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 291 ++++++----------------------------------------- 1 file changed, 35 insertions(+), 256 deletions(-) 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 -- 2.49.1