stripe paiment
This commit is contained in:
parent
e17b1bfc1c
commit
18d8d173ca
@ -220,8 +220,8 @@ const clearHover = () => {
|
|||||||
<div class="mt-2 flex gap-2">
|
<div class="mt-2 flex gap-2">
|
||||||
<button
|
<button
|
||||||
class="group relative flex h-12 flex-1 items-center justify-center overflow-hidden rounded-full border-2 border-[var(--c-gold)] bg-transparent px-4 font-bold tracking-wide text-[var(--c-gold)] transition-all duration-300 hover:bg-[var(--c-gold)] hover:text-black"
|
class="group relative flex h-12 flex-1 items-center justify-center overflow-hidden rounded-full border-2 border-[var(--c-gold)] bg-transparent px-4 font-bold tracking-wide text-[var(--c-gold)] transition-all duration-300 hover:bg-[var(--c-gold)] hover:text-black"
|
||||||
@click="handleSelection(6, 'wise')"
|
@click="handleSelection(6, 'stripe')"
|
||||||
title="Pay with wise"
|
title="Pay with Stripe"
|
||||||
>
|
>
|
||||||
<span class="relative text-sm">Discover</span>
|
<span class="relative text-sm">Discover</span>
|
||||||
</button>
|
</button>
|
||||||
@ -273,8 +273,8 @@ const clearHover = () => {
|
|||||||
<div class="mt-2 flex gap-2">
|
<div class="mt-2 flex gap-2">
|
||||||
<button
|
<button
|
||||||
class="group relative flex h-12 flex-1 items-center justify-center overflow-hidden rounded-full bg-gradient-to-r from-gray-800 to-gray-900 px-4 font-bold tracking-wide text-white transition-all duration-300 hover:bg-gray-800"
|
class="group relative flex h-12 flex-1 items-center justify-center overflow-hidden rounded-full bg-gradient-to-r from-gray-800 to-gray-900 px-4 font-bold tracking-wide text-white transition-all duration-300 hover:bg-gray-800"
|
||||||
@click="handleSelection(18, 'wise')"
|
@click="handleSelection(18, 'stripe')"
|
||||||
title="Pay with Wise"
|
title="Pay with Stripe"
|
||||||
>
|
>
|
||||||
<span class="relative text-sm">Explore</span>
|
<span class="relative text-sm">Explore</span>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user