diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index eca49b6..65102e2 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -68,7 +68,7 @@ export function Footer({ isDark }: { isDark: boolean }) { contato@rivuslab.com -
  • +55 (00) 00000-0000
  • +
  • +55 (11) 99972-6609
  • diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 09f96d4..45e9063 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -119,7 +119,7 @@ "emailLabel": "Email", "email": "contact@rivuslab.com", "whatsappLabel": "WhatsApp", - "whatsapp": "+55 (00) 00000-0000", + "whatsapp": "+55 (11) 99972-6609", "ctaPrimary": "Send message" }, "footer": { diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json index 496fa0b..96c6c7b 100644 --- a/src/i18n/locales/es.json +++ b/src/i18n/locales/es.json @@ -119,7 +119,7 @@ "emailLabel": "Correo", "email": "contacto@rivuslab.com", "whatsappLabel": "WhatsApp", - "whatsapp": "+55 (00) 00000-0000", + "whatsapp": "+55 (11) 99972-6609", "ctaPrimary": "Enviar mensaje" }, "footer": { diff --git a/src/i18n/locales/pt.json b/src/i18n/locales/pt.json index d2d5e2f..daad091 100644 --- a/src/i18n/locales/pt.json +++ b/src/i18n/locales/pt.json @@ -119,7 +119,7 @@ "emailLabel": "E-mail", "email": "contato@rivuslab.com", "whatsappLabel": "WhatsApp", - "whatsapp": "+55 (00) 00000-0000", + "whatsapp": "+55 (11) 99972-6609", "ctaPrimary": "Enviar mensagem" }, "footer": {