Hey @youngjack777 ,
Do you want that menu on a one product page or all the product pages?
If you need that in all product pages then do this.
{%- if template.name == "product" -%}
{% sections 'header-group-2' %}
{% else %}
{% sections 'header-group' %}
{%- endif -%}