Spaces:
Running
Running
Make it $60 and below it after the or yearly, put add ons in the same font as (save $80)
Browse files- index.html +4 -4
index.html
CHANGED
|
@@ -375,9 +375,9 @@
|
|
| 375 |
<span class="text-sm font-bold text-green-400">7-DAY FREE TRIAL</span>
|
| 376 |
</div>
|
| 377 |
<div class="text-center mb-6">
|
| 378 |
-
<span class="text-4xl font-bold text-red-500">$
|
| 379 |
<span class="text-gray-400">/month</span>
|
| 380 |
-
<div class="text-sm text-gray-400">or $700/year (save $80)</div>
|
| 381 |
</div>
|
| 382 |
<ul class="space-y-3 mb-8">
|
| 383 |
<li class="flex items-center">
|
|
@@ -407,8 +407,8 @@
|
|
| 407 |
</ul>
|
| 408 |
<button onclick="addToCart({
|
| 409 |
id: 'elite-plan',
|
| 410 |
-
name: 'Elite Plan',
|
| 411 |
-
price:
|
| 412 |
description: 'Full suite with AI analysis, custom builds, and coaching'
|
| 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
|
|
|
|
| 375 |
<span class="text-sm font-bold text-green-400">7-DAY FREE TRIAL</span>
|
| 376 |
</div>
|
| 377 |
<div class="text-center mb-6">
|
| 378 |
+
<span class="text-4xl font-bold text-red-500">$60</span>
|
| 379 |
<span class="text-gray-400">/month</span>
|
| 380 |
+
<div class="text-sm text-gray-400">or $700/year (save $80) add ons</div>
|
| 381 |
</div>
|
| 382 |
<ul class="space-y-3 mb-8">
|
| 383 |
<li class="flex items-center">
|
|
|
|
| 407 |
</ul>
|
| 408 |
<button onclick="addToCart({
|
| 409 |
id: 'elite-plan',
|
| 410 |
+
name: 'Elite Plan',
|
| 411 |
+
price: 60,
|
| 412 |
description: 'Full suite with AI analysis, custom builds, and coaching'
|
| 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
|