fix: corrigir número do WhatsApp para 553598829445

This commit is contained in:
Erik
2025-12-04 01:01:05 -03:00
parent c4fda169b4
commit d6ff6a61bc
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=5535988229445&text&type=phone_number&app_absent=0');
const [whatsappLink, setWhatsappLink] = useState('https://api.whatsapp.com/send/?phone=553598829445&text&type=phone_number&app_absent=0');
const [mounted, setMounted] = useState(false);
useEffect(() => {