Fazbeeer commited on
Commit
b545ca5
·
verified ·
1 Parent(s): e16e2db

Do you see the 7-Day Free Trial near the choose your plan part. When someone click the green "Start Free Trial" please insert a link https://portal.veinternational.org/buybuttons/us0110243/btn/free-trial-2/ so when someone cilck start a free trial button it take them too https://portal.veinternational.org/buybuttons/us0110243/btn/free-trial-2/

Browse files
Files changed (3) hide show
  1. about.html +3 -3
  2. index.html +6 -6
  3. login.html +2 -2
about.html CHANGED
@@ -228,9 +228,9 @@
228
  <span class="text-gray-400">No coaching sessions</span>
229
  </li>
230
  </ul>
231
- <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">
232
- <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
233
- </a>
234
  </div>
235
  <!-- Core Plan -->
236
  <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">
 
228
  <span class="text-gray-400">No coaching sessions</span>
229
  </li>
230
  </ul>
231
+ <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">
232
+ <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
233
+ </button>
234
  </div>
235
  <!-- Core Plan -->
236
  <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">
index.html CHANGED
@@ -398,9 +398,9 @@ Get Started
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,9 +511,9 @@ Get Started
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 flex items-center justify-center">
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>
 
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
+ </button>
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">
515
+ Start 7-Day Free Trial
516
+ </button>
517
  <p class="text-sm text-gray-400">No credit card required • Cancel anytime</p>
518
  </div>
519
  </section>
login.html CHANGED
@@ -91,8 +91,8 @@ Sign In
91
  <div class="mt-6 text-center">
92
  <div class="mb-4">
93
  <p class="text-gray-400">Don't have an account?</p>
94
- <a href="#" class="text-yellow-500 hover:text-yellow-400 font-medium">Start your 7-day free trial</a>
95
- </div>
96
  <p class="text-sm text-gray-400">No credit card required</p>
97
  </div>
98
  <div class="mt-8 pt-6 border-t border-gray-800">
 
91
  <div class="mt-6 text-center">
92
  <div class="mb-4">
93
  <p class="text-gray-400">Don't have an account?</p>
94
+ <a href="https://portal.veinternational.org/buybuttons/us0110243/btn/free-trial-2/" class="text-yellow-500 hover:text-yellow-400 font-medium">Start your 7-day free trial</a>
95
+ </div>
96
  <p class="text-sm text-gray-400">No credit card required</p>
97
  </div>
98
  <div class="mt-8 pt-6 border-t border-gray-800">