{"id":36,"date":"2025-02-16T13:32:19","date_gmt":"2025-02-16T13:32:19","guid":{"rendered":"https:\/\/theafricaoffice.com\/staging\/2555\/?page_id=36"},"modified":"2025-10-26T20:14:36","modified_gmt":"2025-10-26T20:14:36","slug":"home","status":"publish","type":"page","link":"https:\/\/theafricaoffice.com\/staging\/2555\/","title":{"rendered":"Home"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>&lt;!-- ========== The Africa Office \u2014 Final Homepage with Updated Hero Image ========== -->\n&lt;!-- Google Fonts -->\n&lt;link href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:wght@600;700&amp;family=Montserrat:wght@500;700&amp;family=Poppins:wght@300;400;600;700&amp;display=swap\" rel=\"stylesheet\">\n\n&lt;style>\n  :root {\n    --midnight-teal: #0C3B39;\n    --sahara-gold: #CBA135;\n    --terracotta-rose: #B55A5A;\n    --charcoal-espresso: #2E262E;\n    --ivory-sand: #F2F3EF;\n    --footer-bg: #2E262E;\n    --max-width: 1200px;\n  }\n\n  \/* Base Styles *\/\n  .tao {\n    box-sizing: border-box;\n    font-family: 'Poppins', sans-serif;\n    color: var(--charcoal-espresso);\n    background: var(--ivory-sand);\n    margin: 0;\n    padding: 0;\n  }\n\n  .tao .container {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 0 20px;\n    box-sizing: border-box;\n  }\n\n  h1, h2, h3 {\n    font-family: 'Fraunces', serif;\n    color: var(--charcoal-espresso);\n    margin: 0;\n  }\n\n  a { color: inherit; text-decoration: none; }\n\n  \/* NAV *\/\n  .tao-nav {\n    background: var(--ivory-sand);\n    border-bottom: 1px solid rgba(46, 38, 46, 0.04);\n    position: sticky;\n    top: 0;\n    z-index: 60;\n  }\n\n  .tao-nav .inner {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n    padding: 14px 20px;\n    max-width: var(--max-width);\n    margin: 0 auto;\n  }\n\n  .tao-brand {\n    font-family: 'Fraunces', serif;\n    color: var(--midnight-teal);\n    font-weight: 700;\n    font-size: 1.15rem;\n  }\n\n  .tao-menu {\n    display: flex;\n    gap: 18px;\n    align-items: center;\n  }\n\n  .tao-menu a {\n    color: var(--midnight-teal);\n    font-weight: 600;\n    font-size: 0.95rem;\n  }\n\n  .tao-book {\n    background: var(--sahara-gold);\n    color: var(--charcoal-espresso);\n    padding: 10px 18px;\n    border-radius: 999px;\n    font-weight: 700;\n  }\n\n  \/* HERO *\/\n  .tao-hero {\n    background: var(--ivory-sand);\n    padding: 56px 0 0;\n  }\n\n  .tao-hero .row {\n    display: flex;\n    gap: 36px;\n    align-items: center;\n    justify-content: space-between;\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n\n  .tao-hero .col-left {\n    flex: 1;\n    min-width: 280px;\n  }\n\n  .tao-hero .tagline {\n    font-family: 'Montserrat', sans-serif;\n    color: var(--midnight-teal);\n    font-weight: 600;\n    margin-bottom: 8px;\n    letter-spacing: 0.2px;\n  }\n\n  .tao-hero h1 {\n    font-size: 40px;\n    color: var(--midnight-teal);\n    line-height: 1.05;\n    margin-bottom: 12px;\n  }\n\n  .tao-hero p.lead {\n    max-width: 640px;\n    color: var(--charcoal-espresso);\n    margin-bottom: 18px;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  .tao-hero .actions {\n    display: flex;\n    gap: 12px;\n    flex-wrap: wrap;\n  }\n\n  .btn-sahara {\n    background: var(--sahara-gold);\n    color: var(--charcoal-espresso);\n    padding: 12px 22px;\n    border-radius: 10px;\n    font-weight: 700;\n    text-decoration: none;\n  }\n\n  .btn-outline {\n    background: transparent;\n    border: 2px solid var(--midnight-teal);\n    color: var(--midnight-teal);\n    padding: 10px 18px;\n    border-radius: 10px;\n    font-weight: 600;\n    text-decoration: none;\n  }\n\n  .tao-hero .col-right {\n    flex: 0 0 460px;\n    text-align: right;\n  }\n\n  .tao-hero img.hero-img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border: none;\n    box-shadow: none;\n    object-fit: cover;\n  }\n\n  \/* OUR APPROACH *\/\n  .tao-approach {\n    background: var(--midnight-teal);\n    color: #fff;\n    padding: 42px 0;\n    margin-top: 0;\n  }\n\n  .tao-approach .inner {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n\n  .tao-approach .label {\n    font-family: 'Montserrat', sans-serif;\n    text-transform: uppercase;\n    letter-spacing: 2px;\n    color: rgba(255, 255, 255, 0.9);\n    font-weight: 600;\n    font-size: 12px;\n    margin-bottom: 6px;\n  }\n\n  .tao-approach h2 {\n    font-size: 34px;\n    margin: 0 0 12px;\n    color: #fff;\n  }\n\n  .tao-approach p.lead {\n    color: rgba(255, 255, 255, 0.92);\n    max-width: 820px;\n    font-size: 16px;\n    line-height: 1.75;\n    margin-bottom: 20px;\n  }\n\n  .tao-steps {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-top: 18px;\n  }\n\n  .tao-step {\n    background: rgba(255, 255, 255, 0.05);\n    border-radius: 12px;\n    padding: 20px;\n  }\n\n  .tao-step .icon {\n    width: 56px;\n    height: 56px;\n    border-radius: 50%;\n    background: var(--sahara-gold);\n    color: var(--charcoal-espresso);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 700;\n    margin-bottom: 12px;\n  }\n\n  .tao-step h3 {\n    color: #fff;\n    font-size: 18px;\n    margin-bottom: 8px;\n  }\n\n  .tao-step p {\n    color: rgba(255, 255, 255, 0.95);\n    font-size: 15px;\n    line-height: 1.6;\n  }\n\n  .tao-approach .cta-row {\n    margin-top: 28px;\n  }\n\n  \/* WHY WE EXIST *\/\n  .tao-why {\n    background: var(--ivory-sand);\n    padding: 56px 0;\n  }\n\n  .tao-why .wrap {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 0 20px;\n    display: flex;\n    gap: 36px;\n    align-items: center;\n    justify-content: space-between;\n  }\n\n  .tao-why img {\n    width: 320px;\n    border-radius: 10px;\n  }\n\n  .tao-why h2 {\n    font-size: 28px;\n    margin-bottom: 10px;\n  }\n\n  .btn-sahara.inline {\n    display: inline-block;\n    background: var(--sahara-gold);\n    color: var(--charcoal-espresso);\n    padding: 10px 20px;\n    border-radius: 8px;\n    font-weight: 700;\n    text-decoration: none;\n  }\n\n  \/* START SECTION *\/\n  .tao-start {\n    background: var(--sahara-gold);\n    color: var(--charcoal-espresso);\n    text-align: left;\n    padding: 56px 0;\n  }\n\n  .tao-start .wrap {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 0 20px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n  }\n\n  .tao-start .btn-terra {\n    background: var(--terracotta-rose);\n    color: #fff;\n    padding: 12px 20px;\n    border-radius: 10px;\n    font-weight: 700;\n    text-decoration: none;\n  }\n\n  \/* FOOTER *\/\n  .tao-footer {\n    background: var(--footer-bg);\n    color: #fff;\n    padding: 28px 0;\n  }\n\n  .tao-footer .inner {\n    max-width: var(--max-width);\n    margin: 0 auto;\n    padding: 0 20px;\n    display: flex;\n    gap: 28px;\n    flex-wrap: wrap;\n    justify-content: space-between;\n  }\n\n  .tao-footer .brand {\n    font-family: 'Fraunces', serif;\n    color: var(--sahara-gold);\n    font-weight: 700;\n    font-size: 18px;\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 920px) {\n    .tao-hero .row { flex-direction: column-reverse; text-align: center; }\n    .tao-hero img.hero-img { margin-top: 20px; }\n    .tao-steps { grid-template-columns: 1fr; }\n    .tao-why .wrap { flex-direction: column; text-align: center; }\n    .tao-why img { width: 80%; max-width: 360px; margin-bottom: 20px; }\n    .tao-start .wrap { flex-direction: column; text-align: center; }\n  }\n&lt;\/style>\n\n&lt;div class=\"tao\">\n\n  &lt;!-- NAV -->\n  &lt;nav class=\"tao-nav\">\n    &lt;div class=\"inner\">\n     \n      &lt;div class=\"tao-menu\">\n        &lt;a href=\"#home\">Home&lt;\/a>\n        &lt;a href=\"#about\">About&lt;\/a>\n        &lt;a href=\"https:\/\/theafricaoffice.com\/staging\/2555\/programs\/\">Programs&lt;\/a>\n        &lt;a href=\"#contact\">Contact&lt;\/a>\n        &lt;a class=\"tao-book\" href=\"https:\/\/theafricaoffice.com\/staging\/2555\/book-a-free-call\/\">Book a Free Call&lt;\/a>\n      &lt;\/div>\n    &lt;\/div>\n  &lt;\/nav>\n\n  &lt;!-- HERO -->\n  &lt;header id=\"home\" class=\"tao-hero\">\n    &lt;div class=\"row\">\n      &lt;div class=\"col-left\">\n        &lt;div class=\"tagline\">Shaping the future of work in Africa, through building pathways for returners and new professionals&lt;\/div>\n        &lt;h1>Helping women across Africa re-enter the workforce with clarity and confidence.&lt;\/h1>\n        &lt;p class=\"lead\">At The Africa Office, we\u2019re building pathways for career returners \u2014 women ready to rebuild their professional identities, reclaim confidence, and reimagine what work can look like.&lt;\/p>\n        &lt;div class=\"actions\">\n          &lt;a class=\"btn-sahara\" href=\"https:\/\/theafricaoffice.com\/staging\/2555\/book-a-free-call\/\">Book a Free Call&lt;\/a>\n        &lt;\/div>\n      &lt;\/div>\n      &lt;div class=\"col-right\">\n        &lt;img class=\"hero-img\" src=\"https:\/\/theafricaoffice.com\/staging\/2555\/wp-content\/uploads\/2025\/10\/hero-woman-e1761505327468.png\" alt=\"West African woman in teal blazer\">\n      &lt;\/div>\n    &lt;\/div>\n  &lt;\/header>\n\n  &lt;!-- OUR APPROACH -->\n  &lt;section class=\"tao-approach\">\n    &lt;div class=\"inner\">\n      &lt;div class=\"label\">Our Approach&lt;\/div>\n      &lt;h2>Work With a Coach&lt;\/h2>\n      &lt;p class=\"lead\">You\u2019re not starting over. You\u2019re starting stronger. Our certified coaches specialize in supporting women returning to the workforce \u2014 from rebuilding confidence to refining your professional story.&lt;\/p>\n\n      &lt;div class=\"tao-steps\">\n        &lt;div class=\"tao-step\">\n          &lt;div class=\"icon\">1&lt;\/div>\n          &lt;h3>Rediscover &amp; Reframe&lt;\/h3>\n          &lt;p>Guided reflection helps translate your break into strengths, define goals, and craft your comeback story with confidence.&lt;\/p>\n        &lt;\/div>\n        &lt;div class=\"tao-step\">\n          &lt;div class=\"icon\">2&lt;\/div>\n          &lt;h3>Refresh Skills &amp; Profile&lt;\/h3>\n          &lt;p>We help you refine your CV, LinkedIn, and interview readiness \u2014 focused on market relevance and renewed self-belief.&lt;\/p>\n        &lt;\/div>\n        &lt;div class=\"tao-step\">\n          &lt;div class=\"icon\">3&lt;\/div>\n          &lt;h3>Reconnect &amp; Relaunch&lt;\/h3>\n          &lt;p>Through our programs and partnerships, we support your job search and transition back into meaningful work.&lt;\/p>\n        &lt;\/div>\n      &lt;\/div>\n      &lt;div class=\"cta-row\">\n        &lt;a class=\"btn-sahara\" href=\"https:\/\/theafricaoffice.com\/staging\/2555\/book-a-free-call\/\">Book a Free Discovery Call&lt;\/a>\n      &lt;\/div>\n    &lt;\/div>\n  &lt;\/section>\n\n  &lt;!-- WHY WE EXIST -->\n  &lt;section class=\"tao-why\">\n    &lt;div class=\"wrap\">\n      &lt;img src=\"https:\/\/theafricaoffice.com\/staging\/2555\/wp-content\/uploads\/2025\/02\/3.png\" alt=\"Smiling woman at work\">\n      &lt;div>\n        &lt;h2>How Pause Becomes Progress&lt;\/h2>\n        &lt;p>I had been out of the workforce for over five years. The Africa Office helped me reframe my career story and rebuild the confidence no one had ever questioned.&lt;\/p>\n        &lt;a class=\"btn-sahara inline\" href=\"https:\/\/theafricaoffice.com\/staging\/2555\/book-a-free-call\/\">Book a Free Call&lt;\/a>\n      &lt;\/div>\n    &lt;\/div>\n  &lt;\/section>\n\n  &lt;!-- START YOUR RETURN -->\n  &lt;section class=\"tao-start\">\n    &lt;div class=\"wrap\">\n      &lt;div>\n        &lt;h2>Start your return-to-work journey today&lt;\/h2>\n        &lt;p>Get your free Career Comeback Starter Kit and practical steps to rebuild your professional confidence.&lt;\/p>\n      &lt;\/div>\n      &lt;a class=\"btn-terra\" href=\"https:\/\/theafricaoffice.com\/staging\/2555\/programs\/\">Explore Our Programs&lt;\/a>\n    &lt;\/div>\n  &lt;\/section>\n\n  &lt;!-- FOOTER -->\n  &lt;footer class=\"tao-footer\">\n    &lt;div class=\"inner\">\n      &lt;div>\n        &lt;div class=\"brand\">The Africa Office&lt;\/div>\n        &lt;p>Empowering Africa\u2019s workforce \u2014 one career comeback at a time.&lt;\/p>\n      &lt;\/div>\n      &lt;div>\n        &lt;h4 style=\"color: var(--sahara-gold);\">Quick Links&lt;\/h4>\n        &lt;a href=\"#about\">About&lt;\/a>\n        &lt;a href=\"https:\/\/theafricaoffice.com\/staging\/2555\/programs\/\">Programs&lt;\/a>\n        &lt;a href=\"#contact\">Contact&lt;\/a>\n      &lt;\/div>\n      &lt;div>\n        &lt;h4 style=\"color: var(--sahara-gold);\">Connect&lt;\/h4>\n        &lt;a href=\"#\">LinkedIn&lt;\/a>\n        &lt;a href=\"#\">Instagram&lt;\/a>\n        &lt;p>hello@theafricaoffice.com&lt;\/p>\n      &lt;\/div>\n    &lt;\/div>\n  &lt;\/footer>\n&lt;\/div><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":[],"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueState":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","_VenueShowMap":false,"_VenueShowMapLink":false,"footnotes":""},"class_list":["post-36","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - The Africa Office<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theafricaoffice.com\/staging\/2555\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - The Africa Office\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theafricaoffice.com\/staging\/2555\/\" \/>\n<meta property=\"og:site_name\" content=\"The Africa Office\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-26T20:14:36+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/theafricaoffice.com\\\/staging\\\/2555\\\/\",\"url\":\"https:\\\/\\\/theafricaoffice.com\\\/staging\\\/2555\\\/\",\"name\":\"Home - The Africa Office\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/theafricaoffice.com\\\/staging\\\/2555\\\/#website\"},\"datePublished\":\"2025-02-16T13:32:19+00:00\",\"dateModified\":\"2025-10-26T20:14:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/theafricaoffice.com\\\/staging\\\/2555\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/theafricaoffice.com\\\/staging\\\/2555\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/theafricaoffice.com\\\/staging\\\/2555\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/theafricaoffice.com\\\/staging\\\/2555\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/theafricaoffice.com\\\/staging\\\/2555\\\/#website\",\"url\":\"https:\\\/\\\/theafricaoffice.com\\\/staging\\\/2555\\\/\",\"name\":\"The Africa Office\",\"description\":\"Because Every Career Journey Matters\",\"publisher\":{\"@id\":\"https:\\\/\\\/theafricaoffice.com\\\/staging\\\/2555\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/theafricaoffice.com\\\/staging\\\/2555\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/theafricaoffice.com\\\/staging\\\/2555\\\/#organization\",\"name\":\"The Africa Office\",\"url\":\"https:\\\/\\\/theafricaoffice.com\\\/staging\\\/2555\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/theafricaoffice.com\\\/staging\\\/2555\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/theafricaoffice.com\\\/staging\\\/2555\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/cropped-TAO-logo-e1739659248220-1.png?fit=70%2C70&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/theafricaoffice.com\\\/staging\\\/2555\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/cropped-TAO-logo-e1739659248220-1.png?fit=70%2C70&ssl=1\",\"width\":70,\"height\":70,\"caption\":\"The Africa Office\"},\"image\":{\"@id\":\"https:\\\/\\\/theafricaoffice.com\\\/staging\\\/2555\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - The Africa Office","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/theafricaoffice.com\/staging\/2555\/","og_locale":"en_US","og_type":"article","og_title":"Home - The Africa Office","og_url":"https:\/\/theafricaoffice.com\/staging\/2555\/","og_site_name":"The Africa Office","article_modified_time":"2025-10-26T20:14:36+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theafricaoffice.com\/staging\/2555\/","url":"https:\/\/theafricaoffice.com\/staging\/2555\/","name":"Home - The Africa Office","isPartOf":{"@id":"https:\/\/theafricaoffice.com\/staging\/2555\/#website"},"datePublished":"2025-02-16T13:32:19+00:00","dateModified":"2025-10-26T20:14:36+00:00","breadcrumb":{"@id":"https:\/\/theafricaoffice.com\/staging\/2555\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theafricaoffice.com\/staging\/2555\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theafricaoffice.com\/staging\/2555\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theafricaoffice.com\/staging\/2555\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/theafricaoffice.com\/staging\/2555\/#website","url":"https:\/\/theafricaoffice.com\/staging\/2555\/","name":"The Africa Office","description":"Because Every Career Journey Matters","publisher":{"@id":"https:\/\/theafricaoffice.com\/staging\/2555\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theafricaoffice.com\/staging\/2555\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/theafricaoffice.com\/staging\/2555\/#organization","name":"The Africa Office","url":"https:\/\/theafricaoffice.com\/staging\/2555\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/theafricaoffice.com\/staging\/2555\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/theafricaoffice.com\/staging\/2555\/wp-content\/uploads\/2025\/02\/cropped-TAO-logo-e1739659248220-1.png?fit=70%2C70&ssl=1","contentUrl":"https:\/\/i0.wp.com\/theafricaoffice.com\/staging\/2555\/wp-content\/uploads\/2025\/02\/cropped-TAO-logo-e1739659248220-1.png?fit=70%2C70&ssl=1","width":70,"height":70,"caption":"The Africa Office"},"image":{"@id":"https:\/\/theafricaoffice.com\/staging\/2555\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/theafricaoffice.com\/staging\/2555\/wp-json\/wp\/v2\/pages\/36","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theafricaoffice.com\/staging\/2555\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/theafricaoffice.com\/staging\/2555\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/theafricaoffice.com\/staging\/2555\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theafricaoffice.com\/staging\/2555\/wp-json\/wp\/v2\/comments?post=36"}],"version-history":[{"count":19,"href":"https:\/\/theafricaoffice.com\/staging\/2555\/wp-json\/wp\/v2\/pages\/36\/revisions"}],"predecessor-version":[{"id":276,"href":"https:\/\/theafricaoffice.com\/staging\/2555\/wp-json\/wp\/v2\/pages\/36\/revisions\/276"}],"wp:attachment":[{"href":"https:\/\/theafricaoffice.com\/staging\/2555\/wp-json\/wp\/v2\/media?parent=36"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}