top of page
Cama Solteiro Bibox Bianca II Nature
  • Cama Solteiro Bibox Bianca II Nature

    - Acabamento: Pintura Uv, Alto Brilho, Fosco
    - Modelo: Bianca
    - Quantidade de Volumes: 2
    - Tipo de Pintura: Ultravioleta
    - Conteúdo da Embalagem: 1 Cama Bibox
    - Marca: Cimol
    - Ideal Para Colchões de: Solteiro 88x188
    - Necessita de Montagem: Sim

     

    Medidas:

    Altura: 102 cm

    Largura: 96 cm

    Profundidade: 195 cm

    Peso: 40 Kg

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