Merge version_2 into main #3
@@ -15,7 +15,7 @@ export default function AcrylicNailsPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -43,7 +43,7 @@ export default function AcrylicNailsPage() {
|
||||
{ text: "Reservar Cita", href: "contact" },
|
||||
{ text: "Ver Más Servicios", href: "/" }
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manicure-nail-art-design-beauty-salon_273609-4571.jpg"
|
||||
imageAlt="Uñas acrílicas profesionales premium"
|
||||
frameStyle="card"
|
||||
@@ -91,7 +91,7 @@ export default function AcrylicNailsPage() {
|
||||
tag="Reserva Ahora"
|
||||
title="Agenda tu cita de uñas acrílicas"
|
||||
description="Nuestras artistas están listas para crear el diseño perfecto para ti. Elige tu horario preferido y déjate sorprender por la calidad de nuestro servicio."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="tu@email.com"
|
||||
buttonText="Reservar Cita"
|
||||
@@ -142,4 +142,4 @@ export default function AcrylicNailsPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -15,7 +15,7 @@ export default function LashLiftingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -43,7 +43,7 @@ export default function LashLiftingPage() {
|
||||
{ text: "Reservar Cita", href: "contact" },
|
||||
{ text: "Ver Más Servicios", href: "/" }
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/eyelashes-close-up-beauty-procedure_273609-4895.jpg"
|
||||
imageAlt="Lash lifting profesional de lujo"
|
||||
frameStyle="card"
|
||||
@@ -91,7 +91,7 @@ export default function LashLiftingPage() {
|
||||
tag="Reserva Ahora"
|
||||
title="Levanta tu mirada con Lash Lifting"
|
||||
description="Experimenta la transformación de tus pestañas naturales. Nuestras especialistas crearán el efecto perfecto para realzar tu mirada."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="tu@email.com"
|
||||
buttonText="Reservar Cita"
|
||||
@@ -142,4 +142,4 @@ export default function LashLiftingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
{ text: "Reservar Cita", href: "contact" },
|
||||
{ text: "Conoce Nuestros Servicios", href: "services" }
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-salon_176420-7544.jpg"
|
||||
imageAlt="Studio de belleza y bienestar premium"
|
||||
frameStyle="card"
|
||||
@@ -182,7 +182,7 @@ export default function LandingPage() {
|
||||
tag="Contáctanos"
|
||||
title="Reserva tu cita y comienza tu transformación"
|
||||
description="Suscríbete a nuestro newsletter para recibir consejos de belleza, promociones exclusivas y actualizaciones sobre nuevos servicios y productos premium."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="tu@email.com"
|
||||
buttonText="Suscribirse"
|
||||
@@ -232,4 +232,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -15,7 +15,7 @@ export default function RelaxationMassagePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -43,7 +43,7 @@ export default function RelaxationMassagePage() {
|
||||
{ text: "Reservar Cita", href: "contact" },
|
||||
{ text: "Ver Más Servicios", href: "/" }
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spa-massage-therapy-wellness-relaxation_273609-3456.jpg"
|
||||
imageAlt="Masaje terapéutico de relajación profesional"
|
||||
frameStyle="card"
|
||||
@@ -73,7 +73,7 @@ export default function RelaxationMassagePage() {
|
||||
id: "5", title: "¿Hay contraindicaciones para recibir masaje?", content: "Generalmente es seguro, pero consulta si tienes condiciones médicas específicas, embarazo, lesiones recientes o operaciones quirúrgicas. Nuestros terapeutas harán evaluación previa."
|
||||
},
|
||||
{
|
||||
id: "6", title: "¿Usas aceites o loción durante el masaje?", content: "Sí, usamos aceites y lociones profesionales de calidad premium, algunos con aromaterapia. Si tienes piel sensible o alergias, comunícalo para usar productos seguros para ti."
|
||||
id: "6", title: "¿Usas aceites o loción durante el masaje?", content: "Sí, usamos aceites y lociones profesionales de calidad premium, algunos con aromaterapia. Si tienes piel sensible o alergias específicas, comunícalo para usar productos seguros para ti."
|
||||
}
|
||||
]}
|
||||
videoSrc="http://img.b2bpic.net/free-video/spa-massage-therapy_5678.mp4"
|
||||
@@ -91,7 +91,7 @@ export default function RelaxationMassagePage() {
|
||||
tag="Reserva Ahora"
|
||||
title="Relájate con nuestros masajes terapéuticos"
|
||||
description="Déjate cuidar por nuestros terapeutas certificados. Un espacio de paz donde tu bienestar es nuestra prioridad."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="tu@email.com"
|
||||
buttonText="Reservar Cita"
|
||||
@@ -142,4 +142,4 @@ export default function RelaxationMassagePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -15,7 +15,7 @@ export default function SemiPermanentManicurePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -43,7 +43,7 @@ export default function SemiPermanentManicurePage() {
|
||||
{ text: "Reservar Cita", href: "contact" },
|
||||
{ text: "Ver Más Servicios", href: "/" }
|
||||
]}
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/manicure-gel-nails-beauty-salon_273609-5142.jpg"
|
||||
imageAlt="Manicura semi-permanente de gel profesional"
|
||||
frameStyle="card"
|
||||
@@ -91,7 +91,7 @@ export default function SemiPermanentManicurePage() {
|
||||
tag="Reserva Ahora"
|
||||
title="Luce uñas perfectas con manicura semi-permanente"
|
||||
description="Elige entre cientos de colores y diseños. Nuestras manicuristas te crearán el look perfecto que dura hasta 3 semanas."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="tu@email.com"
|
||||
buttonText="Reservar Cita"
|
||||
@@ -142,4 +142,4 @@ export default function SemiPermanentManicurePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user