{"id":348,"date":"2025-06-24T08:51:32","date_gmt":"2025-06-24T07:51:32","guid":{"rendered":"https:\/\/www.empreso.co.uk\/?page_id=348"},"modified":"2025-06-24T09:33:44","modified_gmt":"2025-06-24T08:33:44","slug":"348-2","status":"publish","type":"page","link":"https:\/\/www.empreso.co.uk\/?page_id=348","title":{"rendered":"Take Our Quiz"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Discover Your Business Potential &#8211; Empreso Quiz<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f8fafc;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Header *\/\n        .header {\n            background: white;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.1);\n            position: sticky;\n            top: 0;\n            z-index: 100;\n        }\n\n        .nav {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 1rem 0;\n        }\n\n        .logo {\n            font-size: 1.8rem;\n            font-weight: bold;\n            color: #2dd4bf;\n            text-decoration: none;\n        }\n\n        .nav-links {\n            display: flex;\n            list-style: none;\n            gap: 2rem;\n        }\n\n        .nav-links a {\n            text-decoration: none;\n            color: #64748b;\n            font-weight: 500;\n            padding: 0.5rem 1rem;\n            border-radius: 6px;\n            transition: all 0.3s ease;\n        }\n\n        .nav-links a:hover {\n            background: #f1f5f9;\n            color: #2dd4bf;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            background: linear-gradient(135deg, #2dd4bf 0%, #0891b2 100%);\n            color: white;\n            padding: 4rem 0;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: url('data:image\/svg+xml,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 100 100\"><defs><pattern id=\"grain\" width=\"100\" height=\"100\" patternUnits=\"userSpaceOnUse\"><circle cx=\"25\" cy=\"25\" r=\"1\" fill=\"white\" opacity=\"0.1\"\/><circle cx=\"75\" cy=\"75\" r=\"1\" fill=\"white\" opacity=\"0.1\"\/><circle cx=\"50\" cy=\"10\" r=\"1\" fill=\"white\" opacity=\"0.1\"\/><circle cx=\"10\" cy=\"60\" r=\"1\" fill=\"white\" opacity=\"0.1\"\/><circle cx=\"90\" cy=\"40\" r=\"1\" fill=\"white\" opacity=\"0.1\"\/><\/pattern><\/defs><rect width=\"100\" height=\"100\" fill=\"url(%23grain)\"\/><\/svg>');\n            opacity: 0.3;\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 2;\n        }\n\n        .hero h1 {\n            font-size: 3.5rem;\n            font-weight: 800;\n            margin-bottom: 1rem;\n            line-height: 1.1;\n        }\n\n        .hero .subtitle {\n            font-size: 1.3rem;\n            margin-bottom: 2rem;\n            opacity: 0.9;\n            max-width: 600px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .gift-icon {\n            font-size: 3rem;\n            margin-bottom: 1rem;\n            display: block;\n            animation: bounce 2s infinite;\n        }\n\n        @keyframes bounce {\n            0%, 20%, 50%, 80%, 100% { transform: translateY(0); }\n            40% { transform: translateY(-10px); }\n            60% { transform: translateY(-5px); }\n        }\n\n        \/* Benefits Section *\/\n        .benefits {\n            padding: 4rem 0;\n            background: white;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 2rem;\n            margin-top: 3rem;\n        }\n\n        .benefit-card {\n            background: white;\n            padding: 2rem;\n            border-radius: 16px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n            text-align: center;\n            transition: all 0.3s ease;\n            border: 1px solid #e2e8f0;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 30px rgba(0,0,0,0.15);\n        }\n\n        .benefit-icon {\n            width: 60px;\n            height: 60px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 1rem;\n            font-size: 1.5rem;\n        }\n\n        .benefit-icon.earn { background: #dcfce7; color: #16a34a; }\n        .benefit-icon.training { background: #fef3c7; color: #d97706; }\n        .benefit-icon.property { background: #dbeafe; color: #2563eb; }\n        .benefit-icon.support { background: #f3e8ff; color: #9333ea; }\n\n        .benefit-card h3 {\n            font-size: 1.3rem;\n            font-weight: 700;\n            margin-bottom: 0.5rem;\n            color: #1e293b;\n        }\n\n        .benefit-card p {\n            color: #64748b;\n            line-height: 1.6;\n        }\n\n        \/* Quiz Section *\/\n        .quiz-section {\n            padding: 4rem 0;\n            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);\n        }\n\n        .quiz-container {\n            background: white;\n            border-radius: 20px;\n            padding: 3rem;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.1);\n            text-align: center;\n        }\n\n        .quiz-header {\n            margin-bottom: 3rem;\n        }\n\n        .quiz-header h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #1e293b;\n            margin-bottom: 1rem;\n        }\n\n        .quiz-header p {\n            font-size: 1.2rem;\n            color: #64748b;\n            max-width: 600px;\n            margin: 0 auto;\n        }\n\n        .quiz-frame {\n            border-radius: 16px;\n            overflow: hidden;\n            box-shadow: 0 8px 30px rgba(0,0,0,0.1);\n            border: 1px solid #e2e8f0;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            background: linear-gradient(135deg, #2dd4bf 0%, #0891b2 100%);\n            color: white;\n            padding: 4rem 0;\n            text-align: center;\n        }\n\n        .cta-content h2 {\n            font-size: 2.5rem;\n            font-weight: 800;\n            margin-bottom: 1rem;\n        }\n\n        .cta-content p {\n            font-size: 1.2rem;\n            margin-bottom: 2rem;\n            opacity: 0.9;\n        }\n\n        .cta-button {\n            display: inline-block;\n            background: #f59e0b;\n            color: white;\n            padding: 1rem 2.5rem;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);\n        }\n\n        .cta-button:hover {\n            background: #d97706;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(245, 158, 11, 0.6);\n        }\n\n        \/* Testimonial *\/\n        .testimonial {\n            background: white;\n            padding: 3rem 0;\n            text-align: center;\n        }\n\n        .testimonial-content {\n            max-width: 800px;\n            margin: 0 auto;\n            padding: 2rem;\n            background: #f8fafc;\n            border-radius: 16px;\n            border-left: 4px solid #2dd4bf;\n        }\n\n        .testimonial-text {\n            font-size: 1.3rem;\n            font-style: italic;\n            color: #1e293b;\n            margin-bottom: 1rem;\n        }\n\n        .testimonial-author {\n            color: #64748b;\n            font-weight: 600;\n        }\n\n        \/* Footer *\/\n        .footer {\n            background: #1e293b;\n            color: white;\n            padding: 2rem 0;\n            text-align: center;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .nav-links {\n                display: none;\n            }\n\n            .hero h1 {\n                font-size: 2.5rem;\n            }\n\n            .hero .subtitle {\n                font-size: 1.1rem;\n            }\n\n            .quiz-container {\n                padding: 2rem 1rem;\n            }\n\n            .quiz-header h2 {\n                font-size: 2rem;\n            }\n\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        \/* Loading Animation *\/\n        .loading {\n            display: inline-block;\n            width: 20px;\n            height: 20px;\n            border: 3px solid #f3f3f3;\n            border-top: 3px solid #2dd4bf;\n            border-radius: 50%;\n            animation: spin 1s linear infinite;\n        }\n\n        @keyframes spin {\n            0% { transform: rotate(0deg); }\n            100% { transform: rotate(360deg); }\n        }\n    <\/style>\n<\/head>\n<body>\n   \n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <div class=\"hero-content\">\n                <span class=\"gift-icon\">\ud83c\udfaf<\/span>\n                <h1>Discover Your Business Potential<\/h1>\n                <p class=\"subtitle\">Take our quick assessment to find the perfect income opportunity that matches your goals and lifestyle<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Benefits Section -->\n    <section class=\"benefits\">\n        <div class=\"container\">\n            <div class=\"text-center\">\n                <h2 style=\"font-size: 2.5rem; font-weight: 800; color: #1e293b; margin-bottom: 1rem;\">Why Take Our Quiz?<\/h2>\n                <p style=\"font-size: 1.2rem; color: #64748b; max-width: 600px; margin: 0 auto;\">Get personalized recommendations based on your unique situation and aspirations<\/p>\n            <\/div>\n            \n            <div class=\"benefits-grid\">\n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon earn\">\ud83d\udcb0<\/div>\n                    <h3>Personalized Opportunities<\/h3>\n                    <p>Discover income streams that match your skills, schedule, and financial goals<\/p>\n                <\/div>\n                \n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon training\">\u2b50<\/div>\n                    <h3>Expert Guidance<\/h3>\n                    <p>Get access to free training and resources tailored to your chosen path<\/p>\n                <\/div>\n                \n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon property\">\ud83c\udfe0<\/div>\n                    <h3>Property Insights<\/h3>\n                    <p>Learn about exclusive property investment opportunities in your area<\/p>\n                <\/div>\n                \n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon support\">\ud83d\ude80<\/div>\n                    <h3>Community Support<\/h3>\n                    <p>Join a network of like-minded entrepreneurs building their financial future<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Quiz Section -->\n    <section class=\"quiz-section\">\n        <div class=\"container\">\n            <div class=\"quiz-container\">\n                <div class=\"quiz-header\">\n                    <h2>Start Your Journey Today<\/h2>\n                    <p>Answer a few quick questions to unlock your personalized business recommendations<\/p>\n                <\/div>\n                \n                <div class=\"quiz-frame\">\n                    <iframe \n                        src=\"https:\/\/app.quizify.io\/funnel\/a4613e8d72a61b3b69b32d040f89ad81\" \n                        loading=\"lazy\" \n                        width=\"100%\" \n                        height=\"700\"\n                        style=\"border: none; display: block;\"\n                        title=\"Empreso Business Potential Quiz\">\n                    <\/iframe>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Testimonial Section -->\n    <section class=\"testimonial\">\n        <div class=\"container\">\n            <div class=\"testimonial-content\">\n                <p class=\"testimonial-text\">&#8220;The quiz helped me identify the perfect opportunity for my situation. I now earn \u00a3400+ monthly as an Empreso associate while maintaining my work-life balance.&#8221;<\/p>\n                <p class=\"testimonial-author\">\u2013 Sarah M., London<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"cta-section\">\n        <div class=\"container\">\n            <div class=\"cta-content\">\n                <h2>Ready to Transform Your Future?<\/h2>\n                <p>Join thousands of successful Empreso associates who&#8217;ve taken control of their financial destiny<\/p>\n                <a href=\"#quiz\" class=\"cta-button\">Take the Quiz Now<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer class=\"footer\">\n        <div class=\"container\">\n            <p>&copy; 2025 Empreso. All rights reserved. | Building financial freedom through opportunity.<\/p>\n        <\/div>\n    <\/footer>\n\n    <script>\n        \/\/ Smooth scrolling for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            });\n        });\n\n        \/\/ Add loading state for iframe\n        const iframe = document.querySelector('iframe');\n        if (iframe) {\n            iframe.addEventListener('load', function() {\n                console.log('Quiz loaded successfully');\n            });\n        }\n\n        \/\/ Add subtle animations on scroll\n        const observerOptions = {\n            threshold: 0.1,\n            rootMargin: '0px 0px -50px 0px'\n        };\n\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0)';\n                }\n            });\n        }, observerOptions);\n\n        \/\/ Observe benefit cards for animation\n        document.querySelectorAll('.benefit-card').forEach(card => {\n            card.style.opacity = '0';\n            card.style.transform = 'translateY(20px)';\n            card.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n            observer.observe(card);\n        });\n    <\/script>\n<\/body>\n<\/html>\n<div class=\"gsp_post_data\" data-post_type=\"page\" data-cat=\"\" data-modified=\"120\" data-title=\"Take Our Quiz\" data-home=\"https:\/\/www.empreso.co.uk\"><\/div>","protected":false},"excerpt":{"rendered":"<p>Discover Your Business Potential &#8211; Empreso Quiz \ud83c\udfaf Discover Your Business Potential Take our quick assessment to find the perfect income opportunity that matches your goals and lifestyle Why Take Our Quiz? Get personalized recommendations based on your unique situation and aspirations \ud83d\udcb0 Personalized Opportunities Discover income streams that match your skills, schedule, and financial [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-348","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Take Our Quiz - Empreso<\/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:\/\/www.empreso.co.uk\/?page_id=348\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Take Our Quiz - Empreso\" \/>\n<meta property=\"og:description\" content=\"Discover Your Business Potential &#8211; Empreso Quiz \ud83c\udfaf Discover Your Business Potential Take our quick assessment to find the perfect income oppor\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.empreso.co.uk\/?page_id=348\" \/>\n<meta property=\"og:site_name\" content=\"Empreso\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/EmpresoNetwork\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-24T08:33:44+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@AlainMbe\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated 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:\\\/\\\/www.empreso.co.uk\\\/?page_id=348\",\"url\":\"https:\\\/\\\/www.empreso.co.uk\\\/?page_id=348\",\"name\":\"Take Our Quiz - Empreso\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/#website\"},\"datePublished\":\"2025-06-24T07:51:32+00:00\",\"dateModified\":\"2025-06-24T08:33:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/?page_id=348#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.empreso.co.uk\\\/?page_id=348\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/?page_id=348#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.empreso.co.uk\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Take Our Quiz\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/#website\",\"url\":\"https:\\\/\\\/www.empreso.co.uk\\\/\",\"name\":\"Empreso\",\"description\":\"Prosperity Through Property\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.empreso.co.uk\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/#organization\",\"name\":\"Empreso\",\"url\":\"https:\\\/\\\/www.empreso.co.uk\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.empreso.co.uk\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/New_Logo.jpg\",\"contentUrl\":\"https:\\\/\\\/www.empreso.co.uk\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/New_Logo.jpg\",\"width\":1043,\"height\":240,\"caption\":\"Empreso\"},\"image\":{\"@id\":\"https:\\\/\\\/www.empreso.co.uk\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/EmpresoNetwork\",\"https:\\\/\\\/x.com\\\/AlainMbe\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/alainmbe\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Take Our Quiz - Empreso","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:\/\/www.empreso.co.uk\/?page_id=348","og_locale":"en_GB","og_type":"article","og_title":"Take Our Quiz - Empreso","og_description":"Discover Your Business Potential &#8211; Empreso Quiz \ud83c\udfaf Discover Your Business Potential Take our quick assessment to find the perfect income oppor","og_url":"https:\/\/www.empreso.co.uk\/?page_id=348","og_site_name":"Empreso","article_publisher":"https:\/\/www.facebook.com\/EmpresoNetwork","article_modified_time":"2025-06-24T08:33:44+00:00","twitter_card":"summary_large_image","twitter_site":"@AlainMbe","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.empreso.co.uk\/?page_id=348","url":"https:\/\/www.empreso.co.uk\/?page_id=348","name":"Take Our Quiz - Empreso","isPartOf":{"@id":"https:\/\/www.empreso.co.uk\/#website"},"datePublished":"2025-06-24T07:51:32+00:00","dateModified":"2025-06-24T08:33:44+00:00","breadcrumb":{"@id":"https:\/\/www.empreso.co.uk\/?page_id=348#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.empreso.co.uk\/?page_id=348"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.empreso.co.uk\/?page_id=348#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.empreso.co.uk\/"},{"@type":"ListItem","position":2,"name":"Take Our Quiz"}]},{"@type":"WebSite","@id":"https:\/\/www.empreso.co.uk\/#website","url":"https:\/\/www.empreso.co.uk\/","name":"Empreso","description":"Prosperity Through Property","publisher":{"@id":"https:\/\/www.empreso.co.uk\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.empreso.co.uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.empreso.co.uk\/#organization","name":"Empreso","url":"https:\/\/www.empreso.co.uk\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.empreso.co.uk\/#\/schema\/logo\/image\/","url":"https:\/\/www.empreso.co.uk\/wp-content\/uploads\/2025\/06\/New_Logo.jpg","contentUrl":"https:\/\/www.empreso.co.uk\/wp-content\/uploads\/2025\/06\/New_Logo.jpg","width":1043,"height":240,"caption":"Empreso"},"image":{"@id":"https:\/\/www.empreso.co.uk\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/EmpresoNetwork","https:\/\/x.com\/AlainMbe","https:\/\/www.linkedin.com\/in\/alainmbe\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/348","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=348"}],"version-history":[{"count":3,"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/348\/revisions"}],"predecessor-version":[{"id":355,"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/348\/revisions\/355"}],"wp:attachment":[{"href":"https:\/\/www.empreso.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=348"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}