diff --git a/app/components/WhatsAppButton.jsx b/app/components/WhatsAppButton.jsx index 413ba29..8b56073 100644 --- a/app/components/WhatsAppButton.jsx +++ b/app/components/WhatsAppButton.jsx @@ -46,9 +46,9 @@ export function WhatsAppFloatingButton() { style={{ position: 'fixed', bottom: '24px', - right: '24px', - width: '56px', - height: '56px', + right: '92px', + width: '54px', + height: '54px', borderRadius: '50%', background: '#25D366', display: 'flex',