Fazbeeer commited on
Commit
6c0fda3
·
verified ·
1 Parent(s): a9278c4

Promote version ae30966 to main

Browse files

Promoted commit ae30966d5c9f95502e2fbb8eb2abb7926ceed1cf to main branch

Files changed (1) hide show
  1. index.html +9 -14
index.html CHANGED
@@ -412,20 +412,15 @@ Get Started
412
  <span>Personalized training plan</span>
413
  </li>
414
  </ul>
415
- <div class="space-y-3">
416
- <button onclick="addToCart({
417
- id: 'core-plan',
418
- name: 'Amplify Core',
419
- price: 60,
420
- description: 'Complete VR/AR mental training package'
421
- })" 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">
422
- <i data-feather="shopping-cart" class="mr-2"></i> Add to Cart
423
- </button>
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>