diff --git a/assets/pasted-20260131-000858-4fff58f0.jpg b/assets/pasted-20260131-000858-4fff58f0.jpg new file mode 100644 index 0000000..26593a7 Binary files /dev/null and b/assets/pasted-20260131-000858-4fff58f0.jpg differ diff --git a/index.php b/index.php index cf31b23..394fd13 100644 --- a/index.php +++ b/index.php @@ -10,6 +10,7 @@ $streamUrl = "https://play.radioking.io/lili-record-s-radio"; $whatsappNumber = "5359177041"; $whatsappLink = "https://wa.me/" . $whatsappNumber; $promoImage = "assets/pasted-20260130-234122-115a4b49.png"; +$qrImage = "assets/pasted-20260131-000858-4fff58f0.jpg"; // Fetch latest requests $requests = []; @@ -317,19 +318,13 @@ try { text-align: center; } - .qr-placeholder { - width: 80px; - height: 80px; - background: rgba(255,255,255,0.05); - border: 2px dashed var(--glass-border); + .qr-image { + width: 120px; + height: 120px; border-radius: 12px; margin: 0.5rem auto; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - font-size: 0.6rem; - color: rgba(255,255,255,0.5); + border: 3px solid rgba(255,255,255,0.1); + box-shadow: 0 10px 20px rgba(0,0,0,0.3); } .whatsapp-btn { @@ -345,15 +340,23 @@ try { align-items: center; justify-content: center; font-size: 2rem; - box-shadow: 0 10px 20px rgba(0,0,0,0.3); + box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4); text-decoration: none; transition: all 0.3s ease; z-index: 100; + animation: bounce 2s infinite; + } + + @keyframes bounce { + 0%, 20%, 50%, 80%, 100% {transform: translateY(0);} + 40% {transform: translateY(-10px);} + 60% {transform: translateY(-5px);} } .whatsapp-btn:hover { transform: translateY(-5px) scale(1.1); color: #fff; + animation: none; } .live-badge { @@ -440,11 +443,7 @@ try {
-

Apóyanos vía Transfermóvil

-
- - Espacio para QR -
+ QR Pago
@@ -549,4 +548,4 @@ try { commentsList.scrollTop = 0; // Show latest first - \ No newline at end of file +