{"id":103,"date":"2026-03-24T03:49:39","date_gmt":"2026-03-24T03:49:39","guid":{"rendered":"https:\/\/intelliuminc.co.za\/blog\/?page_id=103"},"modified":"2026-05-05T12:19:34","modified_gmt":"2026-05-05T12:19:34","slug":"home","status":"publish","type":"page","link":"https:\/\/intelliuminc.co.za\/blog\/","title":{"rendered":"Blog"},"content":{"rendered":"\n<style>\n\/* === Hide Kadence chrome \u2014 header nav, footer, page title bar, sibling nav === *\/\n.site-header, .site-footer, .entry-header, .kadence-page-header,\n.entry-title, .post-navigation, .page-navigation, .page-nav,\n.kadence-breadcrumbs, .breadcrumbs, .navigation, nav.post-navigation,\n.entry-meta, .single-entry-banner-meta, .entry-content > .nav-links,\n.kt-blocks-page-author-info, .author-bio, .post-tags,\nheader.entry-header, .page-template-default .entry-header,\n.entry-summary, .above-entry-meta, .below-entry-meta,\n.kadence-author-box, .kadence-comment-area, #comments, .comments-area,\n.kadence-tabs-after-post, .post-thumbnail {display:none !important;}\n\n\/* === Force the actual Kadence wrapper chain to flex-grow so footer hits viewport bottom ===\n   The real wrappers (verified in live DOM) are:\n   body > main#inner-wrap > #primary > #main > article > .entry-content > [my content]\n   Every link in this chain must be a flex column that grows. === *\/\nhtml, body {margin:0 !important;padding:0 !important;min-height:100vh !important;background:#FFFFFF !important;}\nbody {display:flex !important;flex-direction:column !important;}\nmain#inner-wrap, #inner-wrap, #primary, #main, .site-main,\narticle#post-210, article.page, article, .entry-content {\n  flex:1 0 auto !important;\n  display:flex !important;\n  flex-direction:column !important;\n  margin:0 !important;\n  padding:0 !important;\n  width:100% !important;\n  max-width:100% !important;\n  background:#FFFFFF !important;\n}\n.entry-content > * {max-width:none !important;}\n.pc-page {flex:1 0 auto;}\n.pc-footer-row {flex-shrink:0;margin-top:auto;}\n\n\/* === The actual page === *\/\n.pc-page{background:#FFFFFF;color:#191128;font-family:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;padding:32px 24px 80px;margin:0;}\n.pc-page *{box-sizing:border-box;}\n.pc-wrap{max-width:1200px;margin:0 auto;}\n\n\/* Back to home pill *\/\n.pc-back{display:inline-flex;align-items:center;gap:8px;color:#8A7AA0;text-decoration:none;font-size:14px;font-weight:500;padding:10px 18px;border-radius:999px;border:1px solid #ECEAF3;background:#FFFFFF;margin-bottom:48px;transition:all 0.2s ease;}\n.pc-back:hover{color:#7C4FC0;border-color:#D9C7F5;background:#F5F2FA;}\n.pc-back svg{width:14px;height:14px;}\n\n\/* Header *\/\n.pc-header{text-align:center;margin-bottom:48px;}\n.pc-eyebrow{color:#A875F0;font-size:13px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:14px;}\n.pc-h1{font-size:clamp(40px,5vw,56px);font-weight:700;line-height:1.05;margin:0 0 16px;letter-spacing:-0.025em;color:#191128;}\n.pc-tag{font-size:18px;color:#8A7AA0;max-width:560px;margin:0 auto;line-height:1.6;}\n\n\/* Filter tabs *\/\n.pc-tabs{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:56px;}\n.pc-tab{padding:10px 20px;font-size:14px;font-weight:500;color:#8A7AA0;background:#FFFFFF;border:1px solid #ECEAF3;border-radius:999px;cursor:pointer;font-family:inherit;transition:all 0.2s;}\n.pc-tab:hover{color:#191128;border-color:#D9C7F5;}\n.pc-tab.is-active{background:#191128;color:#FFFFFF;border-color:#191128;}\n\n\/* Cards grid *\/\n.pc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:32px;padding-bottom:80px;}\n.pc-card{display:flex;flex-direction:column;text-decoration:none;color:inherit;background:#FFFFFF;border:1px solid #ECEAF3;border-radius:20px;overflow:hidden;transition:all 0.3s ease;box-shadow:0 4px 16px rgba(25,17,40,0.04);position:relative;}\n.pc-card.is-hidden{display:none;}\n.pc-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(168,117,240,0.12);border-color:#D9C7F5;}\n.pc-card:hover .pc-arrow{color:#7C4FC0;transform:translateX(4px);}\n.pc-card[data-coming=\"1\"]::before{content:\"COMING SOON\";position:absolute;top:16px;right:16px;z-index:3;background:rgba(255,255,255,0.96);color:#A875F0;padding:6px 12px;border-radius:8px;font-size:10px;font-weight:700;letter-spacing:1px;backdrop-filter:blur(6px);}\n.pc-img{width:100%;aspect-ratio:16\/10;background-size:cover;background-position:center;}\n.pc-body{padding:28px;flex:1;display:flex;flex-direction:column;}\n.pc-pill{display:inline-block;background:#F5F2FA;color:#7C4FC0;padding:5px 12px;border-radius:999px;font-size:12px;font-weight:600;margin-bottom:14px;align-self:flex-start;letter-spacing:0.3px;}\n.pc-card h3{font-size:21px;font-weight:600;line-height:1.3;margin:0 0 12px;letter-spacing:-0.01em;color:#191128;}\n.pc-card p{color:#8A7AA0;font-size:15px;line-height:1.6;margin:0 0 24px;flex:1;}\n.pc-footer{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #ECEAF3;}\n.pc-meta{color:#C0B4D8;font-size:13px;}\n.pc-arrow{color:#8A7AA0;font-size:14px;font-weight:600;transition:all 0.25s;}\n\n\/* Empty state when filter has no results *\/\n.pc-empty{display:none;text-align:center;padding:80px 24px;color:#8A7AA0;font-size:16px;}\n.pc-empty.is-visible{display:block;}\n\n\/* Custom minimal footer \u2014 matches main site *\/\n.pc-footer-row{background:#0a0b1a;color:rgba(255,255,255,0.7);font-family:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;padding:32px 24px;margin:0;border-top:1px solid rgba(255,255,255,0.05);}\n.pc-footer-wrap{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px;}\n.pc-copy{font-size:14px;color:rgba(255,255,255,0.55);}\n.pc-socials{display:flex;gap:14px;align-items:center;}\n.pc-socials a{color:rgba(255,255,255,0.6);width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;transition:all 0.2s;}\n.pc-socials a:hover{color:#A875F0;background:rgba(168,117,240,0.08);}\n.pc-socials svg{width:18px;height:18px;}\n.pc-legal{display:flex;gap:24px;flex-wrap:wrap;font-size:14px;}\n.pc-legal a{color:rgba(255,255,255,0.55);text-decoration:none;transition:color 0.2s;}\n.pc-legal a:hover{color:#FFFFFF;}\n@media(max-width:640px){.pc-footer-wrap{flex-direction:column;text-align:center;}}\n\n\n\/* MOBILE-FIX *\/\n@media(max-width:640px){\n  .pc-page{padding:24px 16px 60px !important;}\n  .pc-grid{grid-template-columns:1fr !important;gap:20px !important;}\n  .pc-card{min-width:0 !important;}\n  .pc-img{aspect-ratio:16\/9 !important;}\n  .pc-tabs{margin-bottom:32px !important;gap:6px !important;}\n  .pc-tab{padding:8px 14px !important;font-size:13px !important;}\n  .pc-h1{font-size:32px !important;}\n  .pc-tag{font-size:16px !important;}\n  \/* Tighter card on mobile *\/\n  .pc-body{padding:20px !important;}\n  .pc-card h3{font-size:18px !important;line-height:1.3 !important;margin-bottom:8px !important;}\n  .pc-card p{font-size:14px !important;line-height:1.5 !important;margin-bottom:14px !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;}\n  .pc-pill{margin-bottom:10px !important;font-size:11px !important;padding:4px 10px !important;}\n  .pc-footer{padding-top:12px !important;flex-wrap:nowrap !important;}\n  .pc-meta{font-size:12px !important;}\n  .pc-arrow{display:none !important;}\n}\n\n<\/style>\n<div class=\"pc-page\"><div class=\"pc-wrap\">\n  <a href=\"https:\/\/intelliuminc.co.za\/\" class=\"pc-back\">\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M19 12H5\"\/><path d=\"M12 19l-7-7 7-7\"\/><\/svg>\n    Back to home\n  <\/a>\n\n  <div class=\"pc-header\">\n    <div class=\"pc-eyebrow\">Insights<\/div>\n    <h1 class=\"pc-h1\">From the Intellium Blog<\/h1>\n    <p class=\"pc-tag\">Practical guides and honest takes on building websites, automating with AI, and growing in South Africa.<\/p>\n  <\/div>\n\n  <div class=\"pc-tabs\" id=\"pc-tabs\"><button class=\"pc-tab is-active\" data-filter=\"all\">All<\/button><button class=\"pc-tab\" data-filter=\"ai\">AI<\/button><button class=\"pc-tab\" data-filter=\"automation\">Automation<\/button><button class=\"pc-tab\" data-filter=\"operations\">Operations<\/button><button class=\"pc-tab\" data-filter=\"seo\">SEO<\/button><button class=\"pc-tab\" data-filter=\"web-design\">Web Design<\/button><\/div>\n\n  <div class=\"pc-grid\" id=\"pc-grid\">\n        <a href=\"\/blog\/website-design-cost-in-south-africa-the-2026-pricing-guide\/\" class=\"pc-card\" data-category=\"web-design\">\n          <div class=\"pc-img\" style=\"background:url('https:\/\/intelliuminc.co.za\/blog\/wp-content\/uploads\/2026\/03\/Photo-by-McLittle-voa-Canva.jpg') center\/cover, #F5F2FA;\"><\/div>\n          <div class=\"pc-body\">\n            <span class=\"pc-pill\">Web Design<\/span>\n            <h3>Website Design Cost in South Africa: The 2026 Pricing Guide<\/h3>\n            <p>A standard 5-page website in South Africa costs about R6,254 in 2026, depending on complexity and who builds it. Here&#8217;s the full breakdown of what you actually pay for.<\/p>\n            <div class=\"pc-footer\">\n              <span class=\"pc-meta\">Mar 23, 2026 \u00b7 30 min read<\/span>\n              <span class=\"pc-arrow\">Read more \u2192<\/span>\n            <\/div>\n          <\/div>\n        <\/a>\n        <a href=\"#coming-soon\" class=\"pc-card\" data-category=\"seo\" data-coming=\"1\">\n          <div class=\"pc-img\" style=\"background:linear-gradient(135deg,#A875F0 0%,#C9A1FF 100%);\"><\/div>\n          <div class=\"pc-body\">\n            <span class=\"pc-pill\">SEO<\/span>\n            <h3>How to Get Your Cape Town Business Found on Google<\/h3>\n            <p>Local SEO tactics that actually move the needle for SA SMBs. Google Business Profile, citations, and the one trick most agencies skip.<\/p>\n            <div class=\"pc-footer\">\n              <span class=\"pc-meta\">Coming soon \u00b7 12 min read<\/span>\n              <span class=\"pc-arrow\">Read more \u2192<\/span>\n            <\/div>\n          <\/div>\n        <\/a>\n        <a href=\"#coming-soon\" class=\"pc-card\" data-category=\"ai\" data-coming=\"1\">\n          <div class=\"pc-img\" style=\"background:linear-gradient(135deg,#7C4FC0 0%,#A875F0 100%);\"><\/div>\n          <div class=\"pc-body\">\n            <span class=\"pc-pill\">AI<\/span>\n            <h3>AI Automation for SA Small Businesses: 5 Quick Wins<\/h3>\n            <p>You don&#8217;t need a R500k AI strategy. Five automations any SA business can set up this weekend that save 5+ hours a week.<\/p>\n            <div class=\"pc-footer\">\n              <span class=\"pc-meta\">Coming soon \u00b7 8 min read<\/span>\n              <span class=\"pc-arrow\">Read more \u2192<\/span>\n            <\/div>\n          <\/div>\n        <\/a>\n        <a href=\"#coming-soon\" class=\"pc-card\" data-category=\"automation\" data-coming=\"1\">\n          <div class=\"pc-img\" style=\"background:linear-gradient(135deg,#A875F0 0%,#7C4FC0 100%);\"><\/div>\n          <div class=\"pc-body\">\n            <span class=\"pc-pill\">Automation<\/span>\n            <h3>WhatsApp Business Automations That Save Hours<\/h3>\n            <p>Auto-replies, catalogues, payment links, and the message templates that turn enquiries into bookings while you sleep.<\/p>\n            <div class=\"pc-footer\">\n              <span class=\"pc-meta\">Coming soon \u00b7 10 min read<\/span>\n              <span class=\"pc-arrow\">Read more \u2192<\/span>\n            <\/div>\n          <\/div>\n        <\/a>\n        <a href=\"#coming-soon\" class=\"pc-card\" data-category=\"operations\" data-coming=\"1\">\n          <div class=\"pc-img\" style=\"background:linear-gradient(135deg,#C9A1FF 0%,#7C4FC0 100%);\"><\/div>\n          <div class=\"pc-body\">\n            <span class=\"pc-pill\">Operations<\/span>\n            <h3>Loadshedding-Proof Your Small Business Online<\/h3>\n            <p>Cloud tools, offline workflows, and the SA-specific stack that keeps you operational during stage 6.<\/p>\n            <div class=\"pc-footer\">\n              <span class=\"pc-meta\">Coming soon \u00b7 7 min read<\/span>\n              <span class=\"pc-arrow\">Read more \u2192<\/span>\n            <\/div>\n          <\/div>\n        <\/a>\n        <a href=\"#coming-soon\" class=\"pc-card\" data-category=\"web-design\" data-coming=\"1\">\n          <div class=\"pc-img\" style=\"background:linear-gradient(135deg,#7C4FC0 0%,#C9A1FF 100%);\"><\/div>\n          <div class=\"pc-body\">\n            <span class=\"pc-pill\">Web Design<\/span>\n            <h3>What Makes a Website Actually Convert<\/h3>\n            <p>Pretty doesn&#8217;t pay. The structural elements every conversion-focused page needs, with examples from real SA businesses.<\/p>\n            <div class=\"pc-footer\">\n              <span class=\"pc-meta\">Coming soon \u00b7 15 min read<\/span>\n              <span class=\"pc-arrow\">Read more \u2192<\/span>\n            <\/div>\n          <\/div>\n        <\/a><\/div>\n  <div class=\"pc-empty\" id=\"pc-empty\">No posts in this category yet.<\/div>\n<\/div><\/div>\n\n\n<script>\n(function(){\n  var tabs = document.querySelectorAll('#pc-tabs .pc-tab');\n  var cards = document.querySelectorAll('#pc-grid .pc-card');\n  var empty = document.getElementById('pc-empty');\n  tabs.forEach(function(tab){\n    tab.addEventListener('click', function(){\n      tabs.forEach(function(t){ t.classList.remove('is-active'); });\n      tab.classList.add('is-active');\n      var filter = tab.getAttribute('data-filter');\n      var visibleCount = 0;\n      cards.forEach(function(card){\n        if (filter === 'all' || card.getAttribute('data-category') === filter) {\n          card.classList.remove('is-hidden');\n          visibleCount++;\n        } else {\n          card.classList.add('is-hidden');\n        }\n      });\n      if (visibleCount === 0) {\n        empty.classList.add('is-visible');\n      } else {\n        empty.classList.remove('is-visible');\n      }\n    });\n  });\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Back to home Insights From the Intellium Blog Practical guides and honest takes on building websites, automating with AI, and growing in South Africa. AllAIAutomationOperationsSEOWeb Design Web Design Website Design Cost in South Africa: The 2026 Pricing Guide A standard 5-page website in South Africa costs about R6,254 in 2026, depending on complexity and who&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-103","page","type-page","status-publish","hentry"],"featured_image_url":[],"post_author":"Billy Wellington","assigned_categories":"","_links":{"self":[{"href":"https:\/\/intelliuminc.co.za\/blog\/wp-json\/wp\/v2\/pages\/103","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/intelliuminc.co.za\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/intelliuminc.co.za\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/intelliuminc.co.za\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/intelliuminc.co.za\/blog\/wp-json\/wp\/v2\/comments?post=103"}],"version-history":[{"count":10,"href":"https:\/\/intelliuminc.co.za\/blog\/wp-json\/wp\/v2\/pages\/103\/revisions"}],"predecessor-version":[{"id":229,"href":"https:\/\/intelliuminc.co.za\/blog\/wp-json\/wp\/v2\/pages\/103\/revisions\/229"}],"wp:attachment":[{"href":"https:\/\/intelliuminc.co.za\/blog\/wp-json\/wp\/v2\/media?parent=103"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}