top of page

Add a touch of tropical elegance to your space with our Tropical Hibiscus Slate Coaster. This beautifully crafted coaster features a vibrant hibiscus flower design, set against a natural slate background. Perfect for protecting your surfaces while adding a burst of color to your decor, it’s an ideal choice for beach-themed or nature-inspired settings.

Tropical Hibiscus Slate 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); }