diff --git a/src/app/radiofrequency-facial/page.tsx b/src/app/radiofrequency-facial/page.tsx
index 8c19607..c3d04b1 100644
--- a/src/app/radiofrequency-facial/page.tsx
+++ b/src/app/radiofrequency-facial/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 { Zap, Sparkles, Clock, Shield } from 'lucide-react';
export default function RadiofrequencyFacialPage() {
return (
@@ -20,7 +15,7 @@ export default function RadiofrequencyFacialPage() {
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 RadiofrequencyFacialPage() {
+
@@ -242,32 +105,41 @@ export default function RadiofrequencyFacialPage() {
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. Radiofrecuencia Facial - Belleza y bienestar integral."
+ copyrightText="© 2025 Cloud Studio. Todos los derechos reservados. Belleza y bienestar integral."
/>
);
-}
+}
\ No newline at end of file