From ddd8d52bb50e69ca8fe697602968f6e4d83a963b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 12:10:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9af728..7239242 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,10 +6,6 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; 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 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, TreePine, Award } from "lucide-react"; @@ -54,13 +50,15 @@ export default function LandscapingPage() { { text: "Our Services", href: "#services" }, ]} kpis={[ - { value: "500+", label: "Projects Completed" }, - { value: "15+", label: "Years Experience" }, - { value: "100%", label: "Satisfaction Rate" } + { value: "500+", label: "Projects Completed" }, + { value: "15+", label: "Years Experience" }, + { value: "100%", label: "Satisfaction Rate" } ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/hero.jpg" imageAlt="Beautifully landscaped garden" imagePosition="right" + background={{ variant: "plain" }} + enableKpiAnimation={true} /> @@ -68,13 +66,11 @@ export default function LandscapingPage() { -- 2.49.1