fix: corrige descrições da página de contato com texto fixo
This commit is contained in:
@@ -138,7 +138,7 @@ export default function ContatoPage() {
|
|||||||
contactItems.push({
|
contactItems.push({
|
||||||
icon: 'ri-whatsapp-line',
|
icon: 'ri-whatsapp-line',
|
||||||
title: 'WhatsApp',
|
title: 'WhatsApp',
|
||||||
description: t('contact.whatsappDescription') || 'Atendimento rápido e direto',
|
description: 'Atendimento rápido e direto',
|
||||||
link: `https://wa.me/55${settings.whatsapp.replace(/\D/g, '')}`,
|
link: `https://wa.me/55${settings.whatsapp.replace(/\D/g, '')}`,
|
||||||
linkText: settings.whatsapp
|
linkText: settings.whatsapp
|
||||||
});
|
});
|
||||||
@@ -146,7 +146,7 @@ export default function ContatoPage() {
|
|||||||
contactItems.push({
|
contactItems.push({
|
||||||
icon: 'ri-phone-line',
|
icon: 'ri-phone-line',
|
||||||
title: t('contact.phone'),
|
title: t('contact.phone'),
|
||||||
description: t('contact.phoneDescription'),
|
description: 'Atendimento de segunda a sexta, das 8h às 18h',
|
||||||
link: `tel:${settings.phone.replace(/\D/g, '')}`,
|
link: `tel:${settings.phone.replace(/\D/g, '')}`,
|
||||||
linkText: settings.phone
|
linkText: settings.phone
|
||||||
});
|
});
|
||||||
@@ -155,8 +155,8 @@ export default function ContatoPage() {
|
|||||||
if (settings.email) {
|
if (settings.email) {
|
||||||
contactItems.push({
|
contactItems.push({
|
||||||
icon: 'ri-mail-send-line',
|
icon: 'ri-mail-send-line',
|
||||||
title: t('contact.email'),
|
title: 'E-mail',
|
||||||
description: t('contact.emailDescription') || 'Envie sua mensagem',
|
description: 'Envie sua mensagem',
|
||||||
link: `mailto:${settings.email}`,
|
link: `mailto:${settings.email}`,
|
||||||
linkText: settings.email
|
linkText: settings.email
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user