diff --git a/assets/pasted-20260215-151251-1c7b1936.png b/assets/pasted-20260215-151251-1c7b1936.png new file mode 100644 index 0000000..12938ff Binary files /dev/null and b/assets/pasted-20260215-151251-1c7b1936.png differ diff --git a/index.php b/index.php index 4446ac7..590c2bc 100644 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@ require_once __DIR__ . '/includes/tracker.php'; track_visitor(); $projectDescription = $_SERVER['PROJECT_DESCRIPTION'] ?? 'Lili Records Radio - La mejor música en vivo.'; -$projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? 'assets/images/featured.jpg'; +$projectImageUrl = $_SERVER['PROJECT_IMAGE_URL'] ?? 'assets/pasted-20260215-151251-1c7b1936.png'; // WhatsApp info $whatsapp_number = '+5359177041'; @@ -312,21 +312,21 @@ $whatsapp_link = "https://wa.me/" . preg_replace('/[^0-9]/', '', $whatsapp_numbe /* Right Side: Featured Image */ .image-section { - flex: 1.2; + flex: 2; display: flex; justify-content: center; align-items: center; - padding-left: 2rem; + padding-left: 3rem; } .featured-img-container { width: 100%; - max-width: 600px; + max-width: 900px; position: relative; - border-radius: 24px; + border-radius: 32px; overflow: hidden; - box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6); - aspect-ratio: 16 / 9; + box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7); + aspect-ratio: 16 / 10; } .featured-img-container img { @@ -488,7 +488,7 @@ $whatsapp_link = "https://wa.me/" . preg_replace('/[^0-9]/', '', $whatsapp_numbe