top of page

Protect your phone in style with our Sleeping Turtle Beach Leather Cases, available for iPhone 11-15 and Samsung S20-S24 models. This high-quality case features a vibrant design of a sleeping turtle on the beach, surrounded by colorful flowers and ocean waves. Made of durable leather, it provides excellent protection while adding a touch of coastal charm to your device.

Sleeping Turtle Beach iPhone and Samsung Leather Cases

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