<%= title %>

Edit content displayed on Pricing page

View Pricing Page
Hero Section
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
<% } %>
Pricing Section Header
Monthly Plans
<% if (data.plans?.monthly && data.plans.monthly.length> 0) { %> <% data.plans.monthly.forEach((plan, index)=> { %>
<% }); %> <% } %>
Yearly Plans
<% if (data.plans?.yearly && data.plans.yearly.length> 0) { %> <% data.plans.yearly.forEach((plan, index)=> { %>
<% }); %> <% } %>
Testimonials Section Header
Testimonial Items
<% if (data.testimonials?.items && data.testimonials.items.length> 0) { %> <% data.testimonials.items.forEach((item, index)=> { %>
<% }); %> <% } %>