top of page

Adicione charme no seu quarto com o Roupeiro Flora da Panan

Material Principal: 100 % MDF

Puxadores em alumínio:sim

Trilho em alumínio: sim

Pés em ABS:sim

Corrediças Telescópicas:sim

Dimensões:

Altura: 235 cm

Largura: 202,2 cm

Profundidade: 55,4 cm

Garantia: 03 meses

ROUPEIRO 2P CORRER 3G PANAN FLORA SLIDE C/ESP E C/ PES CINAMOMO / OFF WHITE

SKU: AA - 4697-5
R$2.999,00Preço
Quantidade
  •  Faça seu pedido pelo nosso WhatsApp, e pague somente na entrega em Salvador, Lauro de Freitas, Camaçari e região metropolitana.

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);