{"id":10,"date":"2025-10-11T06:53:06","date_gmt":"2025-10-11T04:53:06","guid":{"rendered":"http:\/\/salon.local:82\/?page_id=10"},"modified":"2025-10-12T16:19:39","modified_gmt":"2025-10-12T19:19:39","slug":"inicio","status":"publish","type":"page","link":"https:\/\/miartenails.com.ar\/","title":{"rendered":"Inicio"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code><!-- ====== Estilos r\u00e1pidos (puedes moverlos a Apariencia > Personalizar > CSS adicional) ====== -->\n<style>\n:root{\n  --prim:#5b4bff;      \/* violeta-azulado de marca *\/\n  --primDark:#4338ca;\n  --sec:#ff4fb0;       \/* rosa acento *\/\n  --txt:#1f2937;       \/* gris oscuro legible *\/\n  --muted:#6b7280;\n  --bg:#f8fafc;\n}\n*{box-sizing:border-box}\nbody{color:var(--txt)}\n.container{max-width:1150px;margin:0 auto;padding:0 18px}\n.btn{\n  display:inline-block;padding:13px 20px;border-radius:12px;text-decoration:none;font-weight:700;\n  transition:.2s; box-shadow:0 8px 22px rgba(0,0,0,.12)\n}\n.btn-primary{background:#fff;color:var(--prim)}\n.btn-primary:hover{transform:translateY(-2px)}\n.btn-solid{background:var(--prim);color:#fff}\n.btn-solid:hover{background:var(--primDark);transform:translateY(-2px)}\n.section{padding:56px 0}\n.center{text-align:center}\n.grid{display:grid;gap:20px}\n.grid-3{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}\n.card{\n  background:#fff;border-radius:16px;padding:18px;\n  box-shadow:0 10px 28px rgba(2,6,23,.08)\n}\n.badge{display:inline-block;background:rgba(91,75,255,.12);color:var(--prim);padding:6px 10px;border-radius:999px;font-weight:700;font-size:.85rem}\n.muted{color:var(--muted)}\n.icon{font-size:36px;display:block;margin-bottom:8px}\n\n\/* Hero *\/\n.hero{\n  background:linear-gradient(135deg, var(--prim) 0%, #7c6bff 40%, var(--sec) 100%);\n  color:#fff; padding:80px 0 70px; position:relative; overflow:hidden;\n}\n.hero h1{font-size:clamp(28px,5vw,46px); margin:0 0 8px}\n.hero p{font-size:18px;margin:0 0 20px;opacity:.95}\n.hero .cta{display:flex;gap:12px;flex-wrap:wrap}\n\n\/* Servicios *\/\n.serv .card h3{margin:6px 0 6px}\n.serv .precio{font-weight:800;color:var(--prim)}\n\n\/* Galer\u00eda *\/\n.gallery img{width:100%;height:220px;object-fit:cover;border-radius:14px}\n\n\/* Testimonios *\/\n.testi .item{display:flex;gap:14px;align-items:flex-start}\n.testi .bubble{background:#fff;border-radius:14px;padding:14px;box-shadow:0 8px 22px rgba(0,0,0,.08)}\n\n\/* Contacto + mapa *\/\n.contact{background:var(--bg)}\n.map{width:100%;height:320px;border:0;border-radius:16px}\n\n\/* WhatsApp flotante *\/\n.wa{\n  position:fixed;right:18px;bottom:18px;width:60px;height:60px;border-radius:50%;\n  background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;\n  text-decoration:none;font-size:30px;box-shadow:0 10px 26px rgba(0,0,0,.2);z-index:9999\n}\n.wa:hover{filter:brightness(1.05);transform:translateY(-2px)}\n<\/style>\n\n<!-- ====== HERO ====== -->\n<header class=\"hero\">\n  <div class=\"container\">\n    <span class=\"badge\">Sal\u00f3n Mi Arte, Tu Espacio<\/span>\n    <h1>Belleza de <em>u\u00f1as, cabello y masajes<\/em> \u2014 turnos online al instante<\/h1>\n    <p>Atenci\u00f3n personalizada. Productos de calidad. Ambiente c\u00e1lido. \u00a1Te esperamos!<\/p>\n    <div class=\"cta\">\n      <a href=\"#reservas\" class=\"btn btn-primary\">Reservar turno ahora<\/a>\n      <a href=\"#servicios\" class=\"btn btn-solid\">Ver servicios<\/a>\n    <\/div>\n  <\/div>\n<\/header>\n\n<!-- ====== SERVICIOS DESTACADOS ====== -->\n<section id=\"servicios\" class=\"section serv\">\n  <div class=\"container\">\n    <div class=\"center\" style=\"margin-bottom:18px\">\n      <h2>Servicios m\u00e1s elegidos<\/h2>\n      <p class=\"muted\">Pod\u00e9s ajustar precios, duraci\u00f3n y descripciones cuando quieras.<\/p>\n    <\/div>\n\n    <div class=\"grid grid-3\">\n      <article class=\"card\">\n        <span class=\"icon\">\ud83d\udc85<\/span>\n        <h3>Esmaltado Semipermanente<\/h3>\n        <p class=\"muted\">Limpieza, limado, cut\u00edculas y color a elecci\u00f3n.<\/p>\n        <p class=\"precio\">AR$ 8.000 \u00b7 45 min<\/p>\n      <\/article>\n\n      <article class=\"card\">\n        <span class=\"icon\">\ud83d\udc87\u200d\u2640\ufe0f<\/span>\n        <h3>Corte + Brushing<\/h3>\n        <p class=\"muted\">Asesoramiento de imagen y terminaci\u00f3n prolija.<\/p>\n        <p class=\"precio\">AR$ 10.500 \u00b7 50 min<\/p>\n      <\/article>\n\n      <article class=\"card\">\n        <span class=\"icon\">\ud83d\udc86\u200d\u2640\ufe0f<\/span>\n        <h3>Masaje Relajante<\/h3>\n        <p class=\"muted\">Desconexi\u00f3n total con aceites esenciales.<\/p>\n        <p class=\"precio\">AR$ 12.000 \u00b7 60 min<\/p>\n      <\/article>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ====== SOBRE NOSOTROS ====== -->\n<section class=\"section\">\n  <div class=\"container grid\" style=\"grid-template-columns:1.1fr .9fr;gap:26px\">\n    <div class=\"card\">\n      <h2>Sobre nosotros<\/h2>\n      <p>Somos un espacio boutique de est\u00e9tica en el que priorizamos tu bienestar. Usamos marcas de primera y trabajamos con agenda organizada para respetar tus tiempos.<\/p>\n      <p class=\"muted\">Atendemos por turnos de Lunes a S\u00e1bado de 9 a 19 hs.<\/p>\n      <a href=\"#reservas\" class=\"btn btn-solid\">Reservar ahora<\/a>\n    <\/div>\n    <div class=\"gallery grid\" style=\"grid-template-columns:1fr 1fr;gap:14px\">\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1519014816548-bf5fe059798b?q=80&#038;w=1200&#038;auto=format&#038;fit=crop\" alt=\"sal\u00f3n 1\" \/>\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1512203492609-8f8413a07e7e?q=80&#038;w=1200&#038;auto=format&#038;fit=crop\" alt=\"sal\u00f3n 2\" \/>\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1503951914875-452162b0f3f1?q=80&#038;w=1200&#038;auto=format&#038;fit=crop\" alt=\"u\u00f1as\" \/>\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1522335789203-aabd1fc54bc9?q=80&#038;w=1200&#038;auto=format&#038;fit=crop\" alt=\"peluquer\u00eda\" \/>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ====== RESERVAS (AMELIA) ====== -->\n<section id=\"reservas\" class=\"section\" style=\"padding-top:0\">\n  <div class=\"container\">\n    <div class=\"center\" style=\"margin-bottom:12px\">\n      <h2>Reserv\u00e1 tu turno<\/h2>\n      <p class=\"muted\">Eleg\u00ed servicio, fecha y hora. Confirmaci\u00f3n inmediata.<\/p>\n    <\/div>\n    <!-- Elige uno de los dos shortcodes seg\u00fan prefieras -->\n    \n<script>\n  if (typeof hasAmeliaEntitiesApiCall === 'undefined' && ('' === '' && '' !== '1')) {\n    var hasAmeliaEntitiesApiCall = true;\n  }\n  var ameliaShortcodeData = (typeof ameliaShortcodeData === 'undefined') ? [] : ameliaShortcodeData;\n  ameliaShortcodeData.push(\n    {\n      'hasApiCall': (typeof hasAmeliaEntitiesApiCall !== 'undefined') && hasAmeliaEntitiesApiCall,\n      'trigger': '',\n      'trigger_type': '',\n      'triggered_form': 'sbsNew',\n      'in_dialog': '',\n      'show': '',\n      'counter': '1000',\n      'category': '',\n      'service': '',\n      'employee': '',\n      'location': '',\n      'package': '',\n      'layout': '',\n    }\n  );\n\n  var ameliaShortcodeDataTriggered = (typeof ameliaShortcodeDataTriggered === 'undefined') ? [] : ameliaShortcodeDataTriggered;\n  if (ameliaShortcodeData[ameliaShortcodeData.length - 1].trigger !== '') {\n    if (ameliaShortcodeDataTriggered.filter(a => a.counter === ameliaShortcodeData[ameliaShortcodeData.length - 1].counter).length === 0) {\n      ameliaShortcodeDataTriggered.push(ameliaShortcodeData.pop());\n    } else {\n      ameliaShortcodeData.pop()\n    }\n  }\n  if (typeof hasAmeliaEntitiesApiCall !== 'undefined' && hasAmeliaEntitiesApiCall) {\n    hasAmeliaEntitiesApiCall = false;\n  }\n<\/script>\n\n<div\n  id=\"amelia-v2-booking-1000\"\n  class=\"amelia-v2-booking\"\n >\n    <step-form-wrapper><\/step-form-wrapper><\/div>\n\n    <!-- [ameliabooking] -->\n  <\/div>\n<\/section>\n\n<!-- ====== TESTIMONIOS ====== -->\n<section class=\"section testi\">\n  <div class=\"container\">\n    <h2 class=\"center\" style=\"margin-bottom:16px\">Qu\u00e9 dicen nuestras clientas<\/h2>\n    <div class=\"grid grid-3\">\n      <div class=\"item\">\n        <div class=\"bubble\">\u201cMe encant\u00f3 el esmalte, s\u00faper prolijo y duradero. \u00a1Vuelvo seguro!\u201d<\/div>\n      <\/div>\n      <div class=\"item\">\n        <div class=\"bubble\">\u201cExcelente atenci\u00f3n y muy puntuales con los turnos. Recomendable.\u201d<\/div>\n      <\/div>\n      <div class=\"item\">\n        <div class=\"bubble\">\u201cEl masaje fue incre\u00edble, sal\u00ed renovada. Hermoso ambiente.\u201d<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ====== CONTACTO ====== -->\n<section class=\"section contact\">\n  <div class=\"container grid\" style=\"grid-template-columns:1.1fr .9fr;gap:24px\">\n    <div class=\"card\">\n      <h2>Contacto<\/h2>\n      <p><strong>Direcci\u00f3n:<\/strong> (Tu direcci\u00f3n aqu\u00ed)<\/p>\n      <p><strong>WhatsApp:<\/strong> +54 9 11 XXX XXXX<\/p>\n      <p><strong>Instagram:<\/strong> @miartenails<\/p>\n      <a href=\"https:\/\/wa.me\/54911XXXXXXXX?text=Hola!%20Quiero%20reservar%20un%20turno\" class=\"btn btn-solid\">Escribinos por WhatsApp<\/a>\n    <\/div>\n    <iframe class=\"map\" loading=\"lazy\" src=\"https:\/\/www.google.com\/maps?q=Buenos%20Aires&#038;output=embed\"><\/iframe>\n  <\/div>\n<\/section>\n\n<!-- WhatsApp flotante -->\n<a class=\"wa\" href=\"https:\/\/wa.me\/54911XXXXXXXX?text=Hola!%20Quiero%20un%20turno%20para...\" target=\"_blank\" aria-label=\"WhatsApp\">\ud83d\udcac<\/a>\n<\/code><\/pre>\n\n\n\n<script>\n  if (typeof hasAmeliaAppointment === 'undefined') {\n    var hasAmeliaAppointment = true;\n  }\n  if (typeof hasAppointmentApiCall === 'undefined' && '' === '') {\n    var hasAppointmentApiCall = true;\n  }\n  var hasBookingShortcode = (typeof hasBookingShortcode === 'undefined') ? false : true;\n  var bookingEntitiesIds = (typeof bookingEntitiesIds === 'undefined') ? [] : bookingEntitiesIds;\n  bookingEntitiesIds.push(\n    {\n      'hasApiCall': (typeof hasAppointmentApiCall !== 'undefined') && hasAppointmentApiCall,\n      'trigger': '',\n      'show': '',\n      'counter': '0',\n      'category': '',\n      'service': '',\n      'employee': '',\n      'location': ''\n    }\n  );\n  var lazyBookingEntitiesIds = (typeof lazyBookingEntitiesIds === 'undefined') ? [] : lazyBookingEntitiesIds;\n  if (bookingEntitiesIds[bookingEntitiesIds.length - 1].trigger !== '') {\n    lazyBookingEntitiesIds.push(bookingEntitiesIds.pop());\n  }\n  if (typeof hasAppointmentApiCall !== 'undefined' && hasAppointmentApiCall) {\n    hasAppointmentApiCall = false;\n  }\n<\/script>\n\n<div id=\"amelia-app-booking0\" class=\"amelia-booking amelia-frontend amelia-app-booking\">\n  <booking id=\"amelia-step-booking0\"><\/booking>\n<\/div>\n\n\n\n\n<script>\n  if (typeof hasAmeliaEntitiesApiCall === 'undefined' && ('' === '' && '' !== '1')) {\n    var hasAmeliaEntitiesApiCall = true;\n  }\n  var ameliaShortcodeData = (typeof ameliaShortcodeData === 'undefined') ? [] : ameliaShortcodeData;\n  ameliaShortcodeData.push(\n    {\n      'hasApiCall': (typeof hasAmeliaEntitiesApiCall !== 'undefined') && hasAmeliaEntitiesApiCall,\n      'trigger': '',\n      'trigger_type': '',\n      'triggered_form': 'sbsNew',\n      'in_dialog': '',\n      'show': '',\n      'counter': '1001',\n      'category': '',\n      'service': '',\n      'employee': '',\n      'location': '',\n      'package': '',\n      'layout': '',\n    }\n  );\n\n  var ameliaShortcodeDataTriggered = (typeof ameliaShortcodeDataTriggered === 'undefined') ? [] : ameliaShortcodeDataTriggered;\n  if (ameliaShortcodeData[ameliaShortcodeData.length - 1].trigger !== '') {\n    if (ameliaShortcodeDataTriggered.filter(a => a.counter === ameliaShortcodeData[ameliaShortcodeData.length - 1].counter).length === 0) {\n      ameliaShortcodeDataTriggered.push(ameliaShortcodeData.pop());\n    } else {\n      ameliaShortcodeData.pop()\n    }\n  }\n  if (typeof hasAmeliaEntitiesApiCall !== 'undefined' && hasAmeliaEntitiesApiCall) {\n    hasAmeliaEntitiesApiCall = false;\n  }\n<\/script>\n\n<div\n  id=\"amelia-v2-booking-1001\"\n  class=\"amelia-v2-booking\"\n >\n    <step-form-wrapper><\/step-form-wrapper><\/div>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/miartenails.com.ar\/index.php\/wp-json\/wp\/v2\/pages\/10","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/miartenails.com.ar\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/miartenails.com.ar\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/miartenails.com.ar\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/miartenails.com.ar\/index.php\/wp-json\/wp\/v2\/comments?post=10"}],"version-history":[{"count":13,"href":"https:\/\/miartenails.com.ar\/index.php\/wp-json\/wp\/v2\/pages\/10\/revisions"}],"predecessor-version":[{"id":278,"href":"https:\/\/miartenails.com.ar\/index.php\/wp-json\/wp\/v2\/pages\/10\/revisions\/278"}],"wp:attachment":[{"href":"https:\/\/miartenails.com.ar\/index.php\/wp-json\/wp\/v2\/media?parent=10"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}