diff --git a/src/app/henna-eyebrow-design/page.tsx b/src/app/henna-eyebrow-design/page.tsx
index 43dfdd4..de31f31 100644
--- a/src/app/henna-eyebrow-design/page.tsx
+++ b/src/app/henna-eyebrow-design/page.tsx
@@ -3,13 +3,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
-import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
-import FeatureBento from '@/components/sections/feature/FeatureBento';
-import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
-import { Sparkles, Brush, Crown, Eye } from 'lucide-react';
export default function HennaEyebrowDesignPage() {
return (
@@ -19,7 +15,7 @@ export default function HennaEyebrowDesignPage() {
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
- background="aurora"
+ background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="solid"
@@ -28,10 +24,10 @@ export default function HennaEyebrowDesignPage() {
+
@@ -184,18 +105,27 @@ export default function HennaEyebrowDesignPage() {
columns={[
{
title: "Servicios", items: [
- { label: "Diseño de Cejas", href: "/henna-eyebrow-design" },
- { label: "Maquillaje de Noche", href: "/glamorous-evening-makeup" },
- { label: "Spa Pedicure", href: "/spa-pedicure" },
- { label: "Tratamientos Faciales", href: "/" }
+ { label: "Maquillaje Profesional", 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: "Productos", items: [
+ { label: "iS Clinical", href: "/" },
+ { label: "Centella's", href: "/" },
+ { label: "Skincare Premium", href: "/" },
+ { label: "Consulta Personalizada", href: "contact" }
]
},
{
title: "Empresa", items: [
- { label: "Sobre Nosotros", href: "/#about" },
- { label: "Testimonios", href: "/#testimonials" },
- { label: "Preguntas Frecuentes", href: "#faq" },
- { label: "Contacto", href: "#contact" }
+ { label: "Sobre Nosotros", href: "/" },
+ { label: "Testimonios", href: "/" },
+ { label: "Preguntas Frecuentes", href: "/" },
+ { label: "Contacto", href: "contact" }
]
},
{
@@ -207,7 +137,7 @@ export default function HennaEyebrowDesignPage() {
]
}
]}
- copyrightText="© 2025 Cloud Studio. Todos los derechos reservados."
+ copyrightText="© 2025 Cloud Studio. Todos los derechos reservados. Belleza y bienestar integral."
/>