From 3090e52d2c5782612b47a715a0485d9dcbf3232c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 23:36:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a17156c..4d03dd1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function WebAgency2Page() { { title: "Conéctate", items: [ { label: "Facebook", href: "#" }, - { label: "WhatsApp", href: "#" } + { label: "WhatsApp", href: "https://wa.me/524421234567" } ] } ]} @@ -98,4 +98,4 @@ export default function WebAgency2Page() { ); -} +} \ No newline at end of file -- 2.49.1