fix oracle

This commit is contained in:
Nyavokevin 2025-10-22 20:16:16 +03:00
parent 2be8d810e1
commit 4e4b5eb151
5 changed files with 26 additions and 9 deletions

View File

@ -30,7 +30,7 @@ class StripeController extends Controller
$priceIds = [
6 => 'price_1S51zxGaZ3yeYkzWYb0wSt4j',
18 => 'price_1S5464GaZ3yeYkzWh8RuJfab',
18 => 'price_1SL5RVGaZ3yeYkzWmVf0490W',
];
if (!isset($priceIds[$count])) {

View File

@ -79,8 +79,15 @@ const goToShuffle = () => {
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 }"
>
Et si vos quatre royaumes intérieurs : Santé, Amour, Fortune, Ambition, chevauchaient vers un même horizon ? Embrassez la sagesse
intemporelle de l'Oracle de Kris Saint Ange, un guide stratégique pour naviguer votre destin avec clarté et confiance.
Et si vos quatre royaumes intérieurs : Santé, Amour, Fortune, Ambition, chevauchaient vers un même horizon ?
</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>
<p

View File

@ -203,7 +203,8 @@ 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-serif text-xl font-bold text-[var(--midnight-blue)]">Kris Saint Ange</h3>
<h3 class="mb-2 font-audrey text-[var(--midnight-blue)]">KRIS SAINT ANGE</h3>
</div>
<!-- Links -->

View File

@ -70,13 +70,14 @@ const handleAppointment = () => {
</p>
</div>
<!-- Benefits Section -->
<div class="grid max-w-5xl grid-cols-1 gap-6 md:grid-cols-3">
<!-- Benefit 1 -->
<div class="rounded-2xl border border-white/50 bg-white/60 p-6 text-center backdrop-blur-sm">
<div class="mb-4 flex justify-center">
<div class="flex h-12 w-12 items-center justify-center rounded-full bg-[var(--subtle-gold)]/20">
<span class="text-xl">🔮</span>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z" />
</svg>
</div>
</div>
<h3 class="mb-3 font-serif text-xl font-bold text-[var(--midnight-blue)]">Clarté Immédiate</h3>
@ -89,7 +90,10 @@ const handleAppointment = () => {
<div class="rounded-2xl border border-white/50 bg-white/60 p-6 text-center backdrop-blur-sm">
<div class="mb-4 flex justify-center">
<div class="flex h-12 w-12 items-center justify-center rounded-full bg-[var(--subtle-gold)]/20">
<span class="text-xl">💫</span>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z" />
<path d="M12 6V12L15 15" />
</svg>
</div>
</div>
<h3 class="mb-3 font-serif text-xl font-bold text-[var(--midnight-blue)]">Guidance Personnalisée</h3>
@ -102,7 +106,12 @@ const handleAppointment = () => {
<div class="rounded-2xl border border-white/50 bg-white/60 p-6 text-center backdrop-blur-sm">
<div class="mb-4 flex justify-center">
<div class="flex h-12 w-12 items-center justify-center rounded-full bg-[var(--subtle-gold)]/20">
<span class="text-xl">🌙</span>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path
d="M21 12.79C21 18.43 16.64 23 11.5 23C6.36 23 2 18.43 2 12.79C2 7.15 6.36 2.58 11.5 2.58C16.64 2.58 21 7.15 21 12.79Z"
/>
<path d="M15 8L11 12L9 10" />
</svg>
</div>
</div>
<h3 class="mb-3 font-serif text-xl font-bold text-[var(--midnight-blue)]">Transformation Durable</h3>

View File

@ -273,7 +273,7 @@ const clearHover = () => {
<button
class="group relative flex h-12 flex-1 items-center justify-center overflow-hidden rounded-full bg-[var(--subtle-gold)] px-6 font-bold tracking-wide text-[var(--midnight-blue)] shadow-sm transition-all duration-300"
@click="handleSelection(18, 'stripe')"
title="Pay with Wise"
title="Pay with stripe"
>
<span
class="absolute inset-0 -translate-x-full transform bg-gradient-to-r from-transparent via-white/40 to-transparent transition-transform duration-700 group-hover:translate-x-full"