// Hero preload for LCP images - JavaScript injection document.addEventListener('DOMContentLoaded', function() { const heroImages = { 21: 'https://holodeckled.com/wp-content/uploads/2025/10/Shadow.webp', 587: 'https://holodeckled.com/wp-content/uploads/2025/12/ABOUT-US-2.webp', 589: 'https://holodeckled.com/wp-content/uploads/2025/12/FSTS.webp', 593: 'https://holodeckled.com/wp-content/uploads/2025/12/Vector-4-copia-1.webp', 591: 'https://holodeckled.com/wp-content/uploads/2025/12/Holo-Live-Stage™-1-768x520.webp' }; // Get page ID from body class const body = document.body; const pageIdMatch = body.className.match(/page-id-(\d+)/); if (pageIdMatch) { const pid = parseInt(pageIdMatch[1], 10); if (heroImages[pid]) { const link = document.createElement('link'); link.rel = 'preload'; link.as = 'image'; link.href = heroImages[pid]; link.fetchPriority = 'high'; document.head.appendChild(link); } } });

LED & Virtual Production News

Why a Center-Hung LED Scoreboard is the Heart of Smart Araneta Arena

In the world of international sports and entertainment, few venues carry as much historical weight as the Smart Araneta Arena in the Philippines. Affectionately known as “The Big Dome,” this iconic structure has hosted everything from the legendary “Thrilla in Manila” to world-class concerts and PBA championships. However, as the

WhatsApp