{"id":7635,"date":"2025-08-16T20:54:33","date_gmt":"2025-08-16T18:54:33","guid":{"rendered":"https:\/\/gerdihulsink.com\/?p=7635"},"modified":"2025-09-01T10:53:24","modified_gmt":"2025-09-01T08:53:24","slug":"the-art-of-strategic-investing","status":"publish","type":"post","link":"https:\/\/gerdihulsink.com\/en\/the-art-of-strategic-investing\/","title":{"rendered":"The Art of Strategic Investing"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"nl\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Empowered Letter - The Art of Strategic Investing<\/title>\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');\n       \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n \n        :root {\n            --black: #000000;\n            --gold: #E2AB10;\n            --orange: #F2480C;\n            --teal: #15B097;\n            --white: #ffffff;\n            --light-gray: #f8f9fa;\n            --dark-gray: #2a2a2a;\n        }\n \n        body {\n            font-family: 'Inter', sans-serif;\n            line-height: 1.6;\n            color: var(--black);\n            background: linear-gradient(135deg, var(--black) 0%, var(--dark-gray) 100%);\n            min-height: 100vh;\n            overflow-x: hidden;\n        }\n \n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n            background: var(--white);\n            position: relative;\n            overflow: hidden;\n        }\n \n        \/* Animated background elements *\/\n        .bg-shapes {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            pointer-events: none;\n            z-index: -1;\n        }\n \n        .shape {\n            position: absolute;\n            border-radius: 50%;\n            opacity: 0.1;\n            animation: float 20s ease-in-out infinite;\n        }\n \n        .shape:nth-child(1) {\n            width: 300px;\n            height: 300px;\n            background: var(--gold);\n            top: 10%;\n            left: -10%;\n            animation-delay: 0s;\n        }\n \n        .shape:nth-child(2) {\n            width: 200px;\n            height: 200px;\n            background: var(--orange);\n            top: 60%;\n            right: -5%;\n            animation-delay: -7s;\n        }\n \n        .shape:nth-child(3) {\n            width: 250px;\n            height: 250px;\n            background: var(--teal);\n            bottom: 20%;\n            left: -8%;\n            animation-delay: -14s;\n        }\n \n        @keyframes float {\n            0%, 100% { transform: translateY(0px) rotate(0deg) scale(1); }\n            33% { transform: translateY(-30px) rotate(120deg) scale(1.1); }\n            66% { transform: translateY(20px) rotate(240deg) scale(0.9); }\n        }\n \n        .header {\n            background: linear-gradient(135deg, var(--black) 0%, var(--dark-gray) 100%);\n            color: var(--white);\n            padding: 80px 40px;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n \n        .header::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 60 60\"><defs><pattern id=\"hexagons\" width=\"60\" height=\"60\" patternUnits=\"userSpaceOnUse\"><polygon points=\"30,5 45,15 45,35 30,45 15,35 15,15\" fill=\"none\" stroke=\"rgba(226,171,16,0.1)\" stroke-width=\"1\"\/><\/pattern><\/defs><rect width=\"100%\" height=\"100%\" fill=\"url(%23hexagons)\"\/><\/svg>');\n            animation: slide 30s linear infinite;\n        }\n \n        @keyframes slide {\n            0% { transform: translateX(0); }\n            100% { transform: translateX(-60px); }\n        }\n \n        .header h1 {\n            font-family: 'Playfair Display', serif;\n            font-size: clamp(2.2em, 5vw, 3.5em);\n            margin-bottom: 20px;\n            font-weight: 600;\n            position: relative;\n            z-index: 2;\n            background: linear-gradient(135deg, var(--gold) 0%, var(--orange) 50%, var(--teal) 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            animation: glow 3s ease-in-out infinite alternate;\n        }\n \n        @keyframes glow {\n            from { filter: drop-shadow(0 0 20px rgba(226,171,16,0.3)); }\n            to { filter: drop-shadow(0 0 30px rgba(242,72,12,0.4)); }\n        }\n \n        .header .subtitle {\n            font-size: 1.3em;\n            opacity: 0.9;\n            font-weight: 300;\n            position: relative;\n            z-index: 2;\n            letter-spacing: 1px;\n        }\n \n        .content {\n            padding: 80px 40px;\n        }\n \n        .intro {\n            font-size: 1.4em;\n            font-weight: 300;\n            color: var(--dark-gray);\n            margin-bottom: 60px;\n            padding: 40px;\n            background: linear-gradient(135deg, var(--light-gray) 0%, #ffffff 100%);\n            border-radius: 20px;\n            border: 1px solid rgba(226,171,16,0.2);\n            position: relative;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.05);\n            line-height: 1.8;\n        }\n \n        .intro::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, var(--gold) 0%, var(--orange) 50%, var(--teal) 100%);\n            border-radius: 20px 20px 0 0;\n        }\n \n        h2 {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.5em;\n            color: var(--black);\n            margin: 80px 0 40px;\n            position: relative;\n            font-weight: 600;\n        }\n \n        h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 0;\n            width: 80px;\n            height: 4px;\n            background: linear-gradient(90deg, var(--gold) 0%, var(--orange) 100%);\n            border-radius: 2px;\n        }\n \n        h3 {\n            font-family: 'Inter', sans-serif;\n            font-size: 1.6em;\n            color: var(--black);\n            margin: 40px 0 20px;\n            font-weight: 600;\n        }\n \n        .pillar-section {\n            margin: 60px 0;\n            padding: 50px;\n            background: var(--white);\n            border-radius: 20px;\n            position: relative;\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            border: 2px solid transparent;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.08);\n        }\n \n        .pillar-section:hover {\n            transform: translateY(-10px);\n            border-color: var(--gold);\n            box-shadow: 0 30px 80px rgba(226,171,16,0.15);\n        }\n \n        .pillar-section:nth-child(odd) {\n            border-left: 6px solid var(--teal);\n        }\n \n        .pillar-section:nth-child(even) {\n            border-left: 6px solid var(--orange);\n        }\n \n        .pillar-icon {\n            width: 80px;\n            height: 80px;\n            background: linear-gradient(135deg, var(--gold) 0%, var(--orange) 100%);\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--white);\n            font-size: 2em;\n            margin-bottom: 30px;\n            position: relative;\n            overflow: hidden;\n            animation: pulse 2s ease-in-out infinite;\n        }\n \n        @keyframes pulse {\n            0%, 100% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n        }\n \n        .pillar-icon::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);\n            transform: rotate(45deg);\n            animation: shine 4s ease-in-out infinite;\n        }\n \n        @keyframes shine {\n            0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }\n            50% { transform: translateX(100%) translateY(100%) rotate(45deg); }\n            100% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }\n        }\n \n        .highlight-box {\n            background: linear-gradient(135deg, var(--black) 0%, var(--dark-gray) 100%);\n            color: var(--white);\n            padding: 50px;\n            border-radius: 20px;\n            margin: 60px 0;\n            text-align: center;\n            font-size: 1.3em;\n            font-weight: 400;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.2);\n        }\n \n        .highlight-box::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: linear-gradient(90deg, var(--gold) 0%, var(--orange) 50%, var(--teal) 100%);\n            animation: gradient-shift 3s ease-in-out infinite;\n        }\n \n        @keyframes gradient-shift {\n            0%, 100% { background: linear-gradient(90deg, var(--gold) 0%, var(--orange) 50%, var(--teal) 100%); }\n            50% { background: linear-gradient(90deg, var(--teal) 0%, var(--gold) 50%, var(--orange) 100%); }\n        }\n \n        .steps-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 40px;\n            margin: 60px 0;\n        }\n \n        .step-card {\n            background: var(--white);\n            padding: 40px;\n            border-radius: 20px;\n            text-align: center;\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            border: 2px solid transparent;\n            box-shadow: 0 15px 40px rgba(0,0,0,0.08);\n            position: relative;\n            overflow: hidden;\n        }\n \n        .step-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 4px;\n            background: var(--teal);\n            transform: scaleX(0);\n            transition: transform 0.4s ease;\n        }\n \n        .step-card:hover {\n            transform: translateY(-15px) scale(1.02);\n            border-color: var(--gold);\n            box-shadow: 0 25px 60px rgba(226,171,16,0.2);\n        }\n \n        .step-card:hover::before {\n            transform: scaleX(1);\n        }\n \n        .step-card:nth-child(2n) .step-number {\n            background: linear-gradient(135deg, var(--orange) 0%, var(--gold) 100%);\n        }\n \n        .step-card:nth-child(3n) .step-number {\n            background: linear-gradient(135deg, var(--teal) 0%, var(--gold) 100%);\n        }\n \n        .step-number {\n            width: 70px;\n            height: 70px;\n            background: linear-gradient(135deg, var(--gold) 0%, var(--orange) 100%);\n            color: var(--white);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n            font-size: 1.5em;\n            margin: 0 auto 30px;\n            position: relative;\n            box-shadow: 0 10px 30px rgba(226,171,16,0.3);\n        }\n \n        .visual-element {\n            width: 100%;\n            height: 250px;\n            background: linear-gradient(135deg, var(--black) 0%, var(--dark-gray) 100%);\n            margin: 60px 0;\n            border-radius: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--white);\n            font-size: 1.8em;\n            font-weight: 500;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.2);\n        }\n \n        .visual-element span {\n            background: linear-gradient(135deg, var(--gold) 0%, var(--orange) 50%, var(--teal) 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            font-weight: 600;\n            text-align: center;\n            z-index: 2;\n            position: relative;\n        }\n \n        .visual-element::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: conic-gradient(from 0deg, transparent, rgba(226,171,16,0.1), transparent);\n            animation: rotate 15s linear infinite;\n        }\n \n        @keyframes rotate {\n            from { transform: rotate(0deg); }\n            to { transform: rotate(360deg); }\n        }\n \n        .cta-section {\n            background: linear-gradient(135deg, var(--black) 0%, var(--dark-gray) 100%);\n            color: var(--white);\n            padding: 80px 40px;\n            text-align: center;\n            margin: 80px -40px -80px;\n            position: relative;\n            overflow: hidden;\n        }\n \n        .cta-section::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=\"dots\" width=\"20\" height=\"20\" patternUnits=\"userSpaceOnUse\"><circle cx=\"10\" cy=\"10\" r=\"1\" fill=\"rgba(226,171,16,0.1)\"\/><\/pattern><\/defs><rect width=\"100%\" height=\"100%\" fill=\"url(%23dots)\"\/><\/svg>');\n            opacity: 0.5;\n        }\n \n        .cta-button {\n            display: inline-block;\n            background: linear-gradient(135deg, var(--gold) 0%, var(--orange) 100%);\n            color: var(--white);\n            padding: 25px 50px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.2em;\n            margin: 40px 0;\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            position: relative;\n            z-index: 2;\n            box-shadow: 0 15px 40px rgba(226,171,16,0.4);\n            border: 2px solid transparent;\n        }\n \n        .cta-button:hover {\n            transform: translateY(-5px) scale(1.05);\n            box-shadow: 0 25px 60px rgba(226,171,16,0.6);\n            border-color: var(--white);\n        }\n \n        .signature {\n            margin-top: 80px;\n            padding-top: 40px;\n            border-top: 2px solid rgba(226,171,16,0.3);\n            text-align: center;\n        }\n \n        .signature-name {\n            font-family: 'Playfair Display', serif;\n            font-size: 2.2em;\n            color: var(--black);\n            margin-bottom: 15px;\n            font-weight: 600;\n            background: linear-gradient(135deg, var(--gold) 0%, var(--orange) 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n \n        .signature-title {\n            color: var(--teal);\n            font-weight: 500;\n            margin-bottom: 8px;\n            font-size: 1.1em;\n        }\n \n        .signature-tagline {\n            color: var(--dark-gray);\n            font-size: 1em;\n            font-style: italic;\n            font-weight: 300;\n        }\n \n        \/* Responsive Design *\/\n        @media (max-width: 768px) {\n            .container {\n                margin: 0;\n            }\n           \n            .header, .content, .cta-section {\n                padding: 60px 25px;\n            }\n           \n            .header h1 {\n                font-size: 2.5em;\n            }\n           \n            h2 {\n                font-size: 2em;\n            }\n           \n            .steps-container {\n                grid-template-columns: 1fr;\n                gap: 30px;\n            }\n           \n            .pillar-section {\n                padding: 30px;\n            }\n           \n            .intro {\n                font-size: 1.2em;\n                padding: 30px;\n            }\n        }\n \n        \/* Scroll animations *\/\n        @media (prefers-reduced-motion: no-preference) {\n            .pillar-section, .step-card, .highlight-box {\n                opacity: 0;\n                transform: translateY(30px);\n                animation: fadeInUp 0.6s ease forwards;\n            }\n \n            .pillar-section:nth-child(1) { animation-delay: 0.1s; }\n            .pillar-section:nth-child(2) { animation-delay: 0.2s; }\n            .pillar-section:nth-child(3) { animation-delay: 0.3s; }\n \n            @keyframes fadeInUp {\n                to {\n                    opacity: 1;\n                    transform: translateY(0);\n                }\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"bg-shapes\">\n        <div class=\"shape\"><\/div>\n        <div class=\"shape\"><\/div>\n        <div class=\"shape\"><\/div>\n    <\/div>\n \n    <div class=\"container\">\n        <header class=\"header\">\n            <h1>The Art of Strategic Investing<\/h1>\n            <p class=\"subtitle\">From potential to actual wealth<\/p>\n        <\/header>\n \n        <div class=\"content\">\n            <div class=\"intro\">\n                Many pretend that success and financial freedom come effortlessly to you. But wealth, in any form, never comes naturally. It is the result of strategic choices, conscious investment and the courage to grow at every level of your existence.\n            <\/div>\n \n            <div class=\"highlight-box\">\n                <strong>Wealth is not created by working harder, but by investing smarter - in yourself, your business and your future.<\/strong>\n            <\/div>\n \n            <h2>The Three Pillars of Strategic Growth<\/h2>\n \n            <div class=\"pillar-section\">\n                <div class=\"pillar-icon\">\ud83d\udc8e<\/div>\n                <h3>Personal Development as a Foundation<\/h3>\n                <p>The first and most important investment you can make as a successful female leader is in yourself. This goes beyond reading a business book or taking an online course. It requires a fundamental shift in how you look at yourself and your capabilities.<\/p>\n                <p>Personal development means daring to examine your limiting beliefs, transforming your mindset from scarcity to abundance, and developing the emotional intelligence needed to lead teams and transform organizations.<\/p>\n            <\/div>\n \n            <div class=\"pillar-section\">\n                <div class=\"pillar-icon\">\ud83d\ude80<\/div>\n                <h3>Business Excellence as a Growth Machine<\/h3>\n                <p>The second pillar of strategic growth is business excellence. This is about developing systems, strategies and structures that allow your business not only to survive, but to thrive in an increasingly complex world.<\/p>\n                <p>For women leaders, this brings unique challenges. We often have to work harder to get our expertise recognized and be more strategic in how we communicate our value.<\/p>\n            <\/div>\n \n            <div class=\"pillar-section\">\n                <div class=\"pillar-icon\">\ud83d\udcb0<\/div>\n                <h3>Financial Intelligence as a Freedom Strategy<\/h3>\n                <p>The third, often underestimated pillar is financial intelligence. This goes beyond being able to read a balance sheet or understand cash flow. It is about developing a deep understanding of how money works, how wealth is built, and how financial freedom is actually created.<\/p>\n            <\/div>\n \n            <div class=\"visual-element\">\n                <span>Investing \u2192 Rendering \u2192 Reinvesting \u2192 Compounding<\/span>\n            <\/div>\n \n            <div class=\"highlight-box\">\n                True wealth is not just money - it is freedom of choice, independence and the ability to invest in what really matters.\n            <\/div>\n \n            <h2>The Compounding Effect of Strategic Investing<\/h2>\n \n            <div class=\"steps-container\">\n                <div class=\"step-card\">\n                    <div class=\"step-number\">1<\/div>\n                    <h3>Invest<\/h3>\n                    <p>Conscious choice to invest in yourself and your business - with time, energy and attention. Not a luxury, but an act of faith in your potential.<\/p>\n                <\/div>\n                <div class=\"step-card\">\n                    <div class=\"step-number\">2<\/div>\n                    <h3>Render<\/h3>\n                    <p>Turning your investments into value for others. Claim your expertise, demand your price and increase your impact.<\/p>\n                <\/div>\n                <div class=\"step-card\">\n                    <div class=\"step-number\">3<\/div>\n                    <h3>Reinvest<\/h3>\n                    <p>Strategically reinvest some of your profits into team, systems, technology or new opportunities for exponential growth.<\/p>\n                <\/div>\n                <div class=\"step-card\">\n                    <div class=\"step-number\">4<\/div>\n                    <h3>Compounding<\/h3>\n                    <p>The magic cycle in which your business and wealth grow exponentially through smart, strategic decisions.<\/p>\n                <\/div>\n            <\/div>\n \n            <h2>From Potential to Performance<\/h2>\n            <p>Between knowing and doing lies a world of difference. Many women professionals have all the knowledge they need, but struggle with execution. This execution gap is often the result of a lack of clarity, accountability and strategic support.<\/p>\n \n            <p>No one grows in isolation. Successful women build a network of supporters, peers and strategic partners. Together you achieve more than alone.<\/p>\n \n            <div class=\"highlight-box\">\n                The most successful women leaders have one thing in common: they started before they felt ready.\n            <\/div>\n \n            <h2>The Time is Now<\/h2>\n            <p>Perfect timing does not exist. There will always be a reason to wait. But waiting has a price - not only in terms of missed opportunities, but also in terms of compound interest.<\/p>\n \n            <p>The truth is that readiness is not a feeling; it is a decision. You don't become ready by waiting. You get ready by starting, by doing, by learning as you go.<\/p>\n \n            <div class=\"signature\">\n                <div class=\"signature-name\">Gerdi Hulsink<\/div>\n                <div class=\"signature-title\">Health &amp; Business Strategy Expert<\/div>\n                <div class=\"signature-title\">Leadership Mentor &amp; Strategic Business Partner<\/div>\n                <div class=\"signature-tagline\">Your freedom and success. My mission.<\/div>\n            <\/div>\n        <\/div>\n \n        <div class=\"cta-section\">\n            <h2 style=\"color: white; margin-top: 0;\">Your Next Strategic Move<\/h2>\n            <p style=\"font-size: 1.2em; margin-bottom: 30px;\">If you've read this far, I know you're serious about taking your life and business to the next level. You understand that success doesn't happen by accident, and you're ready to make the strategic investments necessary for exponential growth.<\/p>\n           \n            <p style=\"font-size: 1.3em; font-weight: bold; margin: 30px 0;\">Are you ready to stop playing small and start building the business and life you really want?<\/p>\n           \n            <a href=\"#\" class=\"cta-button\">Plan Your Strategy Session<\/a>\n           \n            <p style=\"margin-top: 30px; font-style: italic;\">\"Your time is now. Your potential is unlimited. Your success is inevitable - if you make the choice to invest in yourself and your dreams.\"<\/p>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Empowered Letter &#8211; De Kunst van Strategisch Investeren De Kunst van Strategisch Investeren Van potentieel naar werkelijke rijkdom Velen doen voorkomen alsof succes en financi\u00eble vrijheid je moeiteloos in de schoot kan worden geworpen. Maar rijkdom, in welke vorm dan ook, komt nooit vanzelf. Het is het resultaat van strategische keuzes, bewuste investeringen en de [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7635","post","type-post","status-publish","format-standard","hentry","category-niet-gecategoriseerd"],"_links":{"self":[{"href":"https:\/\/gerdihulsink.com\/en\/wp-json\/wp\/v2\/posts\/7635","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gerdihulsink.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gerdihulsink.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gerdihulsink.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gerdihulsink.com\/en\/wp-json\/wp\/v2\/comments?post=7635"}],"version-history":[{"count":3,"href":"https:\/\/gerdihulsink.com\/en\/wp-json\/wp\/v2\/posts\/7635\/revisions"}],"predecessor-version":[{"id":7638,"href":"https:\/\/gerdihulsink.com\/en\/wp-json\/wp\/v2\/posts\/7635\/revisions\/7638"}],"wp:attachment":[{"href":"https:\/\/gerdihulsink.com\/en\/wp-json\/wp\/v2\/media?parent=7635"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gerdihulsink.com\/en\/wp-json\/wp\/v2\/categories?post=7635"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gerdihulsink.com\/en\/wp-json\/wp\/v2\/tags?post=7635"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}