From aae8faf8fccb3c0ecd7f994d5898020094dfbbf8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:54:19 +0000 Subject: [PATCH] Update src/app/eyebrow-waxing/page.tsx --- src/app/eyebrow-waxing/page.tsx | 140 ++++++++++---------------------- 1 file changed, 41 insertions(+), 99 deletions(-) diff --git a/src/app/eyebrow-waxing/page.tsx b/src/app/eyebrow-waxing/page.tsx index c9fc373..b529e0e 100644 --- a/src/app/eyebrow-waxing/page.tsx +++ b/src/app/eyebrow-waxing/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, Shield, Heart } from 'lucide-react'; export default function EyebrowWaxingPage() { return ( @@ -17,7 +15,7 @@ export default function EyebrowWaxingPage() { 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 EyebrowWaxingPage() { -
- -
-

Paso 1: Consulta y Diseño

-

Análisis completo de la forma facial, estructura ósea y proporciones para diseñar cejas que realcen tu belleza natural. Se discuten opciones y preferencias personales.

-
    -
  • Evaluación de forma facial
  • -
  • Análisis de simetría
  • -
  • Diseño personalizado
  • -
-
-
-

Paso 2: Preparación de la Piel

-

Limpieza e higiene de la zona. Aplicación de exfoliante suave para remover células muertas. Se aplica talco o polvos para absorber humedad y facilitar la depilación.

-
    -
  • Limpieza profunda de la zona
  • -
  • Aplicación de talco o polvo
  • -
  • Cuidado de piel sensible
  • -
-
-
-

Paso 3: Aplicación de Cera

-

Aplicación de cera profesional a temperatura óptima en dirección del crecimiento del vello. Se utiliza técnica de aplicación precisa para máxima efectividad y comodidad.

-
    -
  • Calentamiento apropiado de cera
  • -
  • Aplicación en dirección correcta
  • -
  • Tiempo de endurecimiento (15-20 seg)
  • -
-
-
-

Paso 4: Cuidados Post-Tratamiento

-

Aplicación de crema calmante y protectora. Se proporcionan instrucciones de cuidado para mantener los resultados y evitar irritación en los próximos días.

-
    -
  • Aplicación de bálsamo calmante
  • -
  • Evitar calor 24 horas
  • -
  • Hidratación diaria
  • -
-
-
-
- -
+
@@ -164,18 +105,19 @@ export default function EyebrowWaxingPage() { columns={[ { title: "Servicios", items: [ - { label: "Depilación de Cejas", href: "#process" }, { label: "Maquillaje Profesional", href: "/" }, - { label: "Cuidado de Uñas", href: "/" }, - { label: "Tratamientos Faciales", 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: "#process" }, - { label: "Exfoliación Química", href: "/chemical-exfoliation" }, - { 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" } ] }, { @@ -183,7 +125,7 @@ export default function EyebrowWaxingPage() { { label: "Sobre Nosotros", href: "/" }, { label: "Testimonios", href: "/" }, { label: "Preguntas Frecuentes", href: "/" }, - { label: "Contacto", href: "#contact" } + { label: "Contacto", href: "contact" } ] }, { @@ -200,4 +142,4 @@ export default function EyebrowWaxingPage() {
); -} +} \ No newline at end of file