top of page
Mesa de Cabeceira Bechara Cancun Nature/Off White
  • Mesa de Cabeceira Bechara Cancun Nature/Off White

    A mesa de cabeceira Twister da TCIL possui um excelente acabamento misto em alto brilho e design moderno e vai deixar seu quarto mais bonito.

    Material: 100 % MDF

    Gavetas com corrediças telescópicas: 02

    Dimensões

    Altura: 55 cm

    Largura: 36 cm

    Profundidade: 30 cm

    Garantia: 03 meses

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