export function button5_click_1 ( event ) {
wixLocation . to ();
}
when clicking on button5, The user must be taken to another page of the same website but # html2 which is in both pages should not be reloaded.
export function button5_click_1 ( event ) {
wixLocation . to ();
}
when clicking on button5, The user must be taken to another page of the same website but # html2 which is in both pages should not be reloaded.