| // Initialize AOS | |
| document.addEventListener('DOMContentLoaded', function() { | |
| AOS.init({ | |
| duration: 800, | |
| once: true, | |
| offset: 120, | |
| }); | |
| }); | |
| // Add any other main JavaScript functionality here | |
| // Initialize AOS | |
| document.addEventListener('DOMContentLoaded', function() { | |
| AOS.init({ | |
| duration: 800, | |
| once: true, | |
| offset: 120, | |
| }); | |
| }); | |
| // Add any other main JavaScript functionality here | |