From db45ce8c72dd9d153254f42f71a268c0992eaf4a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:27:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 233 ++++++++++------------------------------------- 1 file changed, 49 insertions(+), 184 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a39b36..154a8f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,35 +31,21 @@ export default function LandingPage() { @@ -68,39 +54,22 @@ export default function LandingPage() { @@ -321,57 +208,35 @@ export default function LandingPage() { { items: [ { - label: "Inicio", - href: "#hero", - }, + label: "Inicio", href: "#hero"}, { - label: "Servicios", - href: "#services", - }, + label: "Servicios", href: "#services"}, { - label: "Sobre Nosotros", - href: "#about", - }, + label: "Sobre Nosotros", href: "#about"}, { - label: "Galería", - href: "#gallery", - }, + label: "Galería", href: "#gallery"}, ], }, { items: [ { - label: "Reseñas", - href: "#testimonials", - }, + label: "Reseñas", href: "#testimonials"}, { - label: "Contacto", - href: "#contact", - }, + label: "Contacto", href: "#contact"}, { - label: "Política de Privacidad", - href: "#", - }, + label: "Política de Privacidad", href: "#"}, { - label: "Aviso Legal", - href: "#", - }, + label: "Aviso Legal", href: "#"}, ], }, { items: [ { - label: "Instagram", - href: "https://instagram.com/ametsa_ileapaindegia", - }, + label: "Instagram", href: "https://instagram.com/ametsa_ileapaindegia"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, { - label: "WhatsApp", - href: "https://wa.me/34943336849", - }, + label: "WhatsApp", href: "https://wa.me/34943336849"}, ], }, ]} -- 2.49.1