top of page
Balcão de Pia Rud Rack França Branco
  • Balcão de Pia Rud Rack França Branco

    . Produto em MDF e MDP de 12 mm

    . 03 Porta

    . 01 Gaveta com corrediças metálicas

    . 05 Pés em Pvc

    . 01 Prateleira interna

     

    Medidas:

    Altura: 83 cm

    Largura: 118 cm

    Profundidade: 53 cm

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