top of page

Tipo de Estrutura do Móvel
- 100% mdp
Tipo de Pintura
- uv (Ultravioleta)
Tipo de Acabamento da Pintura
- Semi Brilho
Quantidade de Prateleiras
- 1 Prateleira
Quantidade de nichos
- 1 Nicho

 

Medidas:

Altura: 110 cm

Largura: 143 cm

Profundidade: 22 cm

Cabeceira Casal Conquista Roma Cinamomo/Off White

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