top of page

Celebrate the beauty and power of Polynesian heritage with "Island Girl" – a captivating portrait of a strong island woman adorned in lush green foliage. This vivid artwork is rich in earthy tones and radiates cultural elegance and strength, making it a perfect addition to any tropical, boho, or nature-inspired home.

🖼️ Available in tile, canvas, glass, and acrylic, in sizes 8x10, 16x20, and 24x30 – with larger sizes available upon request. Whether you're looking to brighten up your living space or searching for a meaningful gift, "Island Girl" brings the warmth and soul of the islands into your life.

Island Girl Tropical Wall Art – Polynesian Woman Portrait on Canvas, Tile, Glass

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