top of page
bottom of page
import wixLocation from 'wix-location'; $w.onReady(() => { setTimeout(() => { try { wixLocation.to('https://g.page/r/CT6P8aiyI1DFEBM/review'); } catch (error) { console.error('Error en la redirección:', error); } }, 5000); });