google-site-verification=zvmYIFkf8w9AZSOgsphz9dlRLK-yRmj0bpifv5uddfM google-site-verification=zvmYIFkf8w9AZSOgsphz9dlRLK-yRmj0bpifv5uddfM google-site-verification: google219b1e1d54437648.html Maui Palms Sunset on Gallery Wrap Canvas Print | BeachHutDecor.com
top of page
This stunning Palms Sunset on Gallery Wrapped Canvas Print captures the beautiful Maui sunset with its vibrant colors and swaying palm trees. Available in several custom sizes, this piece of art is sure to bring life to any room in your home. Enjoy the beauty of the islands from the comfort of your home with this eye-catching canvas print.

Maui Palms Sunset on Gallery Wrap Canvas Print

$232.00Price
    Upload It
    bottom of page
    import wixData from 'wix-data'; export function uploadButton1_change(event) { let uploadedFile = event.target.files[0]; let reader = new FileReader(); reader.onload = (fileLoadEvent) => { let fileData = fileLoadEvent.target.result; wixData.insert('ProductFiles', { fileName: uploadedFile.name, fileType: uploadedFile.type, fileData: fileData }) .then((results) => { console.log('File uploaded and saved in database:', results); }) .catch((err) => { console.error('Error saving file:', err); }); }; reader.readAsDataURL(uploadedFile); }