<%= title %>

Edit FAQ sections and questions displayed on FAQ page

Recommended size: 1920x1080px
<% if (data.hero?.backgroundImage) { %> <% let heroImgSrc = data.hero.backgroundImage; if (heroImgSrc && !heroImgSrc.startsWith('http://') && !heroImgSrc.startsWith('https://')) { heroImgSrc = heroImgSrc.startsWith('/') ? heroImgSrc : '/' + heroImgSrc; } %> Background image preview <% } else { %>
Image preview
<% } %>
FAQ Sections
<% if (data.faqSections && data.faqSections.length > 0) { %> <% data.faqSections.forEach((section, sectionIndex) => { %>
Section <%= sectionIndex + 1 %>: <%= section.title || 'Untitled' %>

FAQ Items in this Section
<% if (section.faqs && section.faqs.length > 0) { %> <% section.faqs.forEach((faq, faqIndex) => { %>
<% }); %> <% } %>
<% }); %> <% } %>
Contact Box Settings
Video Settings
Enter full YouTube embed URL or video ID. Example: https://www.youtube.com/embed/3NtE5wSwYTo
<% if (data.video?.url) { %>
<% if (data.video.title) { %>
🎬 <%= data.video.title %>
<% } %> <% } else { %>
Enter YouTube URL above to see video preview
<% } %>