From 6c39f52a5bb1e3f24259bf319da266e2f31cc4b3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 15:21:59 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 284 ++++++++++++++++++++++++++++++++++------------- 1 file changed, 207 insertions(+), 77 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45504e7..9fe1358 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 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 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 TeamCardOne from "@/components/sections/team/TeamCardOne"; -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"; +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"; export default function LandscapingPage() { return ( @@ -30,125 +30,255 @@ export default function LandscapingPage() { >
-
-
-
-
-
-
-
- +
+