Fazbeeer commited on
Commit
218bc0c
·
verified ·
1 Parent(s): c838d80

Hi for amplify core, change the add to cart to buy button

Browse files
Files changed (2) hide show
  1. about.html +2 -2
  2. index.html +8 -3
about.html CHANGED
@@ -267,9 +267,9 @@
267
  price: 60,
268
  description: 'Basic VR/AR training with AI feedback'
269
  })" 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">
270
- <i data-feather="shopping-cart" class="mr-2"></i> Add to Cart
271
  </button>
272
- </div>
273
  </div>
274
  </div>
275
  </section>
 
267
  price: 60,
268
  description: 'Basic VR/AR training with AI feedback'
269
  })" 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">
270
+ <i data-feather="zap" class="mr-2"></i> Buy Now
271
  </button>
272
+ </div>
273
  </div>
274
  </div>
275
  </section>
index.html CHANGED
@@ -443,9 +443,14 @@ Get Started
443
  <span>Personalized training plan</span>
444
  </li>
445
  </ul>
446
- <a href="https://portal.veinternational.org/buybuttons/us0110243/btn/amplify-1/" 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">
447
- <i data-feather="shopping-cart" class="mr-2"></i> Add to Cart
448
- </a>
 
 
 
 
 
449
  </div>
450
  </div>
451
  </div>
 
443
  <span>Personalized training plan</span>
444
  </li>
445
  </ul>
446
+ <button onclick="addToCart({
447
+ id: 'core-plan',
448
+ name: 'Amplify Core',
449
+ price: 60,
450
+ description: 'Basic VR/AR training with AI feedback'
451
+ })" 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">
452
+ <i data-feather="zap" class="mr-2"></i> Buy Now
453
+ </button>
454
  </div>
455
  </div>
456
  </div>