top of page
Bancada Madetec Modena Naturale/Off White
  • Bancada Madetec Modena Naturale/Off White

    A Bancada Modena da Madetec é um móvel estiloso, que suporta televisores de até 60 polegadas. Ele ainda conta com portas ripadas, dando um charme único ao ambiente.

     

    Medidas:

    Altura: 31 cm

    Largura: 136 cm

    Peso: 33 Kg

     

    Material: MDF/MDP

      R$ 459,00Preço

      Salvador Móveis

      bottom of page
      const ButtonId = '#button15'//ID DO BOTÃO NO PROJETO HTML const WhatsappNumber = '557191770157'//NÚMERO DE TELEFONE const PreMsg = 'Olá, tenho interesse neste item: '//MENSSAGEM PERSONALIZADA function whatsappSend() { const url = window.location.href; const ref = `https://api.whatsapp.com/send?phone=${WhatsappNumber}&text=${PreMsg}${url}` window.open(ref, '_blank'); } const button = document.getElementById(ButtonId); button.addEventListener('click', whatsappSend);