Update index.html

This commit is contained in:
Omar Najjar 2025-11-28 19:48:39 +11:00
parent 3599ae3cad
commit 9ad5cfcc24

View file

@ -79,7 +79,7 @@
<div class="pt-8"> <div class="pt-8">
<button id="pay" class="group relative w-full overflow-hidden bg-sky-400 hover:bg-sky-300 text-black font-black text-2xl uppercase tracking-wider py-8 transition-all rounded-2xl"> <button id="pay" class="group relative w-full overflow-hidden bg-sky-400 hover:bg-sky-300 text-black font-black text-2xl uppercase tracking-wider py-8 transition-all rounded-2xl">
<span class="relative z-10">Pay & Invest Now</span> <span class="relative z-10">Pay & Invest Now 💸</span>
<span class="absolute inset-0 bg-white opacity-0 group-hover:opacity-20 transition"></span> <span class="absolute inset-0 bg-white opacity-0 group-hover:opacity-20 transition"></span>
</button> </button>
</div> </div>