From 92b077c0f2858129e8b36b3b944c35c2ec55a234 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:06:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 23776bc..0416edd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,8 +31,7 @@ export default function BarberMoraPage() { { name: "Inicio", id: "hero" }, { name: "Servicios", id: "services" }, { name: "Sobre Nosotros", id: "about" }, - { name: "Contacto", id: "contact" }, - { name: "Instagram", id: "https://instagram.com/barbermora_" } + { name: "Contacto", id: "contact" } ]} brandName="Barber Mora" bottomLeftText="Fuente Nueva 35" -- 2.49.1