fix: corrigir número do WhatsApp para 5535988229445

This commit is contained in:
Erik
2025-12-04 00:20:01 -03:00
parent 654bdd2521
commit c4fda169b4
2 changed files with 2 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ export default function Footer() {
<p className="text-gray-500 text-xs"> <p className="text-gray-500 text-xs">
Desenvolvido por{' '} Desenvolvido por{' '}
<a <a
href="https://wa.me/5513998030036" href="https://wa.me/5535988229445"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="text-primary hover:underline font-medium" className="text-primary hover:underline font-medium"

View File

@@ -6,7 +6,7 @@ import { useState, useEffect } from 'react';
export default function WhatsAppButton() { export default function WhatsAppButton() {
const { t } = useLanguage(); const { t } = useLanguage();
const [whatsappLink, setWhatsappLink] = useState('https://api.whatsapp.com/send/?phone=5513998030036&text&type=phone_number&app_absent=0'); const [whatsappLink, setWhatsappLink] = useState('https://api.whatsapp.com/send/?phone=5535988229445&text&type=phone_number&app_absent=0');
const [mounted, setMounted] = useState(false); const [mounted, setMounted] = useState(false);
useEffect(() => { useEffect(() => {