Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-07 12:09:57 +00:00

View File

@@ -3,7 +3,7 @@
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";
@@ -44,7 +44,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 +53,14 @@ 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"
/>
</div>
@@ -92,14 +87,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 +114,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" },
],