{"id":59,"date":"2025-11-09T13:12:35","date_gmt":"2025-11-09T13:12:35","guid":{"rendered":"https:\/\/metalmindglobal.com\/?page_id=59"},"modified":"2025-11-16T19:18:48","modified_gmt":"2025-11-16T19:18:48","slug":"projects","status":"publish","type":"page","link":"https:\/\/metalmindglobal.com\/index.php\/projects\/","title":{"rendered":"Projects"},"content":{"rendered":"\n\n<!-- Load Tailwind CSS (REQUIRED) -->\n<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<!-- Load Google Font Inter (REQUIRED) -->\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;600;700;800;900&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n    \/* Custom styles for the embedded block *\/\n    :root {\n        font-family: 'Inter', sans-serif;\n    }\n    .project-card {\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\n        cursor: pointer;\n    }\n    .project-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);\n    }\n    \/* Custom Brand Colors *\/\n    .bg-brand-blue {\n        background-color: #071B3C; \/* Dark Blue *\/\n    }\n    .bg-brand-orange {\n        background-color: #FF5101; \/* Bright Orange *\/\n    }\n    .hover\\:bg-brand-orange-dark:hover {\n        \/* Slightly darker orange for hover state *\/\n        background-color: #E64900; \n    }\n    \/* Ensure the container uses the defined font *\/\n    #mmg-projects-container * {\n        font-family: 'Inter', sans-serif;\n    }\n<\/style>\n\n<!-- Main Content DIV -->\n<!-- We set px-0 to remove ALL default container padding on mobile -->\n<div id=\"mmg-projects-container\" class=\"bg-f7f7f7\">\n\n    <!-- Inner Wrapper: px-0 on mobile, standard padding on larger screens -->\n    <div class=\"container mx-auto px-0 sm:px-6 lg:px-8 py-16\">\n        \n\n        <!-- Projects Grid: We REMOVE all horizontal padding from the grid container (px-0) \n             on mobile to allow the cards inside to touch the edge. \n             We keep the gap (gap-8) which will push the first\/last card slightly \n             past the edge of the screen, which is often a desirable full-bleed look. -->\n        <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-8 px-0 sm:px-0\">\n\n            <!-- Project Card 1: Pakistan (Manufacturing & Power) -->\n            <div class=\"project-card bg-white rounded-xl shadow-lg overflow-hidden border border-gray-100 flex flex-col min-h-[450px] mx-0 sm:mx-0\">\n                <!-- Blue Accent for Image Placeholder: Size=50 on mobile -->\n                <div class=\"aspect-h-3 aspect-w-4 w-full h-48 bg-brand-blue flex items-center justify-center p-4\">\n                    <img decoding=\"async\" src=\"https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Pakistan+Industrial&#038;size=50\" \n                         srcset=\"https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Pakistan+Industrial&#038;size=80 1024w\"\n                         alt=\"Pakistan Manufacturing &#038; Power\" class=\"object-cover w-full h-full rounded-lg\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Loading+Image';\" \/>\n                <\/div>\n                <div class=\"p-6 flex flex-col flex-grow\">\n                    <!-- Project Title: text-2xl on mobile, text-3xl on large screens, font-bold -->\n                    <h2 class=\"text-2xl lg:text-3xl font-bold text-gray-800 mb-2\">Local End-to-End Integration<\/h2>\n                    <p class=\"text-sm text-indigo-600 font-medium mb-3\">#Pakistan, #Manufacturing, #Power<\/p>\n                    <p class=\"text-gray-500 mb-4 text-sm\">\n                        Executed comprehensive industrial sourcing and End-to-End Equipment Integration projects specifically for manufacturing and power sectors in Pakistan.\n                    <\/p>\n                    <!-- Orange Primary Button: text-base on mobile (sm:text-sm for desktop) -->\n                    <a href=\"https:\/\/metalmindglobal.com\/index.php\/project-01\/\" class=\"inline-block w-full text-center bg-brand-orange hover:bg-brand-orange-dark text-white text-base sm:text-sm font-semibold py-2 px-4 rounded-lg transition duration-200 shadow-md mt-auto\">\n                        View Details\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Project Card 2: UAE & Oman (Industrial Refurbishment) -->\n            <div class=\"project-card bg-white rounded-xl shadow-lg overflow-hidden border border-gray-100 flex flex-col min-h-[450px] mx-0 sm:mx-0\">\n                <!-- Blue Accent for Image Placeholder: Size=50 on mobile -->\n                <div class=\"aspect-h-3 aspect-w-4 w-full h-48 bg-brand-blue flex items-center justify-center p-4\">\n                    <img decoding=\"async\" src=\"https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=UAE+%26+Oman+Refurb&#038;size=50\" \n                         srcset=\"https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=UAE+%26+Oman+Refurb&#038;size=80 1024w\"\n                         alt=\"UAE &#038; Oman Industrial Refurbishment\" class=\"object-cover w-full h-full rounded-lg\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Loading+Image';\" \/>\n                <\/div>\n                <div class=\"p-6 flex flex-col flex-grow\">\n                    <!-- Project Title: text-2xl on mobile, text-3xl on large screens, font-bold -->\n                    <h2 class=\"text-2xl lg:text-3xl font-bold text-gray-800 mb-2\">Industrial Refurbishment<\/h2>\n                    <p class=\"text-sm text-indigo-600 font-medium mb-3\">#UAE, #Oman, #Refurbishment<\/p>\n                    <p class=\"text-gray-500 mb-4 text-sm\">\n                        Successfully managed and delivered complex projects focused on the refurbishment and supply of industrial equipment across the UAE and Oman.\n                    <\/p>\n                    <!-- Orange Primary Button: text-base on mobile (sm:text-sm for desktop) -->\n                    <a href=\"https:\/\/metalmindglobal.com\/index.php\/project-02\/\" class=\"inline-block w-full text-center bg-brand-orange hover:bg-brand-orange-dark text-white text-base sm:text-sm font-semibold py-2 px-4 rounded-lg transition duration-200 shadow-md mt-auto\">\n                        View Details\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Project Card 3: Africa (Machinery & Beverage Lines) -->\n            <div class=\"project-card bg-white rounded-xl shadow-lg overflow-hidden border border-gray-100 flex flex-col min-h-[450px] mx-0 sm:mx-0\">\n                <!-- Blue Accent for Image Placeholder: Size=50 on mobile -->\n                <div class=\"aspect-h-3 aspect-w-4 w-full h-48 bg-brand-blue flex items-center justify-center p-4\">\n                    <img decoding=\"async\" src=\"https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Africa+Beverage+Lines&#038;size=50\" \n                         srcset=\"https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Africa+Beverage+Lines&#038;size=80 1024w\"\n                         alt=\"Africa Machinery &#038; Beverage Lines\" class=\"object-cover w-full h-full rounded-lg\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Loading+Image';\" \/>\n                <\/div>\n                <div class=\"p-6 flex flex-col flex-grow\">\n                    <!-- Project Title: text-2xl on mobile, text-3xl on large screens, font-bold -->\n                    <h2 class=\"text-2xl lg:text-3xl font-bold text-gray-800 mb-2\">Beverage Line Supply<\/h2>\n                    <p class=\"text-sm text-indigo-600 font-medium mb-3\">#Kenya, #Ghana, #Tanzania<\/D>\n                    <p class=\"text-gray-500 mb-4 text-sm\">\n                        Delivery of specialized Machinery &#038; Beverage Lines as part of our Cross-Border Supply Chain Optimization in East and West Africa.\n                    <\/p>\n                    <!-- Orange Primary Button: text-base on mobile (sm:text-sm for desktop) -->\n                    <a href=\"https:\/\/metalmindglobal.com\/index.php\/project-03\/\" class=\"inline-block w-full text-center bg-brand-orange hover:bg-brand-orange-dark text-white text-base sm:text-sm font-semibold py-2 px-4 rounded-lg transition duration-200 shadow-md mt-auto\">\n                        View Details\n                    <\/a>\n                <\/div>\n            <\/div>\n\n            <!-- Project Card 4: Central Asia (Refinery & Plant Relocation) -->\n            <div class=\"project-card bg-white rounded-xl shadow-lg overflow-hidden border border-gray-100 flex flex-col min-h-[450px] mx-0 sm:mx-0\">\n                <!-- Blue Accent for Image Placeholder: Size=50 on mobile -->\n                <div class=\"aspect-h-3 aspect-w-4 w-full h-48 bg-brand-blue flex items-center justify-center p-4\">\n                    <img decoding=\"async\" src=\"https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Central+Asia+Relocation&#038;size=50\" \n                         srcset=\"https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Central+Asia+Relocation&#038;size=80 1024w\"\n                         alt=\"Central Asia Refinery &#038; Plant Relocation\" class=\"object-cover w-full h-full rounded-lg\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Loading+Image';\" \/>\n                <\/div>\n                <div class=\"p-6 flex flex-col flex-grow\">\n                    <!-- Project Title: text-2xl on mobile, text-3xl on large screens, font-bold -->\n                    <h2 class=\"text-2xl lg:text-3xl font-bold text-gray-800 mb-2\">Refinery &#038; Plant Relocation<\/h2>\n                    <p class=\"text-sm text-indigo-600 font-medium mb-3\">#CentralAsia, #Refinery, #Logistics<\/p>\n                    <p class=\"text-gray-500 mb-4 text-sm\">\n                        Executed complex turnkey projects involving Refinery &#038; Plant Relocation, ensuring precision and safety in Central Asian regions.\n                    <\/p>\n                    <!-- Orange Primary Button: text-base on mobile (sm:text-sm for desktop) -->\n                    <a href=\"https:\/\/metalmindglobal.com\/index.php\/project-04\/\" class=\"inline-block w-full text-center bg-brand-orange hover:bg-brand-orange-dark text-white text-base sm:text-sm font-semibold py-2 px-4 rounded-lg transition duration-200 shadow-md mt-auto\">\n                        View Details\n                    <\/a>\n                <\/div>\n            <\/div>\n            \n            <!-- NEW Project Card 5: Afghanistan (Power Generation Equipment) -->\n            <div class=\"project-card bg-white rounded-xl shadow-lg overflow-hidden border border-gray-100 flex flex-col min-h-[450px] mx-0 sm:mx-0\">\n                <!-- Blue Accent for Image Placeholder: Size=50 on mobile -->\n                <div class=\"aspect-h-3 aspect-w-4 w-full h-48 bg-brand-blue flex items-center justify-center p-4\">\n                    <img decoding=\"async\" src=\"https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Afghanistan+Power+Gen&#038;size=50\" \n                         srcset=\"https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Afghanistan+Power+Gen&#038;size=80 1024w\"\n                         alt=\"Afghanistan Power Generation Equipment\" class=\"object-cover w-full h-full rounded-lg\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Loading+Image';\" \/>\n                <\/div>\n                <div class=\"p-6 flex flex-col flex-grow\">\n                    <!-- Project Title: text-2xl on mobile, text-3xl on large screens, font-bold -->\n                    <h2 class=\"text-2xl lg:text-3xl font-bold text-gray-800 mb-2\">Power Generation Supply<\/h2>\n                    <p class=\"text-sm text-indigo-600 font-medium mb-3\">#Afghanistan, #PowerGen, #Logistics<\/p>\n                    <p class=\"text-gray-500 mb-4 text-sm\">\n                        Supply of critical Power Generation Equipment to remote and high-risk regions in Afghanistan, ensuring energy stability.\n                    <\/p>\n                    <!-- Orange Primary Button: text-base on mobile (sm:text-sm for desktop) -->\n                    <a href=\"https:\/\/metalmindglobal.com\/index.php\/project-05\/\" class=\"inline-block w-full text-center bg-brand-orange hover:bg-brand-orange-dark text-white text-base sm:text-sm font-semibold py-2 px-4 rounded-lg transition duration-200 shadow-md mt-auto\">\n                        View Details\n                    <\/a>\n                <\/div>\n            <\/div>\n\n        <\/div>\n        \n    <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Local End-to-End Integration #Pakistan, #Manufacturing, #Power Executed comprehensive industrial sourcing and End-to-End Equipment Integration projects specifically for manufacturing and power sectors in Pakistan. View Details Industrial Refurbishment #UAE, #Oman, #Refurbishment Successfully managed and delivered complex projects focused on the refurbishment and supply of industrial equipment across the UAE and Oman. View Details Beverage Line Supply [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_eb_attr":"","footnotes":""},"class_list":["post-59","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Projects - Metal Mind Global<\/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:\/\/metalmindglobal.com\/index.php\/projects\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Projects - Metal Mind Global\" \/>\n<meta property=\"og:description\" content=\"Local End-to-End Integration #Pakistan, #Manufacturing, #Power Executed comprehensive industrial sourcing and End-to-End Equipment Integration projects specifically for manufacturing and power sectors in Pakistan. View Details Industrial Refurbishment #UAE, #Oman, #Refurbishment Successfully managed and delivered complex projects focused on the refurbishment and supply of industrial equipment across the UAE and Oman. View Details Beverage Line Supply [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/metalmindglobal.com\/index.php\/projects\/\" \/>\n<meta property=\"og:site_name\" content=\"Metal Mind Global\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-16T19:18:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Pakistan+Industrial&size=50\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/metalmindglobal.com\/index.php\/projects\/\",\"url\":\"https:\/\/metalmindglobal.com\/index.php\/projects\/\",\"name\":\"Projects - Metal Mind Global\",\"isPartOf\":{\"@id\":\"https:\/\/metalmindglobal.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/metalmindglobal.com\/index.php\/projects\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/metalmindglobal.com\/index.php\/projects\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Pakistan+Industrial&size=50\",\"datePublished\":\"2025-11-09T13:12:35+00:00\",\"dateModified\":\"2025-11-16T19:18:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/metalmindglobal.com\/index.php\/projects\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/metalmindglobal.com\/index.php\/projects\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/metalmindglobal.com\/index.php\/projects\/#primaryimage\",\"url\":\"https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Pakistan+Industrial&size=50\",\"contentUrl\":\"https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Pakistan+Industrial&size=50\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/metalmindglobal.com\/index.php\/projects\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/metalmindglobal.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Projects\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/metalmindglobal.com\/#website\",\"url\":\"https:\/\/metalmindglobal.com\/\",\"name\":\"Metal Mind Global\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/metalmindglobal.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/metalmindglobal.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/metalmindglobal.com\/#organization\",\"name\":\"Metal Mind Global\",\"url\":\"https:\/\/metalmindglobal.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/metalmindglobal.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/metalmindglobal.com\/wp-content\/uploads\/2025\/11\/mmg-logo-horizontal-png-white-scaled.png\",\"contentUrl\":\"https:\/\/metalmindglobal.com\/wp-content\/uploads\/2025\/11\/mmg-logo-horizontal-png-white-scaled.png\",\"width\":2560,\"height\":812,\"caption\":\"Metal Mind Global\"},\"image\":{\"@id\":\"https:\/\/metalmindglobal.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Projects - Metal Mind Global","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:\/\/metalmindglobal.com\/index.php\/projects\/","og_locale":"en_US","og_type":"article","og_title":"Projects - Metal Mind Global","og_description":"Local End-to-End Integration #Pakistan, #Manufacturing, #Power Executed comprehensive industrial sourcing and End-to-End Equipment Integration projects specifically for manufacturing and power sectors in Pakistan. View Details Industrial Refurbishment #UAE, #Oman, #Refurbishment Successfully managed and delivered complex projects focused on the refurbishment and supply of industrial equipment across the UAE and Oman. View Details Beverage Line Supply [&hellip;]","og_url":"https:\/\/metalmindglobal.com\/index.php\/projects\/","og_site_name":"Metal Mind Global","article_modified_time":"2025-11-16T19:18:48+00:00","og_image":[{"url":"https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Pakistan+Industrial&size=50","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/metalmindglobal.com\/index.php\/projects\/","url":"https:\/\/metalmindglobal.com\/index.php\/projects\/","name":"Projects - Metal Mind Global","isPartOf":{"@id":"https:\/\/metalmindglobal.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/metalmindglobal.com\/index.php\/projects\/#primaryimage"},"image":{"@id":"https:\/\/metalmindglobal.com\/index.php\/projects\/#primaryimage"},"thumbnailUrl":"https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Pakistan+Industrial&size=50","datePublished":"2025-11-09T13:12:35+00:00","dateModified":"2025-11-16T19:18:48+00:00","breadcrumb":{"@id":"https:\/\/metalmindglobal.com\/index.php\/projects\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/metalmindglobal.com\/index.php\/projects\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/metalmindglobal.com\/index.php\/projects\/#primaryimage","url":"https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Pakistan+Industrial&size=50","contentUrl":"https:\/\/placehold.co\/640x480\/071B3C\/FFFFFF?text=Pakistan+Industrial&size=50"},{"@type":"BreadcrumbList","@id":"https:\/\/metalmindglobal.com\/index.php\/projects\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/metalmindglobal.com\/"},{"@type":"ListItem","position":2,"name":"Projects"}]},{"@type":"WebSite","@id":"https:\/\/metalmindglobal.com\/#website","url":"https:\/\/metalmindglobal.com\/","name":"Metal Mind Global","description":"","publisher":{"@id":"https:\/\/metalmindglobal.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/metalmindglobal.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/metalmindglobal.com\/#organization","name":"Metal Mind Global","url":"https:\/\/metalmindglobal.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/metalmindglobal.com\/#\/schema\/logo\/image\/","url":"https:\/\/metalmindglobal.com\/wp-content\/uploads\/2025\/11\/mmg-logo-horizontal-png-white-scaled.png","contentUrl":"https:\/\/metalmindglobal.com\/wp-content\/uploads\/2025\/11\/mmg-logo-horizontal-png-white-scaled.png","width":2560,"height":812,"caption":"Metal Mind Global"},"image":{"@id":"https:\/\/metalmindglobal.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/metalmindglobal.com\/index.php\/wp-json\/wp\/v2\/pages\/59","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/metalmindglobal.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/metalmindglobal.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/metalmindglobal.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/metalmindglobal.com\/index.php\/wp-json\/wp\/v2\/comments?post=59"}],"version-history":[{"count":29,"href":"https:\/\/metalmindglobal.com\/index.php\/wp-json\/wp\/v2\/pages\/59\/revisions"}],"predecessor-version":[{"id":312,"href":"https:\/\/metalmindglobal.com\/index.php\/wp-json\/wp\/v2\/pages\/59\/revisions\/312"}],"wp:attachment":[{"href":"https:\/\/metalmindglobal.com\/index.php\/wp-json\/wp\/v2\/media?parent=59"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}