top of page

Protect Your Phone in Style - Vibrant Palm Swirl Phone Case 🌴📱 Brighten up your phone with the Vibrant Palm Swirl Phone Case! Featuring a bold and colorful swirl palm tree design, this case is available for iPhone and Samsung models in both rubber and leather options. Whether you're protecting your phone or accessorizing with a touch of tropical flair, this case is perfect for beach lovers and design enthusiasts alike.

 

🌞✨ #VibrantPalmSwirl #TropicalPhoneCase #ArtisticPhoneCover #BeachVibes #GiftIdeas #TropicalVibes #BoldDesignPhoneCase

Vibrant Palm Swirl Phone Case - Bold and colorful palm tree swirl design for iPh

$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 16 sizes

    Samsung S20- S25

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