top of page
Combo Notável NT 1065 Freijo/Branco
  • Combo Notável NT 1065 Freijo/Branco

    O Combo NT 1065 Notavel  é a combinação perfeita de praticidade e modernidade. Este móvel dará muito estilo a sua sala e o painel suporta uma TV de até 55 polegadas.

    Material Principal: MDP

    Rodízios no rack: sim

    Portas deslizantes: sim

    Dimensões do Painel

    Altura: 89 cm

    Largura: 158 cm

    Profundidade: 27 cm

    Dimensões do Rack

    Altura: 67 cm

    Largura: 158 cm

    Profundidade: 37 cm

    Garantia: 03 meses

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