Spaces:
Running
Running
Promote version 40499bb to main
Browse filesPromoted commit 40499bbb9d239718ca0f7d4e71760bbe999f2234 to main branch
- about.html +7 -2
- index.html +7 -2
- login.html +2 -2
about.html
CHANGED
|
@@ -228,8 +228,13 @@
|
|
| 228 |
<span class="text-gray-400">No coaching sessions</span>
|
| 229 |
</li>
|
| 230 |
</ul>
|
| 231 |
-
<button onclick="
|
| 232 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 233 |
</button>
|
| 234 |
</div>
|
| 235 |
<!-- Core Plan -->
|
|
|
|
| 228 |
<span class="text-gray-400">No coaching sessions</span>
|
| 229 |
</li>
|
| 230 |
</ul>
|
| 231 |
+
<button onclick="addToCart({
|
| 232 |
+
id: 'free-trial',
|
| 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 -->
|
index.html
CHANGED
|
@@ -516,8 +516,13 @@ 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 |
</button>
|
| 522 |
<p class="text-sm text-gray-400">No credit card required • Cancel anytime</p>
|
| 523 |
</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="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>
|
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 |
-
</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="#" 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">
|