top of page

Start your day with the serene beauty of our Sleeping Turtle Beach Mug. This high-quality ceramic mug features a vibrant and detailed design of a turtle resting on a tropical beach, surrounded by flowers and ocean waves. Perfect for enjoying your favorite hot beverages, this mug adds a touch of coastal charm to your kitchen or office. It also makes a thoughtful gift for beach lovers and nature enthusiasts.

 

  • #TurtleMug
  • #BeachMug
  • #TropicalMug
  • #CeramicMug
  • #CoastalStyle

 

Sleeping Turtle Beach Mug

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