Settings

Restaurant Information

<% if (settings.logo) { %> Logo Preview <% } %>

Hero Section

Theme Colors

Section Order

<% const sections = settings.sectionOrder || ['hero', 'menu', 'gallery', 'reviews', 'contact']; %> <% sections.forEach(section => { %>
<%= section.charAt(0).toUpperCase() + section.slice(1) %> Section
<% }) %>

Navigation Menu

Call to Action Buttons

<% const ctaButtons = settings.header?.ctaButtons || []; %> <% ctaButtons.forEach((button, index) => { %>
<% }) %>