top of page
Rack Linea Esmeralda Off White/Nature
  • Rack Linea Esmeralda Off White/Nature

    Produzido em MDF/MDP

    Suporta uma TV de até 70 polegadas

    2 portas de correr com detalhes frisados

    Nichos para aparelhos eletrônicos

    Pés laterais com moldura, proporcionando design sofisticado para sua sala

    2 pés centrais para maior sustentação

     

    Medidas:

    Altura: 66 cm

    Largura: 180 cm

    Profundidade: 35 cm

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