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

@@ -6,7 +6,7 @@ import { useState, useEffect } from 'react';
export default function WhatsAppButton() {
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);
useEffect(() => {