top of page

Protect Your Surfaces in Style with the Vibrant Turtle Coaster Set 🐢✨ Elevate your home decor with the Vibrant Turtle Coaster Set! Available in slate, glass, sandstone, leather, and wood, these coasters feature a colorful turtle design and come in square or round shapes. Perfect for protecting your surfaces with tropical flair. A great gift for turtle enthusiasts and decor lovers! 🌴💫

 

#TurtleCoasterSet #VibrantDrinkCoasters #NatureInspiredDecor #BeachVibes #HomeEssentials #StylishAndFunctional #TurtleLoversGift #DecorGoals

Vibrant Turtle Coaster Set - Stunning turtle design

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