top of page
Painel HB You 1.3 Ripado Cinamomo
  • Painel HB You 1.3 Ripado Cinamomo

    O Painel Ripado you da Hb moveis é moderno sendo muito indicado para uma sala elegante. Este produto suporta TV de até 50 polegadas.

    Material: MDP

    Pintura UV: sim

    Réguas de fixação na parede em MDF: sim

     Prateleira superior: sim

    Dimensões

    Altura: 218 cm

    Largura: 136,5 cm

    Profundidade: 4,5 cm

    Garantia: 03 meses

     

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