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

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

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(() => {