From b83a61ab9ddc2da2d707684a1d4544bf61956d7d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:54:20 +0000 Subject: [PATCH] Update src/app/facial-massage/page.tsx --- src/app/facial-massage/page.tsx | 256 ++++++-------------------------- 1 file changed, 48 insertions(+), 208 deletions(-) diff --git a/src/app/facial-massage/page.tsx b/src/app/facial-massage/page.tsx index b127f3f..f168e6f 100644 --- a/src/app/facial-massage/page.tsx +++ b/src/app/facial-massage/page.tsx @@ -3,14 +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 PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Heart, Sparkles, Clock, Shield } from 'lucide-react'; export default function FacialMassagePage() { return ( @@ -20,7 +15,7 @@ export default function FacialMassagePage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -29,10 +24,10 @@ export default function FacialMassagePage() { -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
+
@@ -274,32 +105,41 @@ export default function FacialMassagePage() { columns={[ { title: "Servicios", items: [ - { label: "Radiofrecuencia Facial", href: "/radiofrequency-facial" }, - { label: "Masaje Facial", href: "/facial-massage" }, { label: "Maquillaje Profesional", 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: "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: "/" }, - { label: "Testimonios", href: "#testimonials" }, - { label: "Preguntas Frecuentes", href: "#faq" }, - { label: "Contacto", href: "#contact" } + { label: "Testimonios", href: "/" }, + { label: "Preguntas Frecuentes", href: "/" }, + { label: "Contacto", href: "contact" } ] }, { - title: "Información", items: [ + title: "Legal", items: [ { label: "Política de Privacidad", href: "#" }, { label: "Términos de Servicio", href: "#" }, - { label: "Política de Cancelación", href: "#" }, + { label: "Política de Cookies", href: "#" }, { label: "Política de Devoluciones", href: "#" } ] } ]} - copyrightText="© 2025 Cloud Studio. Todos los derechos reservados. Masaje Facial - Belleza y bienestar integral." + copyrightText="© 2025 Cloud Studio. Todos los derechos reservados. Belleza y bienestar integral." />
); -} +} \ No newline at end of file