Spaces:
Running
Running
delete
Browse files- about.html +1 -48
- index.html +0 -47
about.html
CHANGED
|
@@ -229,54 +229,7 @@
|
|
| 229 |
<i data-feather="shopping-cart" class="mr-2"></i> Add to Cart
|
| 230 |
</button>
|
| 231 |
</div>
|
| 232 |
-
<
|
| 233 |
-
<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">
|
| 234 |
-
<h3 class="text-2xl font-bold text-center mb-4 text-red-500">Subscription Plan</h3>
|
| 235 |
-
<div class="text-center mb-2">
|
| 236 |
-
<span class="text-sm font-bold text-green-400">7-DAY FREE TRIAL</span>
|
| 237 |
-
</div>
|
| 238 |
-
<div class="text-center mb-6">
|
| 239 |
-
<span class="text-4xl font-bold text-red-500">$60</span>
|
| 240 |
-
<span class="text-gray-400">/month</span>
|
| 241 |
-
<div class="text-sm text-gray-400">or $700/year (save $80) + add ons</div>
|
| 242 |
-
</div>
|
| 243 |
-
<ul class="space-y-3 mb-8">
|
| 244 |
-
<li class="flex items-center">
|
| 245 |
-
<i data-feather="check" class="text-green-500 mr-2"></i>
|
| 246 |
-
<span>Unlimited VR/AR scenarios</span>
|
| 247 |
-
</li>
|
| 248 |
-
<li class="flex items-center">
|
| 249 |
-
<i data-feather="check" class="text-green-500 mr-2"></i>
|
| 250 |
-
<span>Full biometric suite with AI analysis</span>
|
| 251 |
-
</li>
|
| 252 |
-
<li class="flex items-center">
|
| 253 |
-
<i data-feather="check" class="text-green-500 mr-2"></i>
|
| 254 |
-
<span>24/7 professional support</span>
|
| 255 |
-
</li>
|
| 256 |
-
<li class="flex items-center">
|
| 257 |
-
<i data-feather="check" class="text-green-500 mr-2"></i>
|
| 258 |
-
<span>Full scenario library + custom builds</span>
|
| 259 |
-
</li>
|
| 260 |
-
<li class="flex items-center">
|
| 261 |
-
<i data-feather="check" class="text-green-500 mr-2"></i>
|
| 262 |
-
<span>Monthly 1-on-1 coaching sessions</span>
|
| 263 |
-
</li>
|
| 264 |
-
<li class="flex items-center">
|
| 265 |
-
<i data-feather="check" class="text-green-500 mr-2"></i>
|
| 266 |
-
<span>Personalized training plan</span>
|
| 267 |
-
</li>
|
| 268 |
-
</ul>
|
| 269 |
-
<button onclick="addToCart({
|
| 270 |
-
id: 'subscription-plan',
|
| 271 |
-
name: 'Subscription Plan',
|
| 272 |
-
price: 60,
|
| 273 |
-
description: 'Full suite with AI analysis, custom builds, and coaching - cancel anytime'
|
| 274 |
-
})" class="w-full bg-gradient-to-r from-red-900 via-red-800 to-red-700 hover:from-red-800 hover:via-red-700 hover:to-red-600 text-white font-bold py-3 rounded-lg transition mb-2 flex items-center justify-center">
|
| 275 |
-
<i data-feather="shopping-cart" class="mr-2"></i> Add to Cart
|
| 276 |
-
</button>
|
| 277 |
-
<p class="text-xs text-center text-gray-400">No credit card required</p>
|
| 278 |
-
</div>
|
| 279 |
-
</div>
|
| 280 |
</div>
|
| 281 |
</section>
|
| 282 |
|
|
|
|
| 229 |
<i data-feather="shopping-cart" class="mr-2"></i> Add to Cart
|
| 230 |
</button>
|
| 231 |
</div>
|
| 232 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 233 |
</div>
|
| 234 |
</section>
|
| 235 |
|
index.html
CHANGED
|
@@ -405,54 +405,7 @@ Get Started
|
|
| 405 |
<i data-feather="shopping-cart" class="mr-2"></i> Add to Cart
|
| 406 |
</button>
|
| 407 |
</div>
|
| 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">Amplify Pro</h3>
|
| 411 |
-
<div class="text-center mb-2">
|
| 412 |
-
<span class="text-sm font-bold text-green-400">7-DAY FREE TRIAL</span>
|
| 413 |
-
</div>
|
| 414 |
-
<div class="text-center mb-6">
|
| 415 |
-
<span class="text-4xl font-bold text-red-500">$60</span>
|
| 416 |
-
<span class="text-gray-400">/month</span>
|
| 417 |
-
<div class="text-sm text-gray-400">or $700/year (save $80) + add ons</div>
|
| 418 |
-
</div>
|
| 419 |
-
<ul class="space-y-3 mb-8">
|
| 420 |
-
<li class="flex items-center">
|
| 421 |
-
<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-check text-green-500 mr-2"><polyline points="20 6 9 17 4 12"></polyline></svg>
|
| 422 |
-
<span>Unlimited VR/AR scenarios</span>
|
| 423 |
-
</li>
|
| 424 |
-
<li class="flex items-center">
|
| 425 |
-
<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-check text-green-500 mr-2"><polyline points="20 6 9 17 4 12"></polyline></svg>
|
| 426 |
-
<span>Full biometric suite with AI analysis</span>
|
| 427 |
-
</li>
|
| 428 |
-
<li class="flex items-center">
|
| 429 |
-
<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-check text-green-500 mr-2"><polyline points="20 6 9 17 4 12"></polyline></svg>
|
| 430 |
-
<span>24/7 professional support</span>
|
| 431 |
-
</li>
|
| 432 |
-
<li class="flex items-center">
|
| 433 |
-
<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-check text-green-500 mr-2"><polyline points="20 6 9 17 4 12"></polyline></svg>
|
| 434 |
-
<span>Full scenario library + custom builds</span>
|
| 435 |
-
</li>
|
| 436 |
-
<li class="flex items-center">
|
| 437 |
-
<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-check text-green-500 mr-2"><polyline points="20 6 9 17 4 12"></polyline></svg>
|
| 438 |
-
<span>Monthly 1-on-1 coaching sessions</span>
|
| 439 |
-
</li>
|
| 440 |
-
<li class="flex items-center">
|
| 441 |
-
<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-check text-green-500 mr-2"><polyline points="20 6 9 17 4 12"></polyline></svg>
|
| 442 |
-
<span>Personalized training plan</span>
|
| 443 |
-
</li>
|
| 444 |
-
</ul>
|
| 445 |
-
<button onclick="addToCart({
|
| 446 |
-
id: 'subscription-plan',
|
| 447 |
-
name: 'Subscription Plan',
|
| 448 |
-
price: 60,
|
| 449 |
-
description: 'Full suite with AI analysis, custom builds, and coaching - cancel anytime'
|
| 450 |
-
})" class="w-full bg-gradient-to-r from-red-900 via-red-800 to-red-700 hover:from-red-800 hover:via-red-700 hover:to-red-600 text-white font-bold py-3 rounded-lg transition mb-2 flex items-center justify-center">
|
| 451 |
-
<i data-feather="shopping-cart" class="mr-2"></i> Add to Cart
|
| 452 |
-
</button>
|
| 453 |
-
<p class="text-xs text-center text-gray-400">No credit card required</p>
|
| 454 |
</div>
|
| 455 |
-
</div>
|
| 456 |
</div>
|
| 457 |
</section>
|
| 458 |
|
|
|
|
| 405 |
<i data-feather="shopping-cart" class="mr-2"></i> Add to Cart
|
| 406 |
</button>
|
| 407 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 408 |
</div>
|
|
|
|
| 409 |
</div>
|
| 410 |
</section>
|
| 411 |
|