From 57f9073ad9b52eba04e2d2754b28d978c8d16ab1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 14:43:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 250 +++++++++++------------------------------------ 1 file changed, 57 insertions(+), 193 deletions(-) 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: "#"}, ], }, ]} -- 2.49.1