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 ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; 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 TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; 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 ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterSimple from "@/components/sections/footer/FooterSimple"; import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Leaf, TreePine, Award } from "lucide-react"; import { Leaf, TreePine, Award } from "lucide-react";
@@ -44,7 +40,7 @@ export default function LandscapingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroOverlayTestimonial <HeroSplitKpi
tag="Women-Owned Business" tag="Women-Owned Business"
tagIcon={Award} tagIcon={Award}
title="Transforming Your Vision into Reality" title="Transforming Your Vision into Reality"
@@ -53,19 +49,16 @@ export default function LandscapingPage() {
{ text: "Get Free Estimate", href: "#contact" }, { text: "Get Free Estimate", href: "#contact" },
{ text: "Our Services", href: "#services" }, { 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" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/hero.jpg"
imageAlt="Beautifully landscaped garden" imageAlt="Beautifully landscaped garden"
showDimOverlay={true} imagePosition="right"
textPosition="top" background={{ variant: "plain" }}
testimonials={[ enableKpiAnimation={true}
{
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,
},
]}
/> />
</div> </div>
@@ -73,13 +66,11 @@ export default function LandscapingPage() {
<TestimonialAboutCard <TestimonialAboutCard
tag="About Axor" tag="About Axor"
tagIcon={Leaf} tagIcon={Leaf}
tagAnimation="slide-up"
title="Professional Landscaping and Construction Experts in Harare" 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." 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." subdescription="Based in Harare, Zimbabwe. Dedicated to sustainable, beautiful, and lasting results."
icon={TreePine} icon={TreePine}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-3.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/landscaping/img-3.jpg"
mediaAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
@@ -92,14 +83,10 @@ export default function LandscapingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ { tag: "Design", title: "Landscape Design", subtitle: "Custom Tailored Plans", description: "Expert designs that maximize your available space and match your architectural style." },
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: "Construction", title: "Hardscaping & Paving", subtitle: "Structural Beauty", description: "Building durable, high-quality driveways, walkways, and patio structures."}, { tag: "Irrigation", title: "Smart Irrigation", subtitle: "Efficient Water Management", description: "Custom irrigation systems designed for optimal growth and resource conservation." },
{
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> </div>
@@ -123,14 +110,14 @@ export default function LandscapingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Services", items: [ title: "Services", items: [
{ label: "Design", href: "#services" }, { label: "Design", href: "#services" },
{ label: "Hardscaping", href: "#services" }, { label: "Hardscaping", href: "#services" },
{ label: "Maintenance", href: "#services" }, { label: "Maintenance", href: "#services" },
], ],
}, },
{ {
title: "Business Info", items: [ title: "Business Info", items: [
{ label: "077 957 0822", href: "tel:0779570822" }, { label: "077 957 0822", href: "tel:0779570822" },
{ label: "Harare, Zimbabwe" }, { label: "Harare, Zimbabwe" },
], ],