{"id":4439,"date":"2021-10-12T16:27:24","date_gmt":"2021-10-12T16:27:24","guid":{"rendered":"http:\/\/dummy.xtemos.com\/woodmart2\/elementor\/?page_id=4439"},"modified":"2026-07-28T12:27:09","modified_gmt":"2026-07-28T12:27:09","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/yellow2yellow.com\/rwanda\/contact-us\/","title":{"rendered":"Contact us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4439\" class=\"elementor elementor-4439\">\n\t\t\t\t<div class=\"elementor-element elementor-element-68d0e93 wd-section-stretch-content e-flex e-con-boxed e-con e-parent\" data-id=\"68d0e93\" 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-bd3ef9e elementor-widget elementor-widget-html\" data-id=\"bd3ef9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/leaflet\/1.9.4\/leaflet.css\" \/>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@400;500;600;700&display=swap\" rel=\"stylesheet\">\n\n<style>\n  #plant-hero, #plant-hero *{ box-sizing: border-box; }\n\n  #plant-hero{\n    --primary:#254594;\n    --primary-dark:#1B3372;\n    --primary-tint:#EAEEF9;\n    --card:#FFFFFF;\n    --line:#DEE2EA;\n    --muted:#5B6270;\n    --ink:#1C222D;\n\n    font-family:'Lato', Arial, Helvetica, sans-serif;\n    color: var(--ink);\n    background: var(--primary-tint);\n    border-radius: 10px;\n    overflow: hidden;\n    display:flex;\n    flex-direction:row;\n    width:100%;\n    height: min(64vh, 560px);\n    min-height: 380px;\n    border: 1px solid var(--line);\n  }\n\n  \/* ---------- Sidebar (desktop) ---------- *\/\n  #plant-hero #ph-sidebar{\n    width: 280px;\n    flex-shrink:0;\n    background: var(--card);\n    border-right: 1px solid var(--line);\n    overflow-y:auto;\n    padding: 12px;\n  }\n\n  #plant-hero #ph-map{\n    flex:1 1 auto;\n    height:100%;\n    min-width:0;\n    background: #dfe3e8; \/* visible placeholder color instead of blank white while tiles load *\/\n  }\n\n  \/* ---------- Plant card ---------- *\/\n  #plant-hero .ph-card{\n    position:relative;\n    background: var(--card);\n    border:1px solid var(--line);\n    border-radius:8px;\n    padding: 12px 12px 10px;\n    margin-bottom:10px;\n    cursor:pointer;\n    transition: border-color .15s ease, box-shadow .15s ease;\n  }\n  #plant-hero .ph-card:hover{\n    border-color: var(--primary);\n    box-shadow: 0 3px 10px rgba(37,69,148,0.12);\n  }\n  #plant-hero .ph-card.active{\n    border-color: var(--primary);\n    box-shadow: 0 0 0 1px var(--primary);\n    background: var(--primary-tint);\n  }\n\n  #plant-hero .ph-tag{\n    display:inline-block;\n    background: var(--primary);\n    color:#fff;\n    font-size:10px;\n    font-weight:700;\n    letter-spacing:.06em;\n    padding:2px 7px;\n    border-radius:3px;\n    margin-bottom:6px;\n  }\n\n  #plant-hero .ph-card h3{\n    font-weight:700;\n    font-size:14.5px;\n    margin: 0 0 4px;\n    color: var(--ink);\n  }\n\n  #plant-hero .ph-card .ph-addr{\n    font-size:12.5px;\n    color: var(--muted);\n    line-height:1.45;\n    margin:0 0 6px;\n  }\n\n  #plant-hero .ph-phone{\n    font-size:12.5px;\n    font-weight:600;\n    color: var(--primary);\n    text-decoration:none;\n    display:inline-flex;\n    align-items:center;\n    gap:5px;\n  }\n  #plant-hero .ph-phone:hover{ text-decoration:underline; }\n\n  \/* ---------- Popup ---------- *\/\n  #plant-hero .leaflet-popup-content-wrapper{\n    border-radius:6px;\n    background: var(--card);\n  }\n  #plant-hero .ph-popup{\n    font-family:'Lato', Arial, Helvetica, sans-serif;\n    font-size:13px;\n    line-height:1.55;\n    min-width:180px;\n  }\n  #plant-hero .ph-popup .ph-tag{ margin-bottom:4px; }\n  #plant-hero .ph-popup h4{\n    font-size:14px;\n    font-weight:700;\n    margin:2px 0 4px;\n    color: var(--ink);\n  }\n  #plant-hero .ph-popup a{ color: var(--primary); font-weight:600; text-decoration:none; }\n\n  \/* ---------- Mobile: map on top, compact name+phone tabs below (no scroll) ---------- *\/\n  @media (max-width: 768px){\n    #plant-hero{\n      flex-direction:column;\n      height:auto;\n      min-height:0;\n      border-radius:8px;\n    }\n    #plant-hero #ph-map{\n      height: 240px;\n      order:1;\n    }\n    #plant-hero #ph-sidebar{\n      order:2;\n      width:100%;\n      display:grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap:8px;\n      overflow:visible;\n      padding:10px;\n      border-right:none;\n      border-top:1px solid var(--line);\n    }\n    #plant-hero .ph-card{\n      margin-bottom:0;\n      padding: 10px 6px;\n      text-align:center;\n    }\n    \/* Hide the full address on mobile \u2014 name + phone only *\/\n    #plant-hero .ph-addr{\n      display:none;\n    }\n    #plant-hero .ph-tag{\n      display:none;\n    }\n    #plant-hero .ph-card h3{\n      font-size:13px;\n      margin: 0 0 4px;\n    }\n    #plant-hero .ph-phone{\n      font-size:11.5px;\n      justify-content:center;\n      white-space:nowrap;\n    }\n    #plant-hero .ph-full{ display:none; }\n    #plant-hero .ph-short{ display:inline; }\n  }\n\n  \/* Desktop\/tablet: show full plant name, hide the short city-only label *\/\n  #plant-hero .ph-short{ display:none; }\n  #plant-hero .ph-full{ display:inline; }\n\n  @media (min-width: 769px) and (max-width: 1024px){\n    #plant-hero{ height: min(58vh, 480px); min-height: 360px; }\n    #plant-hero #ph-sidebar{ width:250px; }\n  }\n\n  #plant-hero .ph-card:focus-visible{\n    outline: 2px solid var(--primary);\n    outline-offset: 2px;\n  }\n<\/style>\n\n<div id=\"plant-hero\">\n  <div id=\"ph-sidebar\" role=\"list\"><\/div>\n  <div id=\"ph-map\"><\/div>\n<\/div>\n\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/leaflet\/1.9.4\/leaflet.js\"><\/script>\n<script>\n(function(){\n  var plants = [\n    {\n      code: \"F-01\",\n      name: \"Tank Factory & Head Office\",\n      short: \"Kigali\",\n      coords: [-1.9449394,30.1527368],\n      address: \"Prime Economic Zone Phase I, Plot No. G3, Munini, Masoro, Gasabo District, Kigali.\",\n      phone: \"(+250) 0788 306 833\"\n    },\n    {\n      code: \"F-02\",\n      name: \"Pipe Factory\",\n      short: \"Kigali\",\n      coords: [-3.9020, 39.8160],\n      address: \"Prime Economic Zone Phase II, Near AZAM Factory, Munini, Masoro, Gasabo District, Kigali.\",\n      phone: \"0730 832 060\"\n    },\n  ];\n\n  function initPlantHero(){\n    if (typeof L === \"undefined\"){\n      \/\/ Leaflet script hasn't finished loading yet \u2014 retry shortly.\n      setTimeout(initPlantHero, 150);\n      return;\n    }\n\n    var mapEl = document.getElementById(\"ph-map\");\n    var sidebar = document.getElementById(\"ph-sidebar\");\n    if (!mapEl || !sidebar) return;\n\n    var customIcon = L.divIcon({\n      className: \"\",\n      html: '<div style=\"width:24px;height:24px;border-radius:50% 50% 50% 0;' +\n            'background:#254594;border:2px solid #fff;' +\n            'box-shadow:0 2px 6px rgba(0,0,0,0.35);transform:rotate(-45deg);\"><\/div>',\n      iconSize: [24, 24],\n      iconAnchor: [12, 24],\n      popupAnchor: [0, -24]\n    });\n\n    var map = L.map(mapEl, { zoomControl: true, scrollWheelZoom: false });\n\n    L.tileLayer('https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png', {\n      attribution: '&copy; OpenStreetMap contributors',\n      maxZoom: 18\n    }).addTo(map);\n\n    var bounds = L.latLngBounds();\n    var markers = [];\n    var cards = [];\n\n    function popupHTML(p){\n      var tel = p.phone.replace(\/\\s+\/g, '');\n      return '<div class=\"ph-popup\">' +\n        '<span class=\"ph-tag\">' + p.code + '<\/span>' +\n        '<h4>' + p.name + '<\/h4>' +\n        '\ud83d\udccd ' + p.address + '<br>' +\n        '\ud83d\udcde <a href=\"tel:' + tel + '\">' + p.phone + '<\/a>' +\n        '<\/div>';\n    }\n\n    plants.forEach(function(plant){\n      var marker = L.marker(plant.coords, { icon: customIcon }).addTo(map);\n      marker.bindPopup(popupHTML(plant));\n      markers.push(marker);\n      bounds.extend(plant.coords);\n\n      var tel = plant.phone.replace(\/\\s+\/g, '');\n      var card = document.createElement(\"div\");\n      card.className = \"ph-card\";\n      card.setAttribute(\"role\", \"listitem\");\n      card.setAttribute(\"tabindex\", \"0\");\n      card.innerHTML =\n        '<span class=\"ph-tag\">' + plant.code + '<\/span>' +\n        '<h3><span class=\"ph-full\">' + plant.name + '<\/span><span class=\"ph-short\">' + plant.short + '<\/span><\/h3>' +\n        '<p class=\"ph-addr\">\ud83d\udccd ' + plant.address + '<\/p>' +\n        '<a class=\"ph-phone\" href=\"tel:' + tel + '\">\ud83d\udcde ' + plant.phone + '<\/a>';\n\n      function activate(){\n        cards.forEach(function(c){ c.classList.remove(\"active\"); });\n        card.classList.add(\"active\");\n        map.setView(plant.coords, 13, { animate: true });\n        marker.openPopup();\n      }\n\n      card.addEventListener(\"click\", activate);\n      card.addEventListener(\"keydown\", function(e){\n        if (e.key === \"Enter\" || e.key === \" \"){ e.preventDefault(); activate(); }\n      });\n      marker.on(\"click\", activate);\n\n      cards.push(card);\n      sidebar.appendChild(card);\n    });\n\n    map.fitBounds(bounds, { padding: [40, 40] });\n    cards[0].classList.add(\"active\");\n    markers[0].openPopup();\n\n    \/\/ --- Fixes for blank\/grey map inside page builders (Elementor etc.) ---\n    \/\/ Leaflet needs a correctly-sized container at init; builder widgets\n    \/\/ often finish laying out slightly after scripts run, or the hero\n    \/\/ sits off-screen \/ inside a lazy-loaded section. Re-measure the\n    \/\/ container whenever it resizes or scrolls into view.\n    setTimeout(function(){ map.invalidateSize(); }, 250);\n    window.addEventListener(\"resize\", function(){ map.invalidateSize(); });\n\n    if (window.ResizeObserver){\n      new ResizeObserver(function(){ map.invalidateSize(); }).observe(mapEl);\n    }\n    if (window.IntersectionObserver){\n      new IntersectionObserver(function(entries){\n        entries.forEach(function(entry){\n          if (entry.isIntersecting) map.invalidateSize();\n        });\n      }, { threshold: 0.1 }).observe(mapEl);\n    }\n  }\n\n  if (document.readyState === \"loading\"){\n    document.addEventListener(\"DOMContentLoaded\", initPlantHero);\n  } else {\n    initPlantHero();\n  }\n})();\n<\/script>\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-93537bf wd-section-stretch-content elementor-hidden-desktop elementor-hidden-laptop elementor-hidden-tablet_extra elementor-hidden-tablet elementor-hidden-mobile_extra elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"93537bf\" 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-c1f5555 wd-width-100 elementor-widget elementor-widget-wd_open_street_map\" data-id=\"c1f5555\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_open_street_map.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-osm-map-container wd-map-container map-container-with-content\" style=\"--wd-justify-content: left; --wd-align-items: center;\">\n\t\t\t<div id=\"wd-osm-map-c1f5555\" class=\"wd-osm-map-wrapper wd-map-wrapper\" data-settings=\"{&quot;zoom&quot;:15,&quot;iconUrl&quot;:&quot;https:\\\/\\\/yellow2yellow.com\\\/rwanda\\\/wp-content\\\/themes\\\/woodmart\\\/images\\\/icons\\\/marker-icon.png&quot;,&quot;scrollWheelZoom&quot;:&quot;no&quot;,&quot;zoomControl&quot;:&quot;yes&quot;,&quot;dragging&quot;:&quot;yes&quot;,&quot;geoapify_tile&quot;:&quot;osm-carto&quot;,&quot;markers&quot;:[{&quot;marker&quot;:{&quot;_id&quot;:&quot;2913621&quot;,&quot;marker_coords&quot;:&quot;-1.2179141, 36.9989906&quot;,&quot;image&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/yellow2yellow.com\\\/rwanda\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Kentainers-LogosRArtboard-1.svg&quot;,&quot;id&quot;:29951,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;marker_title&quot;:&quot;&quot;,&quot;marker_description&quot;:&quot;&quot;,&quot;marker_behavior&quot;:&quot;popup&quot;,&quot;show_button&quot;:&quot;no&quot;,&quot;button_text&quot;:null,&quot;button_url&quot;:null,&quot;button_url_target&quot;:null,&quot;image_size&quot;:[20,20],&quot;image_custom_dimension&quot;:null},&quot;lat&quot;:&quot;-1.2179141&quot;,&quot;lng&quot;:&quot; 36.9989906&quot;}],&quot;center&quot;:&quot;-1.2179141,36.9989906&quot;,&quot;init_type&quot;:&quot;page_load&quot;}\"><\/div>\n\n\t\t\t\n\t\t\t\n\t\t\t\t\t\t\t<div class=\"wd-osm-map-content-wrap wd-map-content-wrap wd-fill\">\n\t\t\t\t\t<div class=\"wd-osm-map-content wd-map-content wd-entry-content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<link rel=\"stylesheet\" id=\"elementor-post-4452-css\" href=\"https:\/\/yellow2yellow.com\/rwanda\/wp-content\/uploads\/elementor\/css\/post-4452.css?ver=1786099461\" type=\"text\/css\" media=\"all\">\n\t\t\t<link rel='stylesheet' id='base-desktop-css' href='https:\/\/yellow2yellow.com\/rwanda\/wp-content\/uploads\/elementor\/css\/base-desktop.css?ver=6a75b1431c35e' media='all' \/>\n<link rel='stylesheet' id='base-mobile-css' href='https:\/\/yellow2yellow.com\/rwanda\/wp-content\/uploads\/elementor\/css\/base-mobile.css?ver=6a75b1431c35e' media='(max-width:768px)' \/>\n\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"4452\" class=\"elementor elementor-4452\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-64d2028 e-flex e-con-boxed e-con e-parent\" data-id=\"64d2028\" 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-0fc192f e-con-full e-flex e-con e-child\" data-id=\"0fc192f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d195a18 elementor-widget elementor-widget-wd_infobox\" data-id=\"d195a18\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_infobox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"info-box-wrapper\">\n\t\t\t\t\t\t<div class=\"wd-info-box text-left box-icon-align-left box-style-base color-scheme- wd-items-top with-btn box-btn-static\">\n\t\t\t\t\n\t\t\t\t<div class=\"info-box-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<h4\t\t\t\t\t\tclass=\"info-box-title title box-title-style-default wd-fontsize-m\" data-elementor-setting-key=\"title\">\n\t\t\t\t\t\t\t\tNairobi Factory:<\/br> <a href=\"tel:0730832000\">0730 832000<\/a>\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"info-box-inner reset-last-child\"data-elementor-setting-key=\"content\"><p>Nairobi Gate, Industrial Park, Eastern Bypass, Nairobi<\/p>\n<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"info-btn-wrapper\">\n\t\t\t\t\t\t\t\t\t<div class=\"wd-button-wrapper text-left\" >\n\t\t\t<a class=\"btn btn-style-link btn-shape- btn-size-default btn-icon-pos-right\"  href=\"https:\/\/www.google.com\/maps\/place\/Kentainers+ltd(Kentank)\/@-1.2179141,36.9989906,17z\/data=!3m1!4b1!4m6!3m5!1s0x182f13a6c58006d9:0x58839231b96453dc!8m2!3d-1.2179141!4d36.9989906!16s%2Fg%2F11jgm9k494?entry=ttu&#038;g_ep=EgoyMDI2MDYxMy4wIKXMDSoASAFQAw%3D%3D\" target=\"_blank\">\n\t\t\t\t<span class=\"wd-btn-text\" data-elementor-setting-key=\"text\">\n\t\t\t\t\tView On Google Maps\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\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-f1ad23c e-con-full e-flex e-con e-child\" data-id=\"f1ad23c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10bd800 elementor-widget elementor-widget-wd_infobox\" data-id=\"10bd800\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_infobox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"info-box-wrapper\">\n\t\t\t\t\t\t<div class=\"wd-info-box text-left box-icon-align-left box-style-base color-scheme- wd-items-top with-btn box-btn-static\">\n\t\t\t\t\n\t\t\t\t<div class=\"info-box-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<h4\t\t\t\t\t\tclass=\"info-box-title title box-title-style-default wd-fontsize-m\" data-elementor-setting-key=\"title\">\n\t\t\t\t\t\t\t\tMombasa Factory:<\/br><a href=\"0730832060\"> 0730 832 060<\/a>\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"info-box-inner reset-last-child\"data-elementor-setting-key=\"content\"><p>Kikambala, Mombasa - Malindi Road, Mombasa<\/p>\n<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"info-btn-wrapper\">\n\t\t\t\t\t\t\t\t\t<div class=\"wd-button-wrapper text-left\" >\n\t\t\t<a class=\"btn btn-style-link btn-shape- btn-size-default btn-icon-pos-right\"  href=\"https:\/\/www.google.com\/maps\/place\/Kentainers+Ltd(Mombasa)\/@-3.8897061,39.7594915,17z\/data=!3m1!4b1!4m6!3m5!1s0x183ff7006db54bd9:0x26fdf77f14bb658d!8m2!3d-3.8897115!4d39.7620664!16s%2Fg%2F11mzvwnmsr?entry=ttu&#038;g_ep=EgoyMDI2MDcxNS4wIKXMDSoASAFQAw%3D%3D\" target=\"_blank\">\n\t\t\t\t<span class=\"wd-btn-text\" data-elementor-setting-key=\"text\">\n\t\t\t\t\tView On Google Maps\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\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-b77d173 e-con-full e-flex e-con e-child\" data-id=\"b77d173\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17a9b17 elementor-widget elementor-widget-wd_infobox\" data-id=\"17a9b17\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_infobox.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"info-box-wrapper\">\n\t\t\t\t\t\t<div class=\"wd-info-box text-left box-icon-align-left box-style-base color-scheme- wd-items-top with-btn box-btn-static\">\n\t\t\t\t\n\t\t\t\t<div class=\"info-box-content\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<h4\t\t\t\t\t\tclass=\"info-box-title title box-title-style-default wd-fontsize-m\" data-elementor-setting-key=\"title\">\n\t\t\t\t\t\t\t\tKisumu Factory:<\/br><a href=\"0730832070\">0730 832070<\/a>\t\t\t\t\t\t<\/h4>\n\t\t\t\t\t\n\t\t\t\t\t<div class=\"info-box-inner reset-last-child\"data-elementor-setting-key=\"content\"><p>Victoria Park - Sabuni Road, Off Busia Road, Kisumu<\/p>\n<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"info-btn-wrapper\">\n\t\t\t\t\t\t\t\t\t<div class=\"wd-button-wrapper text-left\" >\n\t\t\t<a class=\"btn btn-style-link btn-shape- btn-size-default btn-icon-pos-right\"  href=\"https:\/\/www.google.com\/maps\/place\/Victoria+Industrial+Park\/@-0.0949634,34.7287234,14z\/data=!4m10!1m2!2m1!1sVictoria+Park+-+Sabuni+Road,+Off+Busia+Road,+Kisumu!3m6!1s0x182aa57984559163:0xa21d39f0ad015584!8m2!3d-0.0833676!4d34.7553761!15sCjNWaWN0b3JpYSBQYXJrIC0gU2FidW5pIFJvYWQsIE9mZiBCdXNpYSBSb2FkLCBLaXN1bXWSAQl3YXJlaG91c2XgAQA!16s%2Fg%2F11r_trd6f_?entry=ttu&#038;g_ep=EgoyMDI2MDcxNS4wIKXMDSoASAFQAw%3D%3D\" target=\"_blank\">\n\t\t\t\t<span class=\"wd-btn-text\" data-elementor-setting-key=\"text\">\n\t\t\t\t\tView On Google Maps\t\t\t\t<\/span>\n\n\t\t\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\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\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\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=\"wd-negative-gap elementor-element elementor-element-cb322d0 e-flex e-con-boxed e-con e-parent\" data-id=\"cb322d0\" data-element_type=\"container\" data-e-type=\"container\" id=\"findhelp\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1f0abe4 e-con-full e-flex e-con e-child\" data-id=\"1f0abe4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-071523a wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"071523a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-default wd-title-style-default wd-title-size-default text-left\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"title-subtitle subtitle-color-default subtitle-style-default wd-fontsize-xs\">\n\t\t\t\t\tFAQs\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-l\">FIND HELP<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-918260d elementor-widget elementor-widget-wd_accordion\" data-id=\"918260d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"wd-accordion wd-style-default wd-titles-left wd-opener-pos-right wd-opener-style-arrow\" data-state=\"all_closed\">\n\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"wd-accordion-item\">\n\t\t\t\t\t<div class=\"wd-accordion-title wd-role-btn\" data-accordion-index=\"0\" tabindex=\"0\">\n\t\t\t\t\t\t<div class=\"wd-accordion-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\tDelivery &amp; Distribution\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<span class=\"wd-accordion-opener\"><\/span>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"wd-accordion-content wd-entry-content\" data-accordion-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tAt Aquasan Ltd we have a Door to Door Delivery Policy Across the country. Our Prices are affordable, within market range and inclusive of delivery. You can as well buy your chosen product from our online shop at the comfort of your home and just sit, relax as you wait for your ordered product. Although we might have slight logistic challenges but we will endeavor to deliver at the fastest time possible to your door step.\n\nFor locations within a radius of 0-50Km delivery is Free, a delivery charge may apply depending on your location if not within the free delivery zone. Alternatively, you can reach us via Email or call us on the contact details listed on our website to verify if we have a stockiest within your area who can deliver direct to your doorstep.\n\nOur countrywide distribution network ensures there is a dealer near you. We are always seeking to expand our supply chain network through stockiest thus expanding our reach. We always are constantly looking for distributors\/Stockiest in areas we currently do not cover. If you feel you are up to the challenge and ready to grow with us, Please Don\u2019t hesitate to contact us by making an online application through Distributor\/Stockiest application section.\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"wd-accordion-item\">\n\t\t\t\t\t<div class=\"wd-accordion-title wd-role-btn\" data-accordion-index=\"1\" tabindex=\"0\">\n\t\t\t\t\t\t<div class=\"wd-accordion-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\tHow To Install\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<span class=\"wd-accordion-opener\"><\/span>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"wd-accordion-content wd-entry-content\" data-accordion-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tWe thank you for purchasing and believing in AFRITANK the Most trusted brand in the market for over 25 years. To help serve you even better, below are the guidelines to be observed during installation.\n\nDownload: <a class=\"font-bold\" href=\"https:\/\/kentainers.co.ke\/wp-content\/uploads\/2025\/03\/bunkatank-septank-installation-instruction.pdf\" target=\"_blank\" rel=\"noopener\">Septank Installation Instructions <i class=\"fa fa-download3 fa-1x fa-fw\"><\/i><\/a>\n\nDownload: <a class=\"font-bold\" href=\"https:\/\/kentainers.co.ke\/wp-content\/uploads\/2025\/03\/kentank-installation-instructions.pdf\" target=\"_blank\" rel=\"noopener\">Kentank Installation Instructions <i class=\"fa fa-download3 fa-1x fa-fw\"><\/i><\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"wd-accordion-item\">\n\t\t\t\t\t<div class=\"wd-accordion-title wd-role-btn\" data-accordion-index=\"2\" tabindex=\"0\">\n\t\t\t\t\t\t<div class=\"wd-accordion-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\tRain Water Harvesting\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<span class=\"wd-accordion-opener\"><\/span>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"wd-accordion-content wd-entry-content\" data-accordion-index=\"2\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<strong>What is Rainwater Harvesting?<\/strong> As is often stated, \u201cWater is life and a human right\u201d and rainfall it\u2019s the major source.\n\nThe practice of capturing and storing rainwater goes back thousands of years and still continues to be a lifeline for many rural African communities.\n\nThe 3 main components in rain harvesting incorporates;\n<ol>\n \t<li>A catchment area (e.g. rooftop of home, cow shed, store, shop etc);<\/li>\n \t<li>A conveyance system (our LifeLine gutters, first flush\/rain diverter, pipes, tap etc.); and<\/li>\n \t<li>A sufficiently large AFRITANK water storage tank.<\/li>\n<\/ol>\nThe technology is simple to install, operate and maintain. Both sides of the roof of a home, shop, shed or store could be used to harvest a lot more rainwater than by using only one side of the roof.\n\nOur <strong>Rain Harvesting Product Package<\/strong> incorporates \u2013 Complete Lifeline Gutter and a Afritank. The technology is simple to install, operate and maintain.\n\nYou can buy the package from our website, reach any of our sales representative or visit our Sales office for a complete package. You can also email or call us using the contact details on our website.\n\nOur RWH Solution as a readily accessible, affordable and sustainable solution: is today well known and is readily accepted by the population. AFRITANK is Rwanda\u2019s No.1 Water Tank and it is a household name. The technology is simple, comparatively inexpensive and flexible, allowing for expansion or re-location of the Solutions as needed.\n\nLocal artisans and unemployed youths can be trained on the job to install it thus creating much needed employment opportunities. For smallholder families (a vast majority of our population) and also for most low-income rural and urban households, our Solution is both convenient and empowering\n\n<strong>Our Lifeline Reinforced Gutter <\/strong>Installation Guidelines\n<ul>\n \t<li>Find your high point<\/li>\n \t<li>Position the first bracket at determined high point as high as possible on the fascia under roof overhang.<\/li>\n \t<li>Locate position of downpipe outlet, this will be your low point.<\/li>\n \t<li>Mark and secure brackets no more than 50 cm apart<\/li>\n \t<li>Use 3 stainless steel nails per bracket<\/li>\n \t<li>Position outlet at low point<\/li>\n \t<li>Use solvent welds to join profile to connectors and angle bends<\/li>\n<\/ul>\n<span class=\"btn-container\"><a class=\"custom-link btn border-width-0 btn-primary btn-default btn-circle btn-flat btn-icon-left cursor-init\" title=\"Shop Water Supply &amp; Accessories\" href=\"\/product-category\/water-supply-accessories\/\">Shop Water Supply &amp; Accessories<\/a><\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"wd-accordion-item\">\n\t\t\t\t\t<div class=\"wd-accordion-title wd-role-btn\" data-accordion-index=\"3\" tabindex=\"0\">\n\t\t\t\t\t\t<div class=\"wd-accordion-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\tDistributor\/Stockist Application\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<span class=\"wd-accordion-opener\"><\/span>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"wd-accordion-content wd-entry-content\" data-accordion-index=\"3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tAt Aquasan Ltd we strive to build business partnerships across the country for distributors and credit account opening, we would like to know more about your business and how we can partner together.\n\nKindly click <a href=\"https:\/\/portal.aquasantec.com\/211592552909562\" target=\"_blank\" rel=\"noopener\">here to fill the Online Application Form<\/a>. We will get back to You once we receive the Application.\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"wd-accordion-item\">\n\t\t\t\t\t<div class=\"wd-accordion-title wd-role-btn\" data-accordion-index=\"4\" tabindex=\"0\">\n\t\t\t\t\t\t<div class=\"wd-accordion-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\tProduct Replacement\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<span class=\"wd-accordion-opener\"><\/span>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"wd-accordion-content wd-entry-content\" data-accordion-index=\"4\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<p>Do you have a concern that you feel needs a product replacement?<br \/>Please click <a href=\"https:\/\/portal.aquasantec.com\/211614724577559\" target=\"_blank\" rel=\"noopener\">here to log it with us<\/a>. We will get back to you as soon as possible.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"wd-accordion-item\">\n\t\t\t\t\t<div class=\"wd-accordion-title wd-role-btn\" data-accordion-index=\"5\" tabindex=\"0\">\n\t\t\t\t\t\t<div class=\"wd-accordion-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\tReturn &amp; Refund Policy\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<span class=\"wd-accordion-opener\"><\/span>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"wd-accordion-content wd-entry-content\" data-accordion-index=\"5\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tThanks for shopping at <a href=\"https:\/\/aquasanrw.com\/\">www.aquasanrw.com\/<\/a> .\nIf you are not entirely satisfied with your purchase, we\u2019re here to help.\n<h3 class=\"h3\">Returns<\/h3>\nYou have 7 calendar days to return the product from the date you receive it.\n\nTo be eligible for a return, your product must be unused and in the same condition that you received it. Your Product needs to have the receipt or proof of purchase. Accompany the return with all the documents you received on purchase and delivery.\n<h3 class=\"h3\">Refunds<\/h3>\nOnce we receive your Product, we will inspect it and notify you that we have received your returned Product. We will immediately notify you on the status of your refund after inspecting the Product.\n\nIf your return is approved, you will be notified of the transactional fee while we initiate a refund to your original method of payment minus the transactional fees associated with it (as notified prior).\n\nYou will receive the credit after 7 Working days, depending on your payment method or your card issuer\u2019s policies.\n<h3 class=\"h3\">Shipping<\/h3>\nYou will be responsible for paying for your own shipping costs for returning your Product. Shipping costs are non\u00acrefundable. If you receive a refund, the cost of return shipping will be deducted from your refund.\n<h3 class=\"h3\">Contact Us<\/h3>\nIf you have any questions on how to return your Product to us, <a href=\"\/contact\/\">contact us<\/a> via email and contact details listed on our website.\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t<div class=\"wd-accordion-item\">\n\t\t\t\t\t<div class=\"wd-accordion-title wd-role-btn\" data-accordion-index=\"6\" tabindex=\"0\">\n\t\t\t\t\t\t<div class=\"wd-accordion-title-text\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t\tProduct Complaints\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<span class=\"wd-accordion-opener\"><\/span>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"wd-accordion-content wd-entry-content\" data-accordion-index=\"6\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<p>Although at Kentainers Ltd we pride ourselves to produce High quality products and take utmost care to produce and deliver our products without any defect. Our product complaint received serves as an indicator of product quality and potential source of danger or concern following distribution of sale. Each Complain or inquiry either Oral or written is to be evaluated as our internal Procedures.<\/p><p>All the products complaints will be internally forwarded to our QA department for an initial investigation to prompt the next cause of action.<\/p><p>Kindly click <a href=\"https:\/\/portal.aquasantec.com\/211616157173553\" target=\"_blank\" rel=\"noopener\">Here to Launch a Complain Online<\/a>.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\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-789122a e-con-full e-flex e-con e-child\" data-id=\"789122a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-775ddc4 wd-width-100 elementor-widget elementor-widget-wd_title\" data-id=\"775ddc4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"title-wrapper wd-set-mb reset-last-child wd-title-color-default wd-title-style-default wd-title-size-default text-left\">\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"title-subtitle subtitle-color-default subtitle-style-default wd-fontsize-xs\">\n\t\t\t\t\tINFORMATION ABOUT US\t\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"liner-continer\">\n\t\t\t\t<h4 class=\"woodmart-title-container title wd-fontsize-l\">CONTACT US FOR ANY QUESTIONS<\/h4> \n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c67846 wd-cf7 elementor-widget elementor-widget-wd_contact_form_7\" data-id=\"3c67846\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_contact_form_7.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f1572-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"1572\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/rwanda\/wp-json\/wp\/v2\/pages\/4439#wpcf7-f1572-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<fieldset class=\"hidden-fields-container\"><input type=\"hidden\" name=\"_wpcf7\" value=\"1572\" \/><input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.1.6\" \/><input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/><input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f1572-o1\" \/><input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/><input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/fieldset>\n<div class=\"wd-grid-g\">\n\t<div class=\"wd-grid-f-stretch\">\n\t\t<div class=\"wd-col\">\n\t\t\t<p><label>Your Name<\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"your-name\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text wpcf7-validates-as-required\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"your-name\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"wd-col\">\n\t\t\t<p><label>Your Email<\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"your-email\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-email wpcf7-validates-as-required wpcf7-text wpcf7-validates-as-email\" aria-required=\"true\" aria-invalid=\"false\" value=\"\" type=\"email\" name=\"your-email\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"wd-grid-f-stretch\">\n\t\t<div class=\"wd-col\">\n\t\t\t<p><label>Phone Number<\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"tel-767\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-tel wpcf7-text wpcf7-validates-as-tel\" aria-invalid=\"false\" value=\"\" type=\"tel\" name=\"tel-767\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t\t<div class=\"wd-col\">\n\t\t\t<p><label>Company<\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"text-1\"><input size=\"40\" maxlength=\"400\" class=\"wpcf7-form-control wpcf7-text\" aria-invalid=\"false\" value=\"\" type=\"text\" name=\"text-1\" \/><\/span>\n\t\t\t<\/p>\n\t\t<\/div>\n\t<\/div>\n\t<div>\n\t\t<p><label>Your Message<\/label><span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span>\n\t\t<\/p>\n\t<\/div>\n\t<div>\n\t\t<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner btn-color-black\" type=\"submit\" value=\"ASK A QUESTION\" \/>\n\t\t<\/p>\n\t<\/div>\n<\/div><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n\t\t\t\t<\/div>\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Nairobi Factory: 0730 832000 Nairobi Gate, Industrial Park, Eastern Bypass, Nairobi View On Google Maps Mombasa Factory: 0730 832 060<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-4439","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/yellow2yellow.com\/rwanda\/wp-json\/wp\/v2\/pages\/4439","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yellow2yellow.com\/rwanda\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/yellow2yellow.com\/rwanda\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/yellow2yellow.com\/rwanda\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yellow2yellow.com\/rwanda\/wp-json\/wp\/v2\/comments?post=4439"}],"version-history":[{"count":69,"href":"https:\/\/yellow2yellow.com\/rwanda\/wp-json\/wp\/v2\/pages\/4439\/revisions"}],"predecessor-version":[{"id":31947,"href":"https:\/\/yellow2yellow.com\/rwanda\/wp-json\/wp\/v2\/pages\/4439\/revisions\/31947"}],"wp:attachment":[{"href":"https:\/\/yellow2yellow.com\/rwanda\/wp-json\/wp\/v2\/media?parent=4439"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}