Fix texte
This commit is contained in:
parent
4e4b5eb151
commit
1fb31eb605
@ -29,7 +29,7 @@ class StripeController extends Controller
|
||||
$clientSessionId = Str::uuid();
|
||||
|
||||
$priceIds = [
|
||||
6 => 'price_1S51zxGaZ3yeYkzWYb0wSt4j',
|
||||
6 => 'price_1SLMcUGaZ3yeYkzWVgN4XPi2',
|
||||
18 => 'price_1SL5RVGaZ3yeYkzWmVf0490W',
|
||||
];
|
||||
|
||||
|
||||
@ -90,14 +90,6 @@ const goToShuffle = () => {
|
||||
confiance.
|
||||
</p>
|
||||
|
||||
<p
|
||||
class="max-w-2xl text-lg text-[var(--linen)] transition-all delay-500 duration-1000"
|
||||
:class="{ 'translate-y-0 opacity-100': isMounted, 'translate-y-4 opacity-0': !isMounted }"
|
||||
>
|
||||
Embrassez la sagesse intemporelle de l'Oracle de Kris Saint Ange, un guide stratégique pour naviguer votre destin avec clarté et
|
||||
confiance.
|
||||
</p>
|
||||
|
||||
<!-- Animated button with gold effects -->
|
||||
<button
|
||||
class="group gold-button relative mt-4 flex h-14 max-w-[480px] min-w-[160px] cursor-pointer items-center justify-center overflow-hidden rounded-full bg-gradient-to-b from-[var(--subtle-gold)] to-[#c8a971] px-8 text-base font-bold tracking-wide text-[var(--midnight-blue)] transition-all duration-500"
|
||||
|
||||
@ -64,6 +64,7 @@ onMounted(() => {
|
||||
></div>
|
||||
</Link>
|
||||
<Link
|
||||
v-if="$page.url === '/'"
|
||||
class="group relative rounded-lg px-3 py-2 text-sm font-medium text-[var(--midnight-blue)]/80 transition-all duration-300 hover:bg-white/50 hover:text-[var(--midnight-blue)]"
|
||||
href="/tirage"
|
||||
>
|
||||
@ -203,7 +204,6 @@ onMounted(() => {
|
||||
<!-- Logo and description - logo without rounding or shadow -->
|
||||
<div class="max-w-md text-center">
|
||||
<img src="logo_or.png" alt="Logo" class="mx-auto mb-4 h-16 w-16 object-cover" />
|
||||
|
||||
<h3 class="mb-2 font-audrey text-[var(--midnight-blue)]">KRIS SAINT ANGE</h3>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user