{"id":27544,"date":"2026-03-03T10:42:14","date_gmt":"2026-03-03T09:42:14","guid":{"rendered":"https:\/\/weight-loss-wizard.com\/?page_id=27544"},"modified":"2026-06-12T12:51:57","modified_gmt":"2026-06-12T11:51:57","slug":"meeting-planned","status":"publish","type":"page","link":"https:\/\/weight-loss-wizard.com\/nl\/meeting-planned\/","title":{"rendered":"Meeting planned"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"27544\" class=\"elementor elementor-27544\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e114388 e-flex e-con-boxed e-con e-parent\" data-id=\"e114388\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-495499a elementor-absolute animated-slow elementor-invisible elementor-widget elementor-widget-spacer\" data-id=\"495499a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}\" data-widget_type=\"spacer.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d2f9210 e-con-full e-flex e-con e-parent\" data-id=\"d2f9210\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-d223ec5 e-con-full e-flex e-con e-child\" data-id=\"d223ec5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9580d0c elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"9580d0c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<h1 class=\"smart-animated-header\"\n    data-gradient-en=\"all set\"\n    data-nl=\"You're all set\"\n    data-gradient-nl=\"preparation\">You're all set<\/h1>\n\n<script>\n(function () {\n  \/\/ =========================================================================\n  \/\/  \ud83c\udf9b\ufe0f CONTROL PANEL\n  \/\/ =========================================================================\n  const TEXT_ALIGNMENT    = 'left'; \/\/ 'left', 'center', 'right'\n  const ENTRANCE_DURATION = 0.65;\n  const STAGGER_INTERVAL  = 0.12;\n  const INITIAL_WAIT      = 0.15;\n  const SLIDE_DISTANCE    = 25;\n  const BASE_WEIGHT       = 400;\n  const HIGHLIGHT_WEIGHT  = 500;\n  \/\/ =========================================================================\n\n  const header = document.currentScript.previousElementSibling;\n  if (!header || header.dataset.animationProcessed) return;\n  header.dataset.animationProcessed = \"true\";\n\n  header.style.setProperty('--hdr-dist', `${SLIDE_DISTANCE}px`);\n  header.style.setProperty('--hdr-duration', `${ENTRANCE_DURATION}s`);\n  header.style.setProperty('--hdr-base-w', BASE_WEIGHT);\n  header.style.setProperty('--hdr-high-w', HIGHLIGHT_WEIGHT);\n\n  const lang = (document.documentElement.lang || 'en').startsWith('nl') ? 'nl' : 'en';\n  const fullText = (lang === 'nl' && header.dataset.nl)\n    ? header.dataset.nl.trim()\n    : header.textContent.trim().replace(\/\\s+\/g, \" \");\n  const gradientKey = `gradient${lang.charAt(0).toUpperCase() + lang.slice(1)}`;\n  const gradientInput = header.dataset[gradientKey] || '';\n\n  const phrases = gradientInput.split(',').map(p => p.trim()).filter(Boolean);\n  phrases.sort((a, b) => b.split(\/\\s+\/).length - a.split(\/\\s+\/).length);\n\n  let workingText = fullText;\n  const tokens = [];\n\n  phrases.forEach((phrase) => {\n    if (!phrase) return;\n    const escaped = phrase.replace(\/[.*+?^${}()|[\\]\\\\]\/g, '\\\\$&');\n    const regex = new RegExp('\\\\b' + escaped + '\\\\b([.,!?]*)', 'gi');\n    workingText = workingText.replace(regex, (match) => {\n      const tokenMarker = `___TOKEN_${tokens.length}___`;\n      tokens.push({ marker: tokenMarker, text: match });\n      return ` ${tokenMarker} `;\n    });\n  });\n\n  const structuralPieces = workingText.split(\/\\s+\/).filter(p => p.trim() !== \"\");\n\n  header.innerHTML = structuralPieces.map((piece, index) => {\n    const token = tokens.find(t => t.marker === piece);\n    const delay = INITIAL_WAIT + (index * STAGGER_INTERVAL);\n    const isGradient = !!token;\n    const className = isGradient ? 'word-span highlight' : 'word-span';\n    const textContent = isGradient ? token.text : piece;\n    return `<span aria-hidden=\"true\" class=\"${className}\" style=\"animation-delay: ${delay}s;\">${textContent}<\/span>`;\n  }).join(' ');\n\n  header.setAttribute('aria-label', fullText);\n\n  \/\/ Set AFTER innerHTML rebuild\n  header.style.setProperty('--hdr-align', TEXT_ALIGNMENT);\n  header.style.setProperty('text-align', TEXT_ALIGNMENT, 'important');\n\n  if (!window._headerObserver) {\n    window._headerObserver = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          const h = entry.target;\n          h.querySelectorAll('.word-span').forEach(span => {\n            span.style.animation = 'none';\n            span.offsetHeight;\n            span.style.animation = '';\n          });\n          h.classList.add('is-visible');\n          window._headerObserver.unobserve(h);\n        }\n      });\n    }, { threshold: 0.05, rootMargin: \"0px 0px -20px 0px\" });\n  }\n\n  window._headerObserver.observe(header);\n})();\n<\/script>\n\n<style>\n  h1.smart-animated-header {\n    font-family: \"Ubuntu\", sans-serif !important;\n    font-size: clamp(22px, 5vw, 30px) !important;\n    line-height: 1.3 !important;\n    letter-spacing: -0.015em !important;\n    margin-bottom: 12px !important;\n    background: none !important;\n    display: block !important;\n    width: auto !important;\n    max-width: 100% !important;\n    color: transparent !important;\n    -webkit-text-fill-color: transparent !important;\n  }\n\n  h1.smart-animated-header .word-span {\n    display: inline-block !important;\n    opacity: 0;\n    transform: translateY(var(--hdr-dist, 25px));\n    font-weight: var(--hdr-base-w, 400) !important;\n    color: #4E339D !important;\n    -webkit-text-fill-color: #4E339D !important;\n    will-change: transform, opacity;\n  }\n\n  h1.smart-animated-header.is-visible .word-span {\n    animation: floatUp var(--hdr-duration, 0.65s) cubic-bezier(0.16, 1, 0.3, 1) forwards !important;\n  }\n\n  h1.smart-animated-header .word-span.highlight {\n    background: linear-gradient(135deg, #45acff 0%, #a04ab3 100%) !important;\n    -webkit-background-clip: text !important;\n    background-clip: text !important;\n    -webkit-text-fill-color: transparent !important;\n    color: transparent !important;\n  }\n\n  .elementor-editor-active h1.smart-animated-header,\n  .elementor-editor-active h1.smart-animated-header .word-span {\n    color: #4E339D !important;\n    -webkit-text-fill-color: #4E339D !important;\n    opacity: 1 !important;\n    transform: none !important;\n  }\n\n  .elementor-editor-active h1.smart-animated-header .word-span.highlight {\n    background: linear-gradient(135deg, #45acff 0%, #a04ab3 100%) !important;\n    -webkit-background-clip: text !important;\n    background-clip: text !important;\n    -webkit-text-fill-color: transparent !important;\n  }\n\n  @keyframes floatUp {\n    0%   { opacity: 0; transform: translateY(var(--hdr-dist, 25px)); }\n    100% { opacity: 1; transform: translateY(0); }\n  }\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-356f59b elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"356f59b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>You&#8217;ve planned your call, shared your data. The only thing left to do is show up.<\/p><p>Do realize this might be the first step to getting in control of your ancient biology. It&#8217;s not a crash diet and I&#8217;m not gonna send you pdf&#8217;s that make you dependent on me for the rest of your life. This is a serious program, for people who are serious about making a change once and for all.<\/p><p>I look forward to seeing you there. You can close this window now.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ce95487 elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-video\" data-id=\"ce95487\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;end&quot;:45,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2026\/03\/call-planned.mp4#t=,45\" autoplay=\"\" controls=\"\" controlsList=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>You&#8217;re all set You&#8217;ve planned your call, shared your data. The only thing left to do is show up. Do realize this might be the first step to getting in control of your ancient biology. It&#8217;s not a crash diet and I&#8217;m not gonna send you pdf&#8217;s that make you dependent on me for the [&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-27544","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Meeting planned | Weight Loss Wizard<\/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:\/\/weight-loss-wizard.com\/nl\/meeting-planned\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Meeting planned | Weight Loss Wizard\" \/>\n<meta property=\"og:description\" content=\"You&#8217;re all set You&#8217;ve planned your call, shared your data. The only thing left to do is show up. Do realize this might be the first step to getting in control of your ancient biology. It&#8217;s not a crash diet and I&#8217;m not gonna send you pdf&#8217;s that make you dependent on me for the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/weight-loss-wizard.com\/nl\/meeting-planned\/\" \/>\n<meta property=\"og:site_name\" content=\"Weight Loss Wizard\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-12T11:51:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/Profile-Picture-COMPANY-no-bg.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Geschatte leestijd\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/meeting-planned\\\/\",\"url\":\"https:\\\/\\\/weight-loss-wizard.com\\\/meeting-planned\\\/\",\"name\":\"Meeting planned | Weight Loss Wizard\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/#website\"},\"datePublished\":\"2026-03-03T09:42:14+00:00\",\"dateModified\":\"2026-06-12T11:51:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/meeting-planned\\\/#breadcrumb\"},\"inLanguage\":\"nl-NL\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/weight-loss-wizard.com\\\/meeting-planned\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/meeting-planned\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/weight-loss-wizard.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Meeting planned\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/#website\",\"url\":\"https:\\\/\\\/weight-loss-wizard.com\\\/\",\"name\":\"Weight Loss Wizard\",\"description\":\"Reverse Engineer Your Ancient Biology\",\"publisher\":{\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/#organization\"},\"alternateName\":\"WLW\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/weight-loss-wizard.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl-NL\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/#organization\",\"name\":\"Weight Loss Wizard\",\"alternateName\":\"HPC\",\"url\":\"https:\\\/\\\/weight-loss-wizard.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl-NL\",\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/weight-loss-wizard.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/Profile-Picture-COMPANY-no-bg.png\",\"contentUrl\":\"https:\\\/\\\/weight-loss-wizard.com\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/Profile-Picture-COMPANY-no-bg.png\",\"width\":800,\"height\":800,\"caption\":\"Weight Loss Wizard\"},\"image\":{\"@id\":\"https:\\\/\\\/weight-loss-wizard.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/rfgdeleeuw\\\/\",\"https:\\\/\\\/www.instagram.com\\\/the.weight.loss.wizard\",\"https:\\\/\\\/www.youtube.com\\\/@weightlosswizard\",\"https:\\\/\\\/x.com\\\/WeightLossWZRD\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Meeting planned | Weight Loss Wizard","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:\/\/weight-loss-wizard.com\/nl\/meeting-planned\/","og_locale":"nl_NL","og_type":"article","og_title":"Meeting planned | Weight Loss Wizard","og_description":"You&#8217;re all set You&#8217;ve planned your call, shared your data. The only thing left to do is show up. Do realize this might be the first step to getting in control of your ancient biology. It&#8217;s not a crash diet and I&#8217;m not gonna send you pdf&#8217;s that make you dependent on me for the [&hellip;]","og_url":"https:\/\/weight-loss-wizard.com\/nl\/meeting-planned\/","og_site_name":"Weight Loss Wizard","article_modified_time":"2026-06-12T11:51:57+00:00","og_image":[{"width":800,"height":800,"url":"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/Profile-Picture-COMPANY-no-bg.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Geschatte leestijd":"3 minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/weight-loss-wizard.com\/meeting-planned\/","url":"https:\/\/weight-loss-wizard.com\/meeting-planned\/","name":"Meeting planned | Weight Loss Wizard","isPartOf":{"@id":"https:\/\/weight-loss-wizard.com\/#website"},"datePublished":"2026-03-03T09:42:14+00:00","dateModified":"2026-06-12T11:51:57+00:00","breadcrumb":{"@id":"https:\/\/weight-loss-wizard.com\/meeting-planned\/#breadcrumb"},"inLanguage":"nl-NL","potentialAction":[{"@type":"ReadAction","target":["https:\/\/weight-loss-wizard.com\/meeting-planned\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/weight-loss-wizard.com\/meeting-planned\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/weight-loss-wizard.com\/"},{"@type":"ListItem","position":2,"name":"Meeting planned"}]},{"@type":"WebSite","@id":"https:\/\/weight-loss-wizard.com\/#website","url":"https:\/\/weight-loss-wizard.com\/","name":"Weight Loss Wizard","description":"Reverse Engineer Your Ancient Biology","publisher":{"@id":"https:\/\/weight-loss-wizard.com\/#organization"},"alternateName":"WLW","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/weight-loss-wizard.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl-NL"},{"@type":"Organization","@id":"https:\/\/weight-loss-wizard.com\/#organization","name":"Weight Loss Wizard","alternateName":"HPC","url":"https:\/\/weight-loss-wizard.com\/","logo":{"@type":"ImageObject","inLanguage":"nl-NL","@id":"https:\/\/weight-loss-wizard.com\/#\/schema\/logo\/image\/","url":"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/Profile-Picture-COMPANY-no-bg.png","contentUrl":"https:\/\/weight-loss-wizard.com\/wp-content\/uploads\/2025\/02\/Profile-Picture-COMPANY-no-bg.png","width":800,"height":800,"caption":"Weight Loss Wizard"},"image":{"@id":"https:\/\/weight-loss-wizard.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/in\/rfgdeleeuw\/","https:\/\/www.instagram.com\/the.weight.loss.wizard","https:\/\/www.youtube.com\/@weightlosswizard","https:\/\/x.com\/WeightLossWZRD"]}]}},"_links":{"self":[{"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/pages\/27544","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/comments?post=27544"}],"version-history":[{"count":0,"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/pages\/27544\/revisions"}],"wp:attachment":[{"href":"https:\/\/weight-loss-wizard.com\/nl\/wp-json\/wp\/v2\/media?parent=27544"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}