// Toggle dark mode by adding/removing 'dark-mode' class to the body document.addEventListener('DOMContentLoaded', function() { // Check for existing dark mode preference in localStorage if (localStorage.getItem('darkMode') === 'enabled') { document.body.classList.add('dark-mode'); } // Function to toggle dark mode on click function toggleDarkMode() { document.body.classList.toggle('dark-mode'); // Save the current mode to localStorage if (document.body.classList.contains('dark-mode')) { localStorage.setItem('darkMode', 'enabled'); } else { localStorage.setItem('darkMode', 'disabled'); } } // Listen for a button click or any other trigger you want to use document.getElementById('dark-mode-toggle').addEventListener('click', toggleDarkMode); });
top of page

Privacy Policy

Interior of Saucy Boodah restaurant and bar in Wynwood, Miami

Last updated: June 4, 2024

Introduction

Saucy Boodah, located at 337 NW 25th St, Miami, FL 33127, is committed to protecting your privacy. This policy outlines how we collect, use, and safeguard your information.

Information Collection

We collect personal data you provide when placing an order or subscribing to our services. This includes your name, email, phone number, and payment details.

Use of Information

We use your information to process orders, improve services, and send marketing communications via email, mail, text, or other methods. You can opt out of marketing at any time.

Data Security

We prioritize the security of your personal information by implementing advanced security measures. While we strive to protect your data with the highest standards, please be aware that no security system is completely infallible. Therefore, we cannot guarantee absolute security of your data. However, we continuously review and enhance our security practices to safeguard your information against unauthorized access, disclosure, or destruction.

 

If you have any concerns about data security, please contact us for further information on how we protect your data.

Third-Party Disclosure

We use third parties for processing orders, deliveries, reservations, and other services. We do not sell or trade your information to outside parties, except for trusted partners who assist us in operating our website and conducting our business. Visit their privacy policies if you use their services through our site.

Cookies

Our website uses cookies to enhance user experience.

Your Consent

By using our site, you consent to our privacy policy.

Changes to Privacy Policy

We may update this policy. Continued use of the site implies acceptance of changes.

Contact Us

For questions, contact us at (786)860-5153

bottom of page