{"version":3,"sources":["main.js"],"names":["swiper","Swiper","pagination","el","clickable","delay","autoplay","disableOnInteraction","loop","AOS","init"],"mappings":"aAAA,IAAAA,OAAA,IAAAC,OAAA,oBAAA,CACAC,WAAA,CADAC,GAAA,qBACAD,WAAAA,GAEAE,SAAAA,CAFAC,MAAA,IAIAC,sBAAAA,GAEAC,aAAAA,IAFAC,MAAA,IALAC,IAAAC","file":"main.js","sourcesContent":["var swiper = new Swiper('.swiper-container', {\r\n pagination: {\r\n el: '.swiper-pagination',\r\n clickable: true,\r\n },\r\n autoplay: {\r\n delay: 5000,\r\n disableOnInteraction: true,\r\n },\r\n spaceBetween: 100,\r\n loop: true,\r\n});\r\n\r\nAOS.init();"]}