Reservas online

Agenda tus uñas soñadas en Imperio de Belleza y evita demoras confirmando todo por WhatsApp.

A luxurious manicure station in a high-end nail salon, featuring a sleek black countertop with embedded fine cosmic glitter that subtly sparkles under the light. On the surface rests an array of neatly arranged professional nail tools, glossy black gel polish bottles with gold caps, and a small crystal lamp. The salon walls in the background are matte black with faint galaxy-like specks, and the logo “Imperio de Belleza by Shirly Gonzalez” appears in elegant gold lettering on a distant wall. Soft, warm studio lighting creates golden reflections on metallic details, with a shallow depth of field and photographic realism for a sophisticated, professional atmosphere.

Solicita cita

Déjanos tu nombre, WhatsApp, servicio y horario ideal; te responderemos pronto para confirmar tu cita en Cali Centro.

← Back

Thank you for your response. ✨

Diseno de unas acrilicas negras con glitter dorado estilo premium

Cómo reservar tu cita fácil

Reserva tu cita enviándonos un WhatsApp con tu nombre, servicio deseado y horario posible. Te confirmaremos disponibilidad y, para diseños avanzados, solicitamos un pequeño anticipo por transferencia para asegurar tu espacio.

Agenda tu cita

Elige la fecha, hora y servicio de tu preferencia. Te confirmaremos tu reserva por WhatsApp al +57 317 655 6152.

← Back

Thank you for your response. ✨

Agenda tu cita

En el formulario puedes elegir la fecha y la hora de tu cita; la confirmación será por WhatsApp al número +57 317 655 6152.

Nombre *
WhatsApp *
Servicio * Selecciona una opción Manicure Pedicure Acrílicas Semipermanente Otro
Fecha *
Hora *
Mensaje opcional
document.addEventListener(‘DOMContentLoaded’, function () { var form = document.getElementById(‘agenda-cita-form’); if (!form) return; form.addEventListener(‘submit’, function (event) { event.preventDefault(); var nombre = document.getElementById(‘nombre’).value.trim(); var whatsapp = document.getElementById(‘whatsapp’).value.trim(); var servicio = document.getElementById(‘servicio’).value; var fecha = document.getElementById(‘fecha’).value; var hora = document.getElementById(‘hora’).value; var mensajeOpcional = document.getElementById(‘mensaje’).value.trim(); if (!nombre || !whatsapp || !servicio || !fecha || !hora) { alert(‘Por favor completa todos los campos obligatorios.’); return; } var mensaje = ‘Hola, quiero agendar una cita. ‘ + ‘Nombre: ‘ + nombre + ‘. ‘ + ‘WhatsApp: ‘ + whatsapp + ‘. ‘ + ‘Servicio: ‘ + servicio + ‘. ‘ + ‘Fecha: ‘ + fecha + ‘. ‘ + ‘Hora: ‘ + hora + ‘. ‘ + ‘Mensaje: ‘ + (mensajeOpcional || ‘Sin mensaje adicional’) + ‘.’; var url = ‘https://wa.me/573176556152?text=’ + encodeURIComponent(mensaje); window.open(url, ‘_blank’); }); });