{"version":3,"sources":["js/main.js"],"names":["home","$","animate","scrollTop","product","offset","top","og","partner","roadmap"],"mappings":";AAAA,SAASA,IACPC,EAAE,aAAaC,QAAQ,CAACC,UAAW,GAAI,KAGzC,SAASC,IACPH,EAAE,aAAaC,QAAQ,CAACC,UAAWF,EAAE,YAAYI,SAASC,KAAM,KAGlE,SAASC,IACPN,EAAE,aAAaC,QAAQ,CAACC,UAAWF,EAAE,OAAOI,SAASC,KAAM,KAG7D,SAASE,IACPP,EAAE,aAAaC,QAAQ,CAACC,UAAWF,EAAE,YAAYI,SAASC,KAAM,KAGlE,SAASG,IACPR,EAAE,aAAaC,QAAQ,CAACC,UAAWF,EAAE,YAAYI,SAASC,KAAM","file":"main.efa74c8f.js","sourceRoot":"..","sourcesContent":["function home() {\n $(\"html,body\").animate({scrollTop: 0}, 500);\n}\n\nfunction product() {\n $(\"html,body\").animate({scrollTop: $(\"#Product\").offset().top}, 500);\n}\n\nfunction og() {\n $(\"html,body\").animate({scrollTop: $(\"#OG\").offset().top}, 500);\n}\n\nfunction partner() {\n $(\"html,body\").animate({scrollTop: $(\"#Partner\").offset().top}, 500);\n}\n\nfunction roadmap() {\n $(\"html,body\").animate({scrollTop: $(\"#Roadmap\").offset().top}, 500);\n}\n"]}