Spaces:
Running
Running
Promote version ae30966 to main
Browse filesPromoted commit ae30966d5c9f95502e2fbb8eb2abb7926ceed1cf to main branch
- index.html +9 -14
index.html
CHANGED
|
@@ -412,20 +412,15 @@ Get Started
|
|
| 412 |
<span>Personalized training plan</span>
|
| 413 |
</li>
|
| 414 |
</ul>
|
| 415 |
-
<
|
| 416 |
-
|
| 417 |
-
|
| 418 |
-
|
| 419 |
-
|
| 420 |
-
|
| 421 |
-
|
| 422 |
-
|
| 423 |
-
|
| 424 |
-
<button onclick="window.location.href='login.html'" 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">
|
| 425 |
-
<i data-feather="clock" class="mr-2"></i> 7-Day Free Trial
|
| 426 |
-
</button>
|
| 427 |
-
</div>
|
| 428 |
-
</div>
|
| 429 |
</div>
|
| 430 |
</div>
|
| 431 |
</section>
|
|
|
|
| 412 |
<span>Personalized training plan</span>
|
| 413 |
</li>
|
| 414 |
</ul>
|
| 415 |
+
<button onclick="addToCart({
|
| 416 |
+
id: 'core-plan',
|
| 417 |
+
name: 'Amplify Core',
|
| 418 |
+
price: 60,
|
| 419 |
+
description: 'Complete VR/AR mental training package'
|
| 420 |
+
})" class="w-full bg-gradient-to-r from-yellow-600 to-yellow-800 hover:from-yellow-500 hover:to-yellow-700 text-white font-bold py-3 rounded-lg transition flex items-center justify-center">
|
| 421 |
+
<i data-feather="shopping-cart" class="mr-2"></i> Add to Cart
|
| 422 |
+
</button>
|
| 423 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 424 |
</div>
|
| 425 |
</div>
|
| 426 |
</section>
|