{"id":1403,"date":"2026-04-11T10:14:28","date_gmt":"2026-04-11T10:14:28","guid":{"rendered":"https:\/\/onafricaconstruction.co.tz\/wordpress\/?page_id=1403"},"modified":"2026-05-07T05:41:05","modified_gmt":"2026-05-07T05:41:05","slug":"projects-2","status":"publish","type":"page","link":"https:\/\/onafricaconstruction.co.tz\/?page_id=1403","title":{"rendered":"Projects"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1403\" class=\"elementor elementor-1403\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cece9f1 e-con-full maker-big-container e-flex e-con e-parent\" data-id=\"cece9f1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7bec4bc e-con-full e-flex e-con e-child\" data-id=\"7bec4bc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-11e9df4 elementor-widget elementor-widget-video\" data-id=\"11e9df4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;mute&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/4.mp4\" preload=\"metadata\" muted=\"muted\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-63204ca e-con-full e-flex e-con e-child\" data-id=\"63204ca\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f7b7653 elementor-widget elementor-widget-heading\" data-id=\"f7b7653\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">OUR  PROJECTS<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b0e8fde elementor-widget elementor-widget-html\" data-id=\"b0e8fde\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener('DOMContentLoaded', () => {\r\n\r\n  \/\/ You can edit the VIDEO_END_ADJUST value to change the point during scroll at which the video stops playing\r\n  \/\/ Example - set it to 0.5 to stop playing half-a-screen-height later, or -0.5 to stop playing half-a-screen-height earlier\r\n  const VIDEO_END_ADJUST = 0.5;\r\n\r\n  \/\/ That's it, you can stop editing here! Enjoy!\r\n  const BIG_CONTAINER = 'maker-big-container';\r\n  const SMALL_CONTAINER = 'maker-small-container';\r\n\r\n  gsap.registerPlugin(ScrollTrigger);\r\n  const endMarkerOffset = () => window.innerHeight * VIDEO_END_ADJUST;\r\n\r\n  const initScrollScrub = (wrapper, video) => {\r\n    return ScrollTrigger.create({\r\n      trigger: wrapper,\r\n      start: 'top top',\r\n      end: `bottom bottom-=${endMarkerOffset()}px`,\r\n      scrub: true,\r\n      markers: false,\r\n      onUpdate(self) {\r\n        if (video.duration) {\r\n          video.currentTime = self.progress * video.duration;\r\n        }\r\n      }\r\n    });\r\n  };\r\n\r\n  const wrappers = document.querySelectorAll('.' + BIG_CONTAINER);\r\n\r\n  wrappers.forEach(wrapper => {\r\n    const video = wrapper.querySelector('video');\r\n    if (!video) return;\r\n\r\n    const childDivs = wrapper.querySelectorAll(':scope > div');\r\n    childDivs.forEach(div => {\r\n      if (div.querySelector('.elementor-widget-video') && !div.classList.contains(SMALL_CONTAINER))\r\n        div.classList.add(SMALL_CONTAINER);\r\n    });\r\n\r\n    video.setAttribute('muted', '');\r\n    video.setAttribute('playsinline', '');\r\n    video.setAttribute('webkit-playsinline', '');\r\n    video.setAttribute('preload', 'auto');\r\n    video.load();\r\n\r\n    const setupScrub = () => {\r\n      wrapper._scrubTrigger = initScrollScrub(wrapper, video);\r\n    };\r\n\r\n    if (video.readyState >= 2) {\r\n      setupScrub();\r\n    } else {\r\n      video.addEventListener('loadeddata', setupScrub, { once: true });\r\n    }\r\n\r\n    video.addEventListener('play', () => video.pause());\r\n    video.addEventListener('click', e => e.preventDefault());\r\n  });\r\n\r\n  const rebuildTriggers = () => {\r\n    wrappers.forEach(wrapper => {\r\n      const trigger = wrapper._scrubTrigger;\r\n      if (!trigger) return;\r\n      trigger.kill();\r\n\r\n      const video = wrapper.querySelector('video');\r\n      wrapper._scrubTrigger = initScrollScrub(wrapper, video);\r\n    });\r\n  };\r\n\r\n  let resizeTimeout;\r\n  window.addEventListener('resize', () => {\r\n    clearTimeout(resizeTimeout);\r\n    resizeTimeout = setTimeout(() => {\r\n      rebuildTriggers();\r\n    }, 200);\r\n  });\r\n\r\n  \/\/ Code by WP Maker - See youtube.com\/@wpmaker for the complete scroll effect tutorial\r\n  window.addEventListener('load', () => ScrollTrigger.refresh());\r\n});\r\n<\/script>\r\n\r\n<style>\r\n.maker-small-container {\r\n  position: sticky;\r\n  top: 0;\r\n}\r\n\r\n.maker-big-container video {\r\n  min-height: 100vh;\r\n  object-position: top center;\r\n}\r\n\r\n@media (max-width: 921px) {\r\n  .maker-big-container video {\r\n    object-position: center center;\r\n  }\r\n}\r\n<\/style>\r\n\r\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.7\/gsap.min.js\"><\/script>\r\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.7\/ScrollTrigger.min.js\"><\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4427e85 elementor-widget elementor-widget-html\" data-id=\"4427e85\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener('DOMContentLoaded', () => {\r\n\r\n  \/\/ If you use something other than the Astra theme, you can edit this HEADER_SELECTOR value\r\n  \/\/ In your browser, inspect your transparent header and target it via a CSS class or ID\r\n  const HEADER_SELECTOR = '.ast-theme-transparent-header #masthead';\r\n\r\n  \/\/ That's it, you can stop editing here! Enjoy!\r\n  const BIG_CONTAINER = '.maker-big-container';\r\n  const SMALL_CONTAINER = '.maker-small-container';\r\n\r\n  const header = document.querySelector(HEADER_SELECTOR);\r\n  const wrapper = document.querySelector(BIG_CONTAINER);\r\n  const firstParent = document.querySelector('.e-parent');\r\n  if (!header || !wrapper || wrapper !== firstParent) { return; }\r\n\r\n  const style = document.createElement('style');\r\n  style.textContent = `\r\n    ${HEADER_SELECTOR}.header--float {\r\n      position: fixed;\r\n    }\r\n    ${HEADER_SELECTOR}.header--locked {\r\n      position: absolute;\r\n    }\r\n  `;\r\n  document.head.appendChild(style);\r\n\r\n  const updateHeaderState = () => {\r\n    const rect = wrapper.getBoundingClientRect();\r\n\r\n    header.classList.remove('header--float', 'header--locked');\r\n    header.style.top = '0';\r\n\r\n    if (rect.bottom > window.innerHeight) {\r\n      header.classList.add('header--float');\r\n    } else {\r\n      header.classList.add('header--locked');\r\n      const stickyDiv = wrapper.querySelector(SMALL_CONTAINER);\r\n      if (stickyDiv) {\r\n        const stickyRect = stickyDiv.getBoundingClientRect();\r\n        const docTop = window.scrollY + stickyRect.top + stickyRect.height - window.innerHeight;\r\n        header.style.top = `${docTop}px`;\r\n      }\r\n    }\r\n  };\r\n  updateHeaderState();\r\n\r\n  let ticking = false;\r\n  const onScroll = () => {\r\n    if (!ticking) {\r\n      window.requestAnimationFrame(() => {\r\n        updateHeaderState();\r\n        ticking = false;\r\n      });\r\n      ticking = true;\r\n    }\r\n  };\r\n\r\n  \/\/ Code by WP Maker - See youtube.com\/@wpmaker for the complete scroll effect tutorial\r\n  window.addEventListener('scroll', onScroll, { passive: true });\r\n  window.addEventListener('resize', updateHeaderState);\r\n\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-caa13c9 elementor-widget elementor-widget-html\" data-id=\"caa13c9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener('DOMContentLoaded', function() {\r\n\r\n  \/\/ You can edit the SCROLL_SPEED value to change how fast the page scrolls when clicking the button\r\n  \/\/ Example - set it to 1 for the scroll speed to be one-full-screen-height per second\r\n  const SCROLL_SPEED = 2;\r\n\r\n  \/\/ That's it, you can stop editing here! Enjoy!\r\n  const BIG_CONTAINER = '.maker-big-container';\r\n\r\n  gsap.registerPlugin(ScrollToPlugin);\r\n\r\n  document.querySelectorAll(`${BIG_CONTAINER} a[href^=\"#\"]`).forEach(function(link) {\r\n    link.addEventListener('click', function(e) {\r\n      e.preventDefault();\r\n      document.documentElement.style.scrollBehavior = 'auto';\r\n\r\n      var targetID = link.getAttribute('href');\r\n      var target = document.querySelector(targetID);\r\n      if (target) {\r\n        var startY = window.pageYOffset || document.documentElement.scrollTop;\r\n        var endY = target.getBoundingClientRect().top + startY;\r\n        var distance = Math.abs(endY - startY);\r\n        var speed = window.innerHeight * SCROLL_SPEED;\r\n        var duration = distance \/ speed;\r\n\r\n        gsap.to(window, {\r\n          duration: duration,\r\n          ease: 'sine.in',\r\n          scrollTo: { y: target, autoKill: false },\r\n          onComplete: function() {\r\n            document.documentElement.style.scrollBehavior = '';\r\n          }\r\n        });\r\n      }\r\n    });\r\n  });\r\n\r\n  \/\/ Code by WP Maker - See youtube.com\/@wpmaker for the complete scroll effect tutorial\r\n});\r\n<\/script>\r\n\r\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.7\/ScrollToPlugin.min.js\"><\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-01fef24 e-flex e-con-boxed e-con e-parent\" data-id=\"01fef24\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e860ebb elementor-widget elementor-widget-gallery\" data-id=\"e860ebb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;gallery_layout&quot;:&quot;justified&quot;,&quot;ideal_row_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:268,&quot;sizes&quot;:[]},&quot;lazyload&quot;:&quot;yes&quot;,&quot;ideal_row_height_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:150,&quot;sizes&quot;:[]},&quot;ideal_row_height_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:150,&quot;sizes&quot;:[]},&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;link_to&quot;:&quot;file&quot;,&quot;overlay_background&quot;:&quot;yes&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}\" data-widget_type=\"gallery.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-gallery__container\">\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/DJI_20260420154720_0048_D.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e860ebb\" data-elementor-lightbox-title=\"default\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDcxNCwidXJsIjoiaHR0cHM6XC9cL29uYWZyaWNhY29uc3RydWN0aW9uLmNvLnR6XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvREpJXzIwMjYwNDIwMTU0NzIwXzAwNDhfRC5qcGciLCJzbGlkZXNob3ciOiJlODYwZWJiIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/DJI_20260420154720_0048_D.jpg\" data-width=\"8064\" data-height=\"4536\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/DJI_20260119170934_0028_D.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e860ebb\" data-elementor-lightbox-title=\"default\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDcxNiwidXJsIjoiaHR0cHM6XC9cL29uYWZyaWNhY29uc3RydWN0aW9uLmNvLnR6XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvREpJXzIwMjYwMTE5MTcwOTM0XzAwMjhfRC5qcGciLCJzbGlkZXNob3ciOiJlODYwZWJiIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/DJI_20260119170934_0028_D.jpg\" data-width=\"8064\" data-height=\"4536\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/DJI_20260115154712_0050_D-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e860ebb\" data-elementor-lightbox-title=\"default\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU1NiwidXJsIjoiaHR0cHM6XC9cL29uYWZyaWNhY29uc3RydWN0aW9uLmNvLnR6XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvREpJXzIwMjYwMTE1MTU0NzEyXzAwNTBfRC1zY2FsZWQuanBnIiwic2xpZGVzaG93IjoiZTg2MGViYiJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/DJI_20260115154712_0050_D-scaled.jpg\" data-width=\"2560\" data-height=\"1440\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/DJI_20260221142442_0824_D-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e860ebb\" data-elementor-lightbox-title=\"default\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU2MCwidXJsIjoiaHR0cHM6XC9cL29uYWZyaWNhY29uc3RydWN0aW9uLmNvLnR6XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvREpJXzIwMjYwMjIxMTQyNDQyXzA4MjRfRC1zY2FsZWQuanBnIiwic2xpZGVzaG93IjoiZTg2MGViYiJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/DJI_20260221142442_0824_D-scaled.jpg\" data-width=\"2560\" data-height=\"1440\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/DJI_20260129125802_0409_D-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e860ebb\" data-elementor-lightbox-title=\"default\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU2MSwidXJsIjoiaHR0cHM6XC9cL29uYWZyaWNhY29uc3RydWN0aW9uLmNvLnR6XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvREpJXzIwMjYwMTI5MTI1ODAyXzA0MDlfRC1zY2FsZWQuanBnIiwic2xpZGVzaG93IjoiZTg2MGViYiJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/DJI_20260129125802_0409_D-scaled.jpg\" data-width=\"2560\" data-height=\"1440\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/CIVIL-3.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e860ebb\" data-elementor-lightbox-title=\"CIVIL 3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4MCwidXJsIjoiaHR0cHM6XC9cL29uYWZyaWNhY29uc3RydWN0aW9uLmNvLnR6XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvQ0lWSUwtMy5wbmciLCJzbGlkZXNob3ciOiJlODYwZWJiIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/CIVIL-3.png\" data-width=\"1184\" data-height=\"864\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/DJI_20251017103548_0090_D-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e860ebb\" data-elementor-lightbox-title=\"default\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU2MywidXJsIjoiaHR0cHM6XC9cL29uYWZyaWNhY29uc3RydWN0aW9uLmNvLnR6XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvREpJXzIwMjUxMDE3MTAzNTQ4XzAwOTBfRC1zY2FsZWQuanBnIiwic2xpZGVzaG93IjoiZTg2MGViYiJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/DJI_20251017103548_0090_D-scaled.jpg\" data-width=\"2560\" data-height=\"1440\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/CONC-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e860ebb\" data-elementor-lightbox-title=\"CONC 1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4MSwidXJsIjoiaHR0cHM6XC9cL29uYWZyaWNhY29uc3RydWN0aW9uLmNvLnR6XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvQ09OQy0xLnBuZyIsInNsaWRlc2hvdyI6ImU4NjBlYmIifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/CONC-1.png\" data-width=\"1184\" data-height=\"864\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/EARTH-1.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e860ebb\" data-elementor-lightbox-title=\"EARTH 1\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4MywidXJsIjoiaHR0cHM6XC9cL29uYWZyaWNhY29uc3RydWN0aW9uLmNvLnR6XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvRUFSVEgtMS5wbmciLCJzbGlkZXNob3ciOiJlODYwZWJiIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/EARTH-1.png\" data-width=\"1184\" data-height=\"864\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/11-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e860ebb\" data-elementor-lightbox-title=\"11\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU1OCwidXJsIjoiaHR0cHM6XC9cL29uYWZyaWNhY29uc3RydWN0aW9uLmNvLnR6XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvMTEtc2NhbGVkLmpwZyIsInNsaWRlc2hvdyI6ImU4NjBlYmIifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/11-scaled.jpg\" data-width=\"2560\" data-height=\"1440\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/IMG_0531.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e860ebb\" data-elementor-lightbox-title=\"IMG_0531\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDk1MCwidXJsIjoiaHR0cHM6XC9cL29uYWZyaWNhY29uc3RydWN0aW9uLmNvLnR6XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvSU1HXzA1MzEuanBnIiwic2xpZGVzaG93IjoiZTg2MGViYiJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/IMG_0531.jpg\" data-width=\"2400\" data-height=\"1600\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/38.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e860ebb\" data-elementor-lightbox-title=\"38\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDk1MSwidXJsIjoiaHR0cHM6XC9cL29uYWZyaWNhY29uc3RydWN0aW9uLmNvLnR6XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvMzguanBnIiwic2xpZGVzaG93IjoiZTg2MGViYiJ9\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/38.jpg\" data-width=\"8064\" data-height=\"4536\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/CONC-2.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e860ebb\" data-elementor-lightbox-title=\"CONC 2\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDU4MiwidXJsIjoiaHR0cHM6XC9cL29uYWZyaWNhY29uc3RydWN0aW9uLmNvLnR6XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvQ09OQy0yLnBuZyIsInNsaWRlc2hvdyI6ImU4NjBlYmIifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/CONC-2.png\" data-width=\"1184\" data-height=\"864\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/DJI_20260128133619_0252_D.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e860ebb\" data-elementor-lightbox-title=\"default\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDk1MiwidXJsIjoiaHR0cHM6XC9cL29uYWZyaWNhY29uc3RydWN0aW9uLmNvLnR6XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvREpJXzIwMjYwMTI4MTMzNjE5XzAyNTJfRC5qcGciLCJzbGlkZXNob3ciOiJlODYwZWJiIn0%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/DJI_20260128133619_0252_D.jpg\" data-width=\"8064\" data-height=\"4536\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a class=\"e-gallery-item elementor-gallery-item elementor-animated-content\" href=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/ar.jpeg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"e860ebb\" data-elementor-lightbox-title=\"ar\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NDcxOCwidXJsIjoiaHR0cHM6XC9cL29uYWZyaWNhY29uc3RydWN0aW9uLmNvLnR6XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wNVwvYXIuanBlZyIsInNsaWRlc2hvdyI6ImU4NjBlYmIifQ%3D%3D\">\n\t\t\t\t\t<div class=\"e-gallery-image elementor-gallery-item__image\" data-thumbnail=\"https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/ar.jpeg\" data-width=\"1360\" data-height=\"768\" aria-label=\"\" role=\"img\" ><\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-gallery-item__overlay\"><\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4289af5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4289af5\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9ee10d5\" data-id=\"9ee10d5\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-daa03e0 elementor-widget__width-initial e-transform elementor-widget elementor-widget-heading\" data-id=\"daa03e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_transform_scale_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">LOOKING FOR A RELIABLE CONSTRUCTION PARTNER?<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-afc79fe elementor-widget elementor-widget-text-editor\" data-id=\"afc79fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"3065\" data-end=\"3154\">Partner with ON AFRICA CONSTRUCTION for professional, safe, and timely project execution.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6676071 elementor-align-left elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"6676071\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">CONTACT US TODAY<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-21aa2b1\" data-id=\"21aa2b1\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0362576 elementor-view-stacked elementor-shape-square elementor-widget elementor-widget-icon\" data-id=\"0362576\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-phone-alt\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M497.39 361.8l-112-48a24 24 0 0 0-28 6.9l-49.6 60.6A370.66 370.66 0 0 1 130.6 204.11l60.6-49.6a23.94 23.94 0 0 0 6.9-28l-48-112A24.16 24.16 0 0 0 122.6.61l-104 24A24 24 0 0 0 0 48c0 256.5 207.9 464 464 464a24 24 0 0 0 23.4-18.6l24-104a24.29 24.29 0 0 0-14.01-27.6z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-75be5ac elementor-widget elementor-widget-heading\" data-id=\"75be5ac\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">For Further Inquires Call<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af477d6 elementor-widget elementor-widget-heading\" data-id=\"af477d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">(+255) 755 777 757<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fc5d65 elementor-widget elementor-widget-text-editor\" data-id=\"6fc5d65\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>info@onafricaconstruction.co.tz<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-5b78ef6 e-flex e-con-boxed e-con e-parent\" data-id=\"5b78ef6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-8af0aa6 e-con-full e-flex e-con e-child\" data-id=\"8af0aa6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-13a3fc3 e-con-full e-flex e-con e-child\" data-id=\"13a3fc3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e111a00 e-con-full e-flex e-con e-child\" data-id=\"e111a00\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-585856f e-con-full e-flex e-con e-child\" data-id=\"585856f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44949d3 elementor-headline--style-rotate elementor-widget elementor-widget-animated-headline\" data-id=\"44949d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;headline_style&quot;:&quot;rotate&quot;,&quot;animation_type&quot;:&quot;clip&quot;,&quot;rotating_text&quot;:&quot;Quality\\nStrength\\nPrecision&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;rotate_iteration_delay&quot;:2500}\" data-widget_type=\"animated-headline.default\">\n\t\t\t\t\t\t\t<h3 class=\"elementor-headline elementor-headline-animation-type-clip\">\n\t\t\t\t\t<span class=\"elementor-headline-plain-text elementor-headline-text-wrapper\">Our Projects Deliver<\/span>\n\t\t\t\t<span class=\"elementor-headline-dynamic-wrapper elementor-headline-text-wrapper\">\n\t\t\t\t\t<span class=\"elementor-headline-dynamic-text elementor-headline-text-active\">\n\t\t\t\tQuality\t\t\t<\/span>\n\t\t\t\t\t<span class=\"elementor-headline-dynamic-text\">\n\t\t\t\tStrength\t\t\t<\/span>\n\t\t\t\t\t<span class=\"elementor-headline-dynamic-text\">\n\t\t\t\tPrecision\t\t\t<\/span>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"elementor-headline-plain-text elementor-headline-text-wrapper\">You Can Trust<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-476840a e-con-full e-flex e-con e-child\" data-id=\"476840a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b13c714 e-con-full e-flex e-con e-parent\" data-id=\"b13c714\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ab8f253 e-flex e-con-boxed e-con e-parent\" data-id=\"ab8f253\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-895f5ba e-con-full e-flex e-con e-child\" data-id=\"895f5ba\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-42422ca elementor-widget elementor-widget-heading\" data-id=\"42422ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Building the Foundation of Development<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2807331 elementor-widget elementor-widget-text-editor\" data-id=\"2807331\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ol data-start=\"830\" data-end=\"1187\"><li data-section-id=\"1y210d7\" data-start=\"904\" data-end=\"1187\"><p data-start=\"907\" data-end=\"1187\">ON AFRICA CONSTRUCTION provides comprehensive civil and infrastructure works designed to support long-term development and community growth. We deliver roads, drainage systems, foundations, and structural works with quality and precision.<\/p><\/li><\/ol>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d94baa3 e-con-full e-flex e-con e-child\" data-id=\"d94baa3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>https:\/\/onafricaconstruction.co.tz\/wp-content\/uploads\/2026\/05\/4.mp4 OUR PROJECTS LOOKING FOR A RELIABLE CONSTRUCTION PARTNER? Partner with ON AFRICA CONSTRUCTION for professional, safe, and timely project execution. CONTACT US TODAY For Further Inquires Call (+255) 755 777 757 info@onafricaconstruction.co.tz Our Projects Deliver Quality Strength Precision You Can Trust Building the Foundation of Development ON AFRICA CONSTRUCTION provides comprehensive civil and infrastructure [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-1403","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/onafricaconstruction.co.tz\/index.php?rest_route=\/wp\/v2\/pages\/1403","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onafricaconstruction.co.tz\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/onafricaconstruction.co.tz\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/onafricaconstruction.co.tz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/onafricaconstruction.co.tz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1403"}],"version-history":[{"count":105,"href":"https:\/\/onafricaconstruction.co.tz\/index.php?rest_route=\/wp\/v2\/pages\/1403\/revisions"}],"predecessor-version":[{"id":5154,"href":"https:\/\/onafricaconstruction.co.tz\/index.php?rest_route=\/wp\/v2\/pages\/1403\/revisions\/5154"}],"wp:attachment":[{"href":"https:\/\/onafricaconstruction.co.tz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1403"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}