top of page

This beautiful 8x10 red Hawaiian hula dancer on sunset night dancing on the beach ceramic tile wall art is the perfect addition to any home décor. The vibrant colors of the dancer and the sunset will add a touch of life to any room, and the white background will make it look elegant and sophisticated. The picture is also framed in an 8x10 float frame, which means that none of the art is obscured by the lip of a traditional picture frame. This unique float frame gives the canvas art a floating appearance, making it a truly eye-catching piece of wall art.

Hawaiian Hula Dancer on Sunset Night Dancing on the Beach Ceramic Tile Wall Art

$56.00Price
    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); }