top of page

Stand Out with the Floral Tribal Turtle T-Shirt 🐢🌺 Add vibrant tribal vibes to your casual wardrobe with the Floral Tribal Turtle T-Shirt! This beautifully designed tee features a colorful turtle with floral patterns, crafted from soft 100% cotton for all-day comfort. Available in a range of sizes, it's perfect for casual wear or as a unique gift for turtle lovers and art enthusiasts. 🌴✨

Floral Tribal Turtle T-Shirt - Beautifully designed t-shirt

$23.95Price
Color: Black
    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); }