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"},
],
},
]}