top of page

Add a splash of color and charm to your home decor with our Tropical Turtle Wall Art. This vibrant piece features a beautifully detailed tropical turtle, perfect for enhancing any room with its striking design. Made with high-quality materials, this wall art is both durable and eye-catching, making it a fantastic addition to your coastal-themed home.

 

8x10 ceramic tile  

12x18 Glass 

 

16x20 canvas

16x20 metal

16x20 acrylic

 

custom size on canvas avialable please email us (gallery wrapped)

 

 

Tropical Turtle 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); }