Ekaropolus 0fd26e483f
All checks were successful
continuous-integration/drone/push Build is passing
Genesis commit for the new page
2025-04-22 13:14:25 -06:00

17 lines
858 B
PHP

<!-- Antes de tus módulos, asegúrate de cargar jQuery+GSAP -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollToPlugin.min.js" defer></script>
<!-- Ahora tus módulos -->
<script src="{{ asset('home/js/config.js') }}" defer></script>
<script src="{{ asset('home/js/header.js') }}" defer></script>
<script src="{{ asset('home/js/noise.js') }}" defer></script>
<script src="{{ asset('home/js/scroll.js') }}" defer></script>
<script src="{{ asset('home/js/slider.js') }}" defer></script>
<script src="{{ asset('home/js/form.js') }}" defer></script>