diff --git a/src/app/chemical-exfoliation/page.tsx b/src/app/chemical-exfoliation/page.tsx index 8fb1452..0bb896e 100644 --- a/src/app/chemical-exfoliation/page.tsx +++ b/src/app/chemical-exfoliation/page.tsx @@ -3,11 +3,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Sparkles, Zap, Droplets, ShieldCheck } from 'lucide-react'; export default function ChemicalExfoliationPage() { return ( @@ -17,7 +15,7 @@ export default function ChemicalExfoliationPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -26,12 +24,11 @@ export default function ChemicalExfoliationPage() { -
- -
-

Paso 1: Consulta y Evaluación

-

Análisis completo del tipo de piel, sensibilidad, condiciones médicas y objetivos del tratamiento. Se determina el tipo de ácido y concentración óptima para tu piel.

-
    -
  • Identificación del tipo de piel
  • -
  • Evaluación de sensibilidad
  • -
  • Selección de ácido apropiado
  • -
  • Prueba de tolerancia si es necesaria
  • -
-
-
-

Paso 2: Preparación de la Piel

-

Limpieza profunda e higiene de la zona. Neutralización del pH natural. Aplicación de protectores en áreas sensibles. Cálculo del tiempo de actuación según el tipo de piel.

-
    -
  • Limpieza exhaustiva
  • -
  • Equilibrio del pH
  • -
  • Protección de zonas sensibles
  • -
  • Preparación del neutralizador
  • -
-
-
-

Paso 3: Aplicación del Ácido

-

Aplicación uniforme del ácido exfoliante con técnica profesional. Monitoreo constante durante el tiempo de actuación. Control de sensación y reacción de la piel en tiempo real.

-
    -
  • Aplicación en capas uniformes
  • -
  • Tiempo de actuación (5-15 min)
  • -
  • Monitoreo continuo de la reacción
  • -
  • Neutralización precisa
  • -
-
-
-

Paso 4: Recuperación y Cuidados

-

Aplicación de máscaras calmantes, sueros hidratantes y protectores solares. Instrucciones detalladas para cuidados posteriores. Recomendaciones de productos para mantener resultados.

-
    -
  • Máscara calmante profesional
  • -
  • Serum reparador intenso
  • -
  • Protector solar SPF 50+
  • -
  • Rutina post-tratamiento
  • -
-
-
-
- -
+
@@ -168,18 +105,19 @@ export default function ChemicalExfoliationPage() { columns={[ { title: "Servicios", items: [ - { label: "Exfoliación Química", href: "#process" }, { label: "Maquillaje Profesional", href: "/" }, - { label: "Tratamientos Faciales", href: "/" }, - { label: "Cejas y Pestañas", href: "/" } + { label: "Uñas Acrílicas", href: "/acrylic-nails" }, + { label: "Lash Lifting", href: "/lash-lifting" }, + { label: "Manicura Semi-Permanente", href: "/semi-permanent-manicure" }, + { label: "Masajes de Relajación", href: "/relaxation-massage" } ] }, { - title: "Guías", items: [ - { label: "Limpieza Facial Profunda", href: "/deep-facial-cleansing" }, - { label: "Depilación con Cera", href: "/eyebrow-waxing" }, - { label: "Exfoliación Química", href: "#process" }, - { label: "Todos los Tratamientos", href: "/" } + title: "Productos", items: [ + { label: "iS Clinical", href: "/" }, + { label: "Centella's", href: "/" }, + { label: "Skincare Premium", href: "/" }, + { label: "Consulta Personalizada", href: "contact" } ] }, { @@ -187,7 +125,7 @@ export default function ChemicalExfoliationPage() { { label: "Sobre Nosotros", href: "/" }, { label: "Testimonios", href: "/" }, { label: "Preguntas Frecuentes", href: "/" }, - { label: "Contacto", href: "#contact" } + { label: "Contacto", href: "contact" } ] }, { @@ -204,4 +142,4 @@ export default function ChemicalExfoliationPage() {
); -} +} \ No newline at end of file