Fazbeeer commited on
Commit
f9b8d3c
·
verified ·
1 Parent(s): 37ae453

Link This button too https://portal.veinternational.org/buybuttons/us0110243/btn/free-trial-2/

Browse files
Files changed (1) hide show
  1. index.html +4 -14
index.html CHANGED
@@ -398,14 +398,9 @@ Get Started
398
  <span class="text-gray-400">No coaching sessions</span>
399
  </li>
400
  </ul>
401
- <button onclick="addToCart({
402
- id: 'free-trial',
403
- name: '7-Day Free Trial',
404
- price: 0,
405
- description: 'Free trial with unlimited scenarios'
406
- })" class="w-full bg-gradient-to-r from-green-600 to-green-800 hover:from-green-500 hover:to-green-700 text-white font-bold py-3 rounded-lg transition flex items-center justify-center">
407
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-zap mr-2"><polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon></svg> Start Free Trial
408
- </button>
409
  </div>
410
  <!-- Core Plan -->
411
  <div class="bg-gradient-to-b from-gray-900 to-black p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition mx-auto">
@@ -516,14 +511,9 @@ Get Started
516
  <p class="text-xl mb-12 max-w-2xl mx-auto text-gray-300">
517
  Join thousands of athletes, performers, and professionals who are mastering their minds with our technology.
518
  </p>
519
- <button onclick="addToCart({
520
- id: 'free-trial',
521
- name: '7-Day Free Trial',
522
- price: 0,
523
- description: 'Free trial with limited features'
524
- })" class="bg-gradient-to-r from-green-600 to-green-800 hover:from-green-500 hover:to-green-700 text-white font-bold px-10 py-5 rounded-lg text-xl transition transform hover:scale-105 shadow-lg mb-4">
525
  Start 7-Day Free Trial
526
- </button>
527
  <p class="text-sm text-gray-400">No credit card required • Cancel anytime</p>
528
  </div>
529
  </section>
 
398
  <span class="text-gray-400">No coaching sessions</span>
399
  </li>
400
  </ul>
401
+ <a href="https://portal.veinternational.org/buybuttons/us0110243/btn/free-trial-2/" class="w-full bg-gradient-to-r from-green-600 to-green-800 hover:from-green-500 hover:to-green-700 text-white font-bold py-3 rounded-lg transition flex items-center justify-center">
 
 
 
 
 
402
  <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-zap mr-2"><polygon points="13 2 3 14 12 14 11 22 21 10 12 10 13 2"></polygon></svg> Start Free Trial
403
+ </a>
404
  </div>
405
  <!-- Core Plan -->
406
  <div class="bg-gradient-to-b from-gray-900 to-black p-8 rounded-xl border border-yellow-500 transform hover:scale-105 transition mx-auto">
 
511
  <p class="text-xl mb-12 max-w-2xl mx-auto text-gray-300">
512
  Join thousands of athletes, performers, and professionals who are mastering their minds with our technology.
513
  </p>
514
+ <a href="https://portal.veinternational.org/buybuttons/us0110243/btn/free-trial-2/" class="bg-gradient-to-r from-green-600 to-green-800 hover:from-green-500 hover:to-green-700 text-white font-bold px-10 py-5 rounded-lg text-xl transition transform hover:scale-105 shadow-lg mb-4 block">
 
 
 
 
 
515
  Start 7-Day Free Trial
516
+ </a>
517
  <p class="text-sm text-gray-400">No credit card required • Cancel anytime</p>
518
  </div>
519
  </section>