top of page

Elevate Your Table Setting with the Tropical Turtle Coaster 🐢✨ Protect your surfaces in style with the Tropical Turtle Coaster! Featuring a vibrant turtle design, it’s available in slate rock, glass, wood, and leather to match any decor. Perfect for home use or as a thoughtful gift for turtle enthusiasts and beach lovers. 🌴💫

 

 

#TropicalTurtleCoaster #NatureInspiredHome #BeachVibesDecor #TurtleLovers #CoasterArt #HomeDecorEssentials #UniqueGiftIdeas

Tropical Turtle Coaster - Vibrant and artistic coaster

$28.00Price
  • Explore the beach with us as each handcrafted item will leave you on the beach.
    It's time to explore.

    These coasters are 4 inches in diamete

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