3 Commits

Author SHA1 Message Date
ddd8d52bb5 Update src/app/page.tsx 2026-05-07 12:10:20 +00:00
af3a5e23b2 Update src/app/page.tsx 2026-05-07 12:09:53 +00:00
1ff731c18e Merge version_2 into main
Merge version_2 into main
2026-05-07 11:59:14 +00:00

View File

@@ -3,13 +3,9 @@
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 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";
@@ -44,7 +40,7 @@ export default function LandscapingPage() {
</div>
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
<HeroSplitKpi
tag="Women-Owned Business"
tagIcon={Award}
title="Transforming Your Vision into Reality"
@@ -53,19 +49,16 @@ export default function LandscapingPage() {
{ text: "Get Free Estimate", href: "#contact" },
{ text: "Our Services", href: "#services" },
]}
buttonAnimation="slide-up"
kpis={[
{ 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"
showDimOverlay={true}
textPosition="top"
testimonials={[
{
name: "Chipo M.", handle: "Homeowner", testimonial: "Axor Landscaping completely revitalized our garden. Their attention to detail is unmatched, and the process was seamless.", rating: 5,
},
{
name: "Tendai R.", handle: "Property Developer", testimonial: "Efficient, creative, and professional. Axor is the only company we trust for our construction landscaping needs.", rating: 5,
},
]}
imagePosition="right"
background={{ variant: "plain" }}
enableKpiAnimation={true}
/>
</div>
@@ -73,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>
@@ -92,14 +83,10 @@ export default function LandscapingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
tag: "Design", title: "Landscape Design", subtitle: "Custom Tailored Plans", description: "Expert designs that maximize your available space and match your architectural style."},
{
tag: "Construction", title: "Hardscaping & Paving", subtitle: "Structural Beauty", description: "Building durable, high-quality driveways, walkways, and patio structures."},
{
tag: "Maintenance", title: "Garden Maintenance", subtitle: "Expert Care", description: "Keeping your outdoor space pristine through professional mowing, pruning, and seasonal care."},
{
tag: "Irrigation", title: "Smart Irrigation", subtitle: "Efficient Water Management", description: "Custom irrigation systems designed for optimal growth and resource conservation."},
{ tag: "Design", title: "Landscape Design", subtitle: "Custom Tailored Plans", description: "Expert designs that maximize your available space and match your architectural style." },
{ tag: "Construction", title: "Hardscaping & Paving", subtitle: "Structural Beauty", description: "Building durable, high-quality driveways, walkways, and patio structures." },
{ tag: "Maintenance", title: "Garden Maintenance", subtitle: "Expert Care", description: "Keeping your outdoor space pristine through professional mowing, pruning, and seasonal care." },
{ tag: "Irrigation", title: "Smart Irrigation", subtitle: "Efficient Water Management", description: "Custom irrigation systems designed for optimal growth and resource conservation." },
]}
/>
</div>
@@ -123,14 +110,14 @@ export default function LandscapingPage() {
<FooterSimple
columns={[
{
title: "Services", items: [
title: "Services", items: [
{ label: "Design", href: "#services" },
{ label: "Hardscaping", href: "#services" },
{ label: "Maintenance", href: "#services" },
],
},
{
title: "Business Info", items: [
title: "Business Info", items: [
{ label: "077 957 0822", href: "tel:0779570822" },
{ label: "Harare, Zimbabwe" },
],