top of page
Painel Imcal Prime Ripado 1.8
  • Painel Imcal Prime Ripado 1.8

    O Painel Ripado Prime 1.8 da Imcal dará elegância e charme para a sua sala.

    Painel ripado 24 mm produzidos em MDF e MDP: sim

    Prateleira em MDF 20 mm, com suporte invisível (a prateleira pode ser instalada em qualquer altura): sim

    Possui 2 furos passa fio: sim

    Dimensões

    Altura: 250 cm

    Largura: 184 cm

    Profundidade: 22,6 cm

    Garantia: 03 meses

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