Update src/app/page.tsx
This commit is contained in:
@@ -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" }
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user