Homepage Management

Edit content displayed on homepage

View Homepage
Basic Information
<% if (data.hero?.backgroundImage) { %>
Background preview
<% } %>
Button Configuration
Contact Box
Will auto-generate tel: link
Will auto-generate mailto: link
Basic Information
Main Images
<% if (data.about?.images?.mainImage1) { %>
Main Image 1
<% } %>
<% if (data.about?.images?.mainImage2) { %>
Main Image 2
<% } %>
Team Avatars
<% (data.about?.images?.avatars || []).forEach((avatar, index) => { %>
<% if (avatar) { %> Avatar <%= index + 1 %> <% } %>
<% }); %>
Features
<% (data.about?.features || []).forEach(function(feature, index) { %>
<% }); %>
Button & Statistics
General Information
<% if (data.missionVision?.backgroundImage) { %>
Mission Vision Background
<% } %>
Mission & Vision Cards
<% (data.missionVision?.cards || []).forEach(function(card, index) { %>
Card <%= index + 1 %>
<% }); %> <% if (!data.missionVision?.cards || data.missionVision.cards.length === 0) { %>
No cards available. To add cards, please update the database or run migration.
<% } %>
General Information
Main Button
Features
<% (data.whyChooseUs?.features || []).forEach(function(feature, index) { %>
Feature <%= index + 1 %>
<% }); %> <% if (!data.whyChooseUs?.features || data.whyChooseUs.features.length === 0) { %>
No features available. Add via database or migration.
<% } %>
Tags
Enter each tag on a new line.
Call to Action (CTA)
Activity Cards
<% (data.activities?.cards || []).forEach(function(card, index) { %>
Activity <%= index + 1 %>
<% if (card.image) { %>
Activity Image
<% } %>
<% }); %> <% if (!data.activities?.cards || data.activities.cards.length === 0) { %>
No activities found. Add them via database or migration.
<% } %>
General Information
<% if (data.faq?.image) { %>
FAQ Image
<% } %>
Sidebar Contact
Questions & Answers
<% (data.faq?.questions || []).forEach(function(item, index) { %>
Q&A <%= index + 1 %>
<% }); %> <% if (!data.faq?.questions || data.faq.questions.length === 0) { %>
No questions available. Add via database or migration.
<% } %>
General Information
<% if (data.partners?.backgroundImage) { %>
Partners Background
<% } %>
Partner Logos
<% (data.partners?.logos || []).forEach(function(logo, index) { %>
<% if (logo) { %>
Logo <%= index + 1 %>
<% } %>
<% }); %> <% if (!data.partners?.logos || data.partners.logos.length === 0) { %>
No logos available. Add via database or migration.
<% } %>
CTA Section
General Information
Card Display Settings
Program Items <%= (data.programs?.items || []).length %> items
<% (data.programs?.items || []).forEach(function(item, index) { %>
Program <%= index + 1 %>: <%= item.title || 'Untitled' %>
<%= item.id || 'No ID' %>
Enter seasons separated by commas
<% if (item.image) { %>
Program Image
<% } %>
<% }); %> <% if (!data.programs?.items || data.programs.items.length === 0) { %>
No program items available. Add them via database or migration.
<% } %>
Newsletter Configuration
<% if (data.newsletter?.image) { %>
Newsletter Image
<% } %>
<% if (data.newsletter?.decorativeImage) { %>
Decorative Image
<% } %>
General Settings
Featured Card (Sidebar)
<% if (data.latestPosts?.featuredCard?.image) { %>
Featured
<% } %>
Main Blog Posts
<% (data.latestPosts?.blogPosts || []).forEach(function(post, index) { %>
Post <%= index + 1 %>
<% }); %> <% if (!data.latestPosts?.blogPosts || data.latestPosts.blogPosts.length === 0) { %>
No blog posts found.
<% } %>
Sidebar Posts
<% (data.latestPosts?.sidebarPosts || []).forEach(function(post, index) { %>
Sidebar Post <%= index + 1 %>
<% }); %> <% if (!data.latestPosts?.sidebarPosts || data.latestPosts.sidebarPosts.length === 0) { %>
No sidebar posts found.
<% } %>