🍽️ Restaurant Reservation Widget

Powered by Restaurant Manager Pro

Try the Widget

Click the button below to see the reservation widget in action:

✨ Easy Integration

Add to any website with just 3 lines of code

🎨 Customizable

Match your restaurant's branding and colors

📱 Mobile Ready

Works perfectly on all devices

⚡ Real-time

Instant notifications and confirmations

📧 Email Alerts

Automatic emails to customers and staff

🔒 Secure

Firebase-powered backend security

Installation Code

<button onclick="openReservationModal()">Réserver</button>

<script>
  window.RESTAURANT_CONFIG = { 
    code: 'YOUR_RESTAURANT_CODE',
    primaryColor: '#D4AF37',
    backgroundColor: '#2C2C2C'
  };
</script>
<script src="https://widget.yourdomain.com/widget.js"></script>