Trying to find the button "buy now" on the source code

It is show_dynamic_checkout button function. You cannot edit it in the source code, just find those codes in your theme file only

{%- if show_dynamic_checkout -%}
    {{ form | payment_button }}
{%- endif -%}