top of page
Painel Imcal Classic 2.2 Off White/Nature
  • Painel Imcal Classic 2.2 Off White/Nature

    O Painel classic 2.2 da Imcal dará a sua sala muito charme e elegância.

    Acabamento lateral: sim
    Estrutura em MDP 25mm e 15mm: sim
    Suporta TV de até 60""

    Dimensões:

    Altura: 138 cm
    Largura: 218 cm
    Profundidade: 6 cm

    Garantia: 03 meses 

      R$ 729,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);