{ button.addEventListener("click", function () { const targetTab = this.getAttribute("data-tab"); // Remove active class from all buttons tabButtons.forEach(btn => btn.classList.remove("active")); // Remove active class from all panels tabPanels.forEach(panel => panel.classList.remove("active")); // Add active class to clicked button this.classList.add("active"); // Show corresponding panel const targetPanel = document.getElementById(targetTab); if (targetPanel) { targetPanel.classList.add("active"); } }); }); });">
contactHero

Formtest