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