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() {