Service Details: <%= service.name %>

Edit detailed content for <%= service.name %> service

Back to Services
Recommended size: 800x600px
<% if (service.details?.mainImage) { %> Main image preview <% } %>
Overview Section
<% if (service.details?.keyFeaturesImage) { %> Key Features image preview <% } %>
Features
<% if (service.details?.features && service.details.features.length > 0) { %> <% service.details.features.forEach((feature, index) => { %>
Feature <%= index + 1 %>
<% }) %> <% } %>
<% if (service.details?.faqImage) { %> FAQ image preview <% } %>
FAQ Items
<% if (service.details?.faq && service.details.faq.length > 0) { %> <% service.details.faq.forEach((faq, index) => { %>
FAQ <%= index + 1 %>
<% }) %> <% } %>