fix: número WhatsApp correto 553598829445

This commit is contained in:
Erik
2025-11-27 20:08:24 -03:00
parent d323f28220
commit c31184ad4b
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ export default function Header() {
const { theme, setTheme } = useTheme();
const { locale, setLocale, t } = useLocale();
const [mounted, setMounted] = useState(false);
const [whatsappLink, setWhatsappLink] = useState('https://wa.me/5535988229445');
const [whatsappLink, setWhatsappLink] = useState('https://wa.me/553598829445');
// Prefixo para links baseado no locale
const prefix = locale === 'pt' ? '' : `/${locale}`;

View File

@@ -6,7 +6,7 @@ import { useState, useEffect } from 'react';
export default function WhatsAppButton() {
const { t } = useLanguage();
const [whatsappLink, setWhatsappLink] = useState('https://wa.me/5535988229445');
const [whatsappLink, setWhatsappLink] = useState('https://wa.me/553598829445');
useEffect(() => {
// Busca o número do WhatsApp do CMS