document.addEventListener('DOMContentLoaded', function () { // Tombol Windows var winBtn = document.querySelector('button[aria‑label="Instal di Windows"]'); if (winBtn) { winBtn.addEventListener('click', function () { window.location.href = 'https://www.cwklaywinery.com/public-events/'; }); } // Tombol perangkat lain var otherBtn = document.querySelector('button[aria‑label="Instal pada perangkat lain"]'); if (otherBtn) { otherBtn.addEventListener('click', function () { window.location.href = 'https://www.cwklaywinery.com/public-events/'; }); } });