diff --git a/src/app/page.tsx b/src/app/page.tsx index 154a8f7..5a39b36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,35 @@ export default function LandingPage() { @@ -54,22 +68,39 @@ export default function LandingPage() { @@ -208,35 +321,57 @@ 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", + }, ], }, ]}