You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/contacto/page.tsx
+34-22Lines changed: 34 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
import{Metadata}from"next";
2
+
3
+
exportconstmetadata: Metadata={
4
+
title: "Contacto | Consultoría SAP en Cali y Bogotá",
5
+
description: "Contáctenos para potenciar su empresa con soluciones SAP. Oficinas en Cali y Bogotá. Atención personalizada para sus proyectos tecnológicos.",
6
+
};
7
+
1
8
importNavbarfrom"@/components/Navbar";
2
9
importFooterfrom"@/components/Footer";
3
10
import{Mail,MapPin,Phone,Send}from"lucide-react";
@@ -9,7 +16,7 @@ export default function Contacto() {
Copy file name to clipboardExpand all lines: src/app/layout.tsx
+15-2Lines changed: 15 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,21 @@ const inter = Inter({
8
8
});
9
9
10
10
exportconstmetadata: Metadata={
11
-
title: "Sistemas e Información | Transformación Digital y SAP",
12
-
description: "Socio estratégico en transformación digital, consultoría SAP y soluciones tecnológicas para empresas.",
11
+
title: {
12
+
default: "Sistemas e Información | Consultoría SAP Colombia",
13
+
template: "%s | Sistemas e Información"
14
+
},
15
+
description: "Líderes en Consultoría SAP en Colombia (Bogotá y Cali). Implementación S/4HANA, Soporte AMS 24/7 y Fábrica de Software a la medida.",
16
+
keywords: ["Consultoría SAP Colombia","Consultoría SAP Cali","Consultoría SAP Bogotá","S/4HANA Colombia","Fábrica de Software","Soporte SAP AMS","Transformación Digital"],
17
+
authors: [{name: "Sistemas e Información S.A.S."}],
18
+
openGraph: {
19
+
title: "Sistemas e Información | Consultoría SAP y Transformación Digital",
20
+
description: "Impulsamos su empresa con soluciones SAP de clase mundial y desarrollo de software a la medida.",
0 commit comments