From cfcd770264b38dc05e2f450a0140e871a2b330fd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 15:21:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 284 +++++++++++++---------------------------------- 1 file changed, 77 insertions(+), 207 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fe1358..45504e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,17 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial"; -import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; -import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; -import TeamCardSix from "@/components/sections/team/TeamCardSix"; +import NavbarFullscreen from "@/components/ui/NavbarFullscreen"; +import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; +import AboutTextSplit from "@/components/sections/about/AboutTextSplit"; +import FeaturesBorderGlow from "@/components/sections/features/FeaturesBorderGlow"; +import TeamGlassCards from "@/components/sections/team/TeamGlassCards"; import TeamCardOne from "@/components/sections/team/TeamCardOne"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Leaf } from "lucide-react"; +import TestimonialTrustCard from "@/components/sections/testimonial/TestimonialTrustCard"; +import FaqTwoColumn from "@/components/sections/faq/FaqTwoColumn"; +import ContactSplitEmail from "@/components/sections/contact/ContactSplitEmail"; +import FooterSimpleReveal from "@/components/sections/footer/FooterSimpleReveal"; +import { Leaf, Award, MapPin, Target, Star } from "lucide-react"; export default function LandscapingPage() { return ( @@ -30,255 +30,125 @@ export default function LandscapingPage() { >
-
-
-
-
-
-
-
-
-
-- 2.49.1