Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-06-12 23:36:23 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}