Spaces:
Running
Running
"Subscription Plan"
Browse files- index.html +7 -7
index.html
CHANGED
|
@@ -368,10 +368,10 @@
|
|
| 368 |
Select the level of access that fits your mental training needs. All plans include our VR and AR technology.
|
| 369 |
</p>
|
| 370 |
<div class="max-w-xl mx-auto">
|
| 371 |
-
<!--
|
| 372 |
<div class="bg-gradient-to-b from-gray-900 to-black p-8 rounded-xl border border-red-500 transform hover:scale-105 transition md:col-span-1">
|
| 373 |
-
<h3 class="text-2xl font-bold text-center mb-4 text-red-500">
|
| 374 |
-
|
| 375 |
<span class="text-sm font-bold text-green-400">7-DAY FREE TRIAL</span>
|
| 376 |
</div>
|
| 377 |
<div class="text-center mb-6">
|
|
@@ -406,11 +406,11 @@
|
|
| 406 |
</li>
|
| 407 |
</ul>
|
| 408 |
<button onclick="addToCart({
|
| 409 |
-
id: '
|
| 410 |
-
name: '
|
| 411 |
price: 60,
|
| 412 |
-
description: 'Full suite with AI analysis, custom builds, and coaching'
|
| 413 |
-
|
| 414 |
<i data-feather="shopping-cart" class="mr-2"></i> Add to Cart
|
| 415 |
</button>
|
| 416 |
<p class="text-xs text-center text-gray-400">No credit card required</p>
|
|
|
|
| 368 |
Select the level of access that fits your mental training needs. All plans include our VR and AR technology.
|
| 369 |
</p>
|
| 370 |
<div class="max-w-xl mx-auto">
|
| 371 |
+
<!-- Subscription Plan -->
|
| 372 |
<div class="bg-gradient-to-b from-gray-900 to-black p-8 rounded-xl border border-red-500 transform hover:scale-105 transition md:col-span-1">
|
| 373 |
+
<h3 class="text-2xl font-bold text-center mb-4 text-red-500">Subscription Plan</h3>
|
| 374 |
+
<div class="text-center mb-2">
|
| 375 |
<span class="text-sm font-bold text-green-400">7-DAY FREE TRIAL</span>
|
| 376 |
</div>
|
| 377 |
<div class="text-center mb-6">
|
|
|
|
| 406 |
</li>
|
| 407 |
</ul>
|
| 408 |
<button onclick="addToCart({
|
| 409 |
+
id: 'subscription-plan',
|
| 410 |
+
name: 'Subscription Plan',
|
| 411 |
price: 60,
|
| 412 |
+
description: 'Full suite with AI analysis, custom builds, and coaching - cancel anytime'
|
| 413 |
+
})" class="w-full bg-red-500 hover:bg-red-600 text-white font-bold py-3 rounded-lg transition mb-2 flex items-center justify-center">
|
| 414 |
<i data-feather="shopping-cart" class="mr-2"></i> Add to Cart
|
| 415 |
</button>
|
| 416 |
<p class="text-xs text-center text-gray-400">No credit card required</p>
|