top of page

Brighten Up Your Phone with the Heliconia Flower Case 🌺📱 Embrace the beauty of the tropics with our Heliconia Flower phone case! This vibrant, floral-inspired design brings a touch of nature to your everyday device. Available for iPhone models 11-16 and Samsung S20-25, choose from premium leather for $32.00 or a durable rubber option for $20.00. 🌞💐 Perfect for adding a splash of color and personality to your phone or gifting to a flower lover. 🌴✨ #HeliconiaPhoneCase #TropicalVibes #FloralPhoneCase #iPhoneAccessories #SamsungAccessories #PhoneStyle #NatureLover #BrightAndBeautiful #GiftIdeas

Heliconia Flower Phone Case - Vibrant tropical flower design available for iPhon

$20.00Price
    • Bring a touch of the tropics to your phone
    • Protect your phone from scratches, bumps, and drops
    • Make a statement with your unique phone case
    • The phone case is easy to install and remove.
  • Fits Apple 11 to 15 sizes

    Samsung S20- S24

    pick your phone size cover in the drop menu

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