on the / page there's no video embed - <div id="vidalytics_embed_eulX29OHVCPLVa_K" style="width: 100%; position:relative; padding-top: 55.76%;"></div>
<script type="text/javascript"> (function (v, i, d, a, l, y, t, c, s) { y='_'+d.toLowerCase();c=d+'L';if(!v[d]){v[d]={};}if(!v[c]){v[c]={};}if(!v[y]){v[y]={};}var vl='Loader',vli=v[y][vl],vsl=v[c][vl + 'Script'],vlf=v[c][vl + 'Loaded'],ve='Embed'; if (!vsl){vsl=function(u,cb){ if(t){cb();return;}s=i.createElement("script");s.type="text/javascript";s.async=1;s.src=u; if(s.readyState){s.onreadystatechange=function(){if(s.readyState==="loaded"||s.readyState=="complete"){s.onreadystatechange=null;vlf=1;cb();}};}else{s.onload=function(){vlf=1;cb();};} i.getElementsByTagName("head")[0].appendChild(s); };} vsl(l+'loader.min.js',function(){if(!vli){var vlc=v[c][vl];vli=new vlc();}vli.loadScript(l+'player.min.js',function(){var vec=v[d][ve];t=new vec();t.run(a);});}); })(window, document, 'Vidalytics', 'vidalytics_embed_eulX29OHVCPLVa_K', 'https://fast.vidalytics.com/embeds/36mTJNic/eulX29OHVCPLVa_K/'); </script>I see the issue - the script is trying to load the loader.min.js but we need to add the full embed script with proper initialization. Let me fix this:
Fixed the Vidalytics embed on the home page. The script now loads the full initialization function that properly loads the Vidalytics loader and player scripts, which will detect the embed div and render the video player correctly.
on /thank-you page , change calendly embed to this:
<!-- Calendly inline widget begin --> <div class="calendly-inline-widget" data-url="https://calendly.com/marcosrodriguezacc/no-risk-referral-service?hide_gdpr_banner=1" style="min-width:320px;height:700px;"></div> <script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script> <!-- Calendly inline widget end -->Updated the Calendly embed URL from 7figureclosings to marcosrodriguezacc and increased the height from 650px to 700px to match your provided embed code.
change the calendly embed to - <!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/marcosrodriguezacc/no-risk-referral-service?hide_gdpr_banner=1" style="min-width:320px;height:700px;"></div> <script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script> <!-- Calendly inline widget end -->