Spaces:
Running
Running
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- about.html +2 -7
- index.html +2 -7
- login.html +2 -2
about.html
CHANGED
|
@@ -228,13 +228,8 @@
|
|
| 228 |
<span class="text-gray-400">No coaching sessions</span>
|
| 229 |
</li>
|
| 230 |
</ul>
|
| 231 |
-
<button onclick="
|
| 232 |
-
|
| 233 |
-
name: '7-Day Free Trial',
|
| 234 |
-
price: 0,
|
| 235 |
-
description: 'Free trial with unlimited scenarios'
|
| 236 |
-
})" 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">
|
| 237 |
-
<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
|
| 238 |
</button>
|
| 239 |
</div>
|
| 240 |
<!-- Core Plan -->
|
|
|
|
| 228 |
<span class="text-gray-400">No coaching sessions</span>
|
| 229 |
</li>
|
| 230 |
</ul>
|
| 231 |
+
<button onclick="window.location.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 -->
|
index.html
CHANGED
|
@@ -516,13 +516,8 @@ 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="
|
| 520 |
-
|
| 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>
|
|
|
|
| 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="window.location.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">
|
| 520 |
+
Start 7-Day Free Trial
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 521 |
</button>
|
| 522 |
<p class="text-sm text-gray-400">No credit card required • Cancel anytime</p>
|
| 523 |
</div>
|
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="
|
| 95 |
-
|
| 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">
|