Remove add to cart button and add buy now button which goes to checkout page

you can enabled it by going to your store custimzied option, and click on the payment option and you can enabled it from there.

button.btn.btn--full.add-to-cart {
    display: none !important;
}