Update src/app/page.tsx

This commit is contained in:
2026-05-07 12:10:20 +00:00
parent af3a5e23b2
commit ddd8d52bb5

View File

@@ -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}
/>
</div>
@@ -68,13 +66,11 @@ export default function LandscapingPage() {
<TestimonialAboutCard
tag="About Axor"
tagIcon={Leaf}
tagAnimation="slide-up"
title="Professional Landscaping and Construction Experts in Harare"
description="Axor Landscaping and Construction is a proudly women-owned business committed to excellence. We offer a full range of landscaping, gardening, and construction services designed to enhance your property's beauty and utility."
subdescription="Based in Harare, Zimbabwe. Dedicated to sustainable, beautiful, and lasting results."
icon={TreePine}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-3.jpg"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>