ACF only showing up in Homepage but doesn’t appears in all pages

You need to add the ID of the page as the second argument.

E.G If your home page has a page ID of 1, you need to do:

the_field('field_name', 1);

See here for more information on the_field.

https://www.advancedcustomfields.com/resources/the_field/