Spaces:
Running
Running
Live Coaching Add-On ($35/session
Browse files- index.html +9 -1
index.html
CHANGED
|
@@ -404,7 +404,15 @@ Get Started
|
|
| 404 |
})" 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">
|
| 405 |
<i data-feather="shopping-cart" class="mr-2"></i> Add to Cart
|
| 406 |
</button>
|
| 407 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 408 |
<!-- Subscription Plan -->
|
| 409 |
<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">
|
| 410 |
<h3 class="text-2xl font-bold text-center mb-4 text-red-500">Subscription Plan</h3>
|
|
|
|
| 404 |
})" 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">
|
| 405 |
<i data-feather="shopping-cart" class="mr-2"></i> Add to Cart
|
| 406 |
</button>
|
| 407 |
+
<button onclick="addToCart({
|
| 408 |
+
id: 'coaching-addon',
|
| 409 |
+
name: 'Live Coaching Add-On',
|
| 410 |
+
price: 35,
|
| 411 |
+
description: 'One 1-on-1 coaching session'
|
| 412 |
+
})" class="w-full mt-4 bg-gradient-to-r from-gray-700 to-gray-900 hover:from-gray-600 hover:to-gray-800 text-white font-bold py-3 rounded-lg transition flex items-center justify-center">
|
| 413 |
+
<i data-feather="video" class="mr-2"></i> Add Coaching ($35/session)
|
| 414 |
+
</button>
|
| 415 |
+
</div>
|
| 416 |
<!-- Subscription Plan -->
|
| 417 |
<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">
|
| 418 |
<h3 class="text-2xl font-bold text-center mb-4 text-red-500">Subscription Plan</h3>
|