diff --git a/frontend/src/contexts/LanguageContext.tsx b/frontend/src/contexts/LanguageContext.tsx index a4d5863..0285abe 100644 --- a/frontend/src/contexts/LanguageContext.tsx +++ b/frontend/src/contexts/LanguageContext.tsx @@ -29,6 +29,9 @@ const systemTexts: Record = { 'footer.rights': 'Todos os direitos reservados.', 'services.title': 'Serviços', + // WhatsApp + 'whatsapp.label': 'Fale Conosco', + // Cookies 'cookie.text': 'Utilizamos cookies para melhorar sua experiência e analisar o tráfego do site. Ao continuar navegando, você concorda com nossa', 'cookie.policy': 'Política de Privacidade', diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 18146ee..c4e8a67 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -1,4 +1,7 @@ { + "whatsapp": { + "label": "Contact Us" + }, "nav": { "home": "Home", "services": "Services", diff --git a/frontend/src/locales/es.json b/frontend/src/locales/es.json index 93d37a7..2d65076 100644 --- a/frontend/src/locales/es.json +++ b/frontend/src/locales/es.json @@ -1,4 +1,7 @@ { + "whatsapp": { + "label": "Contáctenos" + }, "nav": { "home": "Inicio", "services": "Servicios", diff --git a/frontend/src/locales/pt.json b/frontend/src/locales/pt.json index 5c51936..3367c13 100644 --- a/frontend/src/locales/pt.json +++ b/frontend/src/locales/pt.json @@ -1,4 +1,7 @@ { + "whatsapp": { + "label": "Fale Conosco" + }, "nav": { "home": "Início", "services": "Serviços",