Update src/app/semi-permanent-manicure/page.tsx
This commit is contained in:
@@ -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