Spaces:
Running
Running
Hi for amplify core, change the add to cart to buy button
Browse files- about.html +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="
|
| 271 |
</button>
|
| 272 |
-
|
| 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 |
-
<
|
| 447 |
-
|
| 448 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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>
|