import wixWindow from 'wix-window'; import wixLocation from 'wix-location'; const redirectToHomePage = () => { const formFactor = wixWindow.formFactor; wixLocation.to('https://www.platinumtours.samirgroupgh.com/-home', { status: 302, }); }; $w.onReady(redirectToHomePage);