GioAnny Estilistas | Escuela de Peluquería y Belleza en Olavarría

Transformamos tu imagen,
inspiramos tu futuro.

Estilistas profesionales y academia de vanguardia en Olavarría desde 1984.

En GioAnny inspiramos tu futuro

⏳ Conectando con los cursos... (Si estás en el editor, guardá y mirá la web en vivo)

` : ''; const htmlMatricula = matricula ? `
Matrícula: $${matricula}
` : ''; const linkDetalle = `https://sitiosimple.com/gioanny/#!/-cursos/?id=${id}`; htmlFinal += `
${badgeHtml}
${titulo}
INSTRUCTOR: ${instructor}
${descCorta}
Leer más ➔
Duración: ${duracion}
Inicio: ${inicio}
${htmlMatricula}
Cuota: $${precio}
`; } }); contenedor.style.border = "none"; if (hayCursos) { contenedor.innerHTML = htmlFinal; } else { contenedor.innerHTML = `

No hay cursos activos en este momento.

`; } }) .catch(error => { console.log("Bloqueado por el editor. Se verá bien en la web pública."); }); } setTimeout(iniciarCursos, 300);