Ekaropolus b1c7fbfbf8
All checks were successful
continuous-integration/drone/push Build is passing
change the home to be public
2025-07-19 20:09:07 -06:00

17 lines
900 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('public/home/js/config.js') }}" defer></script>
<script src="{{ asset('public/home/js/header.js') }}" defer></script>
<script src="{{ asset('public/home/js/noise.js') }}" defer></script>
<script src="{{ asset('public/home/js/scroll.js') }}" defer></script>
<script src="{{ asset('public/home/js/slider.js') }}" defer></script>
<script src="{{ asset('public/home/js/form.js') }}" defer></script>