Update src/app/page.tsx

This commit is contained in:
2026-06-01 19:43:28 +00:00
parent 17d1e0cc9c
commit cfea4bcc62

View File

@@ -37,7 +37,8 @@ export default function WebAgency2Page() {
{ name: "Portafolio", id: "/portafolio" },
{ name: "Servicios", id: "services" },
{ name: "Nosotros", id: "about" },
{ name: "Contacto", id: "/contacto" }
{ name: "Contacto", id: "/contacto" },
{ name: "Política de Privacidad", id: "/privacy-policy" }
]}
button={{ text: "Comenzar", href: "/contacto" }}
/>
@@ -259,6 +260,7 @@ export default function WebAgency2Page() {
{ label: "Servicios", href: "#services" },
{ label: "Portafolio", href: "/portafolio" },
{ label: "Contacto", href: "/contacto" },
{ label: "Política de Privacidad", href: "/privacy-policy" }
],
},
{