From 1b46f992b00b671371d6af59fdec95f18f0e1c06 Mon Sep 17 00:00:00 2001 From: Cauan Neves Date: Sat, 23 May 2026 19:25:04 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=20n=C3=BAmero=20de=20WhatsApp/contato?= =?UTF-8?q?=20para=20+55=20(11)=2099972-6609?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Substitui placeholder '+55 (00) 00000-0000' em: - Footer.tsx (texto exibido) - i18n/locales/{pt,en,es}.json (chave cta.whatsapp usada pelo CTA + wa.me link) --- src/components/Footer.tsx | 2 +- src/i18n/locales/en.json | 2 +- src/i18n/locales/es.json | 2 +- src/i18n/locales/pt.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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": {