diff --git a/src/app/page.tsx b/src/app/page.tsx index 0315940..817ac3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,29 +31,17 @@ export default function LandingPage() { @@ -62,19 +50,14 @@ export default function LandingPage() {
@@ -101,33 +77,19 @@ export default function LandingPage() {
@@ -323,54 +208,33 @@ export default function LandingPage() { logoText="Biutika" columns={[ { - title: "Navegación", - items: [ + title: "Navegación", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Tratamientos", - href: "/tratamientos", - }, + label: "Tratamientos", href: "/tratamientos"}, { - label: "Sobre Biutika", - href: "/nosotros", - }, + label: "Sobre Biutika", href: "/nosotros"}, { - label: "Galería", - href: "/galeria", - }, + label: "Galería", href: "/galeria"}, ], }, { - title: "Soporte", - items: [ + title: "Soporte", items: [ { - label: "Contacto", - href: "/contacto", - }, + label: "Contacto", href: "/contacto"}, { - label: "Testimonios", - href: "/opiniones", - }, + label: "Testimonios", href: "/opiniones"}, { - label: "Preguntas Frecuentes", - href: "/contacto#faqs", - }, + label: "Preguntas Frecuentes", href: "/contacto#faqs"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Política de Privacidad", - href: "#", - }, + label: "Política de Privacidad", href: "#"}, { - label: "Términos de Servicio", - href: "#", - }, + label: "Términos de Servicio", href: "#"}, ], }, ]}