I figured it out!
create another product page template and rename it whatever you’d like. Then hide the price block under product information. Then inset a custom liquid block with the below code. VOILA
{%- render 'price', product: product, use_variant: true, show_badges: true, price_class: 'price--large' -%}