{"id":27,"date":"2026-04-08T00:53:39","date_gmt":"2026-04-08T00:53:39","guid":{"rendered":"https:\/\/jvnetforce.com\/?page_id=27"},"modified":"2026-04-08T08:49:07","modified_gmt":"2026-04-08T08:49:07","slug":"home","status":"publish","type":"page","link":"https:\/\/jvnetforce.com\/","title":{"rendered":"Home"},"content":{"rendered":"<div class=\"efp-frame\">\n<p>  <!-- WELCOME SECTION --><\/p>\n<section class=\"efp-hero\">\n<h1 id=\"heroTitle\">Hello, and Welcome.<\/h1>\n<p id=\"heroSubtitle\">\n      Our Community want to help you get the very best experience online second to none.<\/p>\n<p>      All we ask is that you introduce your self.<br \/>\n      Most online sites will ask for emails, logins, and personal details.<br \/>\n      None of that is needed here, if that still makes you feel uncomfortable use an alias.<\/p>\n<p>      It&#8217;s all good, you\u2019re welcome here anytime.<br \/>\n      Enjoy the exparience.\n    <\/p>\n<div class=\"efp-name-capture\" id=\"nameCapture\">\n      <input id=\"visitorName\" type=\"text\" placeholder=\"Your first name or alias...\" \/><br \/>\n      <button class=\"lumen-btn\" onclick=\"saveName()\">Then Click Here<\/button>\n    <\/div>\n<p id=\"welcomeMessage\" class=\"efp-welcome\">\n<p id=\"howAreYou\" class=\"efp-howareyou\">\n<\/section>\n<p>  <!-- PATHWAYS --><\/p>\n<section class=\"efp-pathways\" id=\"pathways\">\n<h2>Choose any Path that feels right for you today, {name}<\/h2>\n<p class=\"efp-path-sub\">\n      There\u2019s no wrong choice \u2014 each one supports the direction you want to move in.\n    <\/p>\n<div class=\"efp-path-options\">\n<p>      <button class=\"path-btn\" data-world=\"clarity\" data-target=\"#chapter-clarity\"><br \/>\n        <strong>Clarity<\/strong><br \/>\n        <span>I want things to make sense.<\/span><br \/>\n      <\/button><\/p>\n<p>      <button class=\"path-btn\" data-world=\"calm\" data-target=\"#chapter-calm\"><br \/>\n        <strong>Calm<\/strong><br \/>\n        <span>I need a soft place to land and read.<\/span><br \/>\n      <\/button><\/p>\n<p>      <button class=\"path-btn\" data-world=\"warmth\" data-target=\"#chapter-warmth\"><br \/>\n        <strong>Warmth<\/strong><br \/>\n        <span>I need encouragement and motivation.<\/span><br \/>\n      <\/button><\/p>\n<p>      <button class=\"path-btn\" data-world=\"growth\" data-target=\"#chapter-growth\"><br \/>\n        <strong>Growth<\/strong><br \/>\n        <span>I\u2019m ready to move forward Today.<\/span><br \/>\n      <\/button><\/p>\n<p>      <button class=\"path-btn\" data-world=\"creativity\" data-target=\"#chapter-creativity\"><br \/>\n        <strong>Creativity<\/strong><br \/>\n        <span>I want to explore and build something that works.<\/span><br \/>\n      <\/button><\/p><\/div>\n<\/section>\n<p>  <!-- MAP SECTION --><\/p>\n<section class=\"efp-map\">\n<h2>How this space worked<\/h2>\n<ol class=\"efp-map-steps\">\n<li><strong>1. You arrived here.<\/strong> The page stays calm and neutral \u2014 no pressure, no noise.<\/li>\n<li><strong>2. You shared your name.<\/strong> So this feels personal, not generic.<\/li>\n<li><strong>3. We greet you.<\/strong> \u201cHow are you today, {name}.\u201d<\/li>\n<li><strong>4. You choose a path.<\/strong> Each one meets you where you are each time you visit.<\/li>\n<li><strong>5. The world gently shifts.<\/strong> The colors and glow match the direction you\u2019re choosing today, {name}.<\/li>\n<li><strong>6. We guide you forward.<\/strong> You\u2019re moving at your own pace, {name} \u2014 and you\u2019re not doing this alone.<\/li>\n<\/ol>\n<\/section>\n<p>  <!-- CHAPTER CARDS --><\/p>\n<section class=\"efp-chapters\">\n<article id=\"chapter-clarity\" class=\"efp-chapter-card\">\n<h3>Clarity<\/h3>\n<p>For when everything feels noisy or confusing \u2014 and you want things to make sense.<\/p>\n<p>      <a href=\"\/clarity-room\" class=\"lumen-btn\">Enter Clarity<\/a><br \/>\n    <\/article>\n<article id=\"chapter-calm\" class=\"efp-chapter-card\">\n<h3>Calm<\/h3>\n<p>For when you need a gentle, steady place to land \u2014 no rush, no pressure.<\/p>\n<p>      <a href=\"\/calm-room\" class=\"lumen-btn\">Enter Calm<\/a><br \/>\n    <\/article>\n<article id=\"chapter-warmth\" class=\"efp-chapter-card\">\n<h3>Warmth<\/h3>\n<p>For when you need encouragement, reassurance, and a sense of support.<\/p>\n<p>      <a href=\"\/warmth-room\" class=\"lumen-btn\">Enter Warmth<\/a><br \/>\n    <\/article>\n<article id=\"chapter-growth\" class=\"efp-chapter-card\">\n<h3>Growth<\/h3>\n<p>For when you\u2019re ready to move forward and build momentum.<\/p>\n<p>      <a href=\"\/growth-room\" class=\"lumen-btn\">Enter Growth<\/a><br \/>\n    <\/article>\n<article id=\"chapter-creativity\" class=\"efp-chapter-card\">\n<h3>Creativity<\/h3>\n<p>For when you want to explore, experiment, and create something that feels like yours.<\/p>\n<p>      <a href=\"\/creativity-room\" class=\"lumen-btn\">Enter Creativity<\/a><br \/>\n    <\/article>\n<\/section>\n<p>  <!-- VIDEO PLACEHOLDER --><\/p>\n<section class=\"efp-video-guide\">\n<h2>Your guided walkthrough<\/h2>\n<p>A short voice\u2011guided video will appear here soon, showing you exactly how everything works.<\/p>\n<div class=\"efp-video-placeholder\">\n      <span>Video walkthrough coming soon:<\/span>\n    <\/div>\n<\/section>\n<footer class=\"efp-footer\">\n    And {name}, remember \u2014 every step forward counts. You\u2019re not doing this alone.<br \/>\n  <\/footer>\n<\/div>\n<p><script>\n  function saveName() {\n    const name = document.getElementById('visitorName').value.trim();\n    if (name.length > 0) {\n      localStorage.setItem('jvnName', name);\n      location.reload();\n    }\n  }<\/p>\n<p>  document.addEventListener(\"DOMContentLoaded\", function () {\n    const savedName = localStorage.getItem('jvnName');\n    const savedWorld = localStorage.getItem('jvnWorld');<\/p>\n<p>    const heroTitle = document.getElementById('heroTitle');\n    const heroSubtitle = document.getElementById('heroSubtitle');\n    const welcomeMessage = document.getElementById('welcomeMessage');\n    const howAreYou = document.getElementById('howAreYou');\n    const nameCapture = document.getElementById('nameCapture');\n    const pathways = document.getElementById('pathways');\n    const frame = document.querySelector('.efp-frame');<\/p>\n<p>    \/* -------------------------------\n       APPLY SAVED WORLD COLOR TO HOMEPAGE\n       (Only if a world has been chosen)\n    -------------------------------- *\/\n    if (savedWorld) {\n      document.body.classList.add(\"world-\" + savedWorld);\n    }<\/p>\n<p>    \/* -------------------------------\n       REPLACE {name} PLACEHOLDERS\n    -------------------------------- *\/\n    if (savedName && frame) {\n      frame.innerHTML = frame.innerHTML.replaceAll(\"{name}\", savedName);\n    }<\/p>\n<p>    \/* -------------------------------\n       WELCOME BACK MOMENT\n    -------------------------------- *\/\n    if (savedName) {\n      heroTitle.textContent = `Welcome back, ${savedName}.`;\n      heroSubtitle.style.display = 'none';\n      nameCapture.style.display = 'none';<\/p>\n<p>      welcomeMessage.textContent = `Good to see you again.`;\n      howAreYou.textContent = `How are you today, ${savedName}.`;<\/p>\n<p>      pathways.style.display = 'block';\n    } else {\n      pathways.style.display = 'none';\n    }<\/p>\n<p>    \/* -------------------------------\n       PATHWAY BUTTON LOGIC\n       (Save world + scroll to chapter)\n    -------------------------------- *\/\n    document.querySelectorAll('.path-btn').forEach(btn => {\n      btn.addEventListener('click', function () {\n        const world = this.getAttribute('data-world');\n        const target = this.getAttribute('data-target');<\/p>\n<p>        \/\/ Save chosen world\n        localStorage.setItem('jvnWorld', world);<\/p>\n<p>        \/\/ Apply world color immediately\n        document.body.classList.remove(\n          'world-clarity',\n          'world-calm',\n          'world-warmth',\n          'world-growth',\n          'world-creativity'\n        );\n        document.body.classList.add('world-' + world);<\/p>\n<p>        \/\/ Smooth scroll to chapter\n        setTimeout(() => {\n          const el = document.querySelector(target);\n          if (el) el.scrollIntoView({ behavior: 'smooth', block: 'start' });\n        }, 300);\n      });\n    });<\/p>\n<p>  });\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hello, and Welcome. Our Community want to help you get the very best experience online second to none. All we [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"plain-container","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-27","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/jvnetforce.com\/index.php?rest_route=\/wp\/v2\/pages\/27","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jvnetforce.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jvnetforce.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jvnetforce.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jvnetforce.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=27"}],"version-history":[{"count":4,"href":"https:\/\/jvnetforce.com\/index.php?rest_route=\/wp\/v2\/pages\/27\/revisions"}],"predecessor-version":[{"id":113,"href":"https:\/\/jvnetforce.com\/index.php?rest_route=\/wp\/v2\/pages\/27\/revisions\/113"}],"wp:attachment":[{"href":"https:\/\/jvnetforce.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=27"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}