top of page

This unique piece blends the grace of a sea turtle with the elegance of a hibiscus flower, making it a striking addition to any coastal, beach, or tropical-themed decor. Available in multiple sizes and premium materials, this piece is perfect for ocean lovers, beach house owners, or anyone who wants to add a vibrant touch of nature to their space! 🌺

Bring the beauty of the ocean to your home with this captivating Red Sea Turtle

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