CONTROL PANEL
Dashboard
Food Menu
Settings
Settings
General
Appearance
Header
Contact
Social Media
Delivery
Advanced
Restaurant Information
Restaurant Name *
Logo URL
Upload Logo
<% if (settings.logo) { %>
<% } %>
About Description
<%= settings.about || '' %>
Contact Email *
Contact Phone
Address
<%= settings.address || '' %>
Business Hours
Hero Section
Hero Title
Hero Subtitle
Video URL
Button Text
Theme Colors
Primary Color
Secondary Color
Theme Style
>Cyberpunk
>Dark
>Light
>
Enable Animations
>
Enable Glow Effects
Section Order
<% const sections = settings.sectionOrder || ['hero', 'menu', 'gallery', 'reviews', 'contact']; %> <% sections.forEach(section => { %>
<%= section.charAt(0).toUpperCase() + section.slice(1) %> Section
<% }) %>
Navigation Menu
Add Menu Item
<% const menuItems = settings.header?.menuItems || []; %> <% menuItems.forEach((item, index) => { %>
Menu Text
Link URL
Order
<% }) %>
Call to Action Buttons
Add Button
<% const ctaButtons = settings.header?.ctaButtons || []; %> <% ctaButtons.forEach((button, index) => { %>
Button Text
Link URL
Button Type
>Primary
>Secondary
<% }) %>
Save All Settings