top of page
Par de Cadeiras Bella Nature/Linho
  • Par de Cadeiras Bella Nature/Linho

    Kit com um Par de Cadeiras

     

    Densidade da espuma do assento: D18

    Densidade da espuma do encosto: D15

     

    Material do tecido: Linho

     

    Medidas:

    Altura: 100,5 cm

    Largura: 43 cm

    Profundidade: 56 cm

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