Fazbeeer commited on
Commit
128408b
·
verified ·
1 Parent(s): ae30966

On top of the $60, add in green 7-Day Free Trial

Browse files
Files changed (1) hide show
  1. index.html +14 -9
index.html CHANGED
@@ -412,15 +412,20 @@ Get Started
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>
 
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>