<% if (navbarConfig && navbarConfig.navItems) { %>
<% navbarConfig.navItems
.filter(item => item.isActive && item.hasDropdown && item.dropdownData && item.dropdownData.isActive)
.forEach((navItem) => { %>
<% navItem.dropdownData.categories
.filter(category => category.isActive)
.forEach((category) => { %>
<% }); %>
<% }); %>
<% } else { %>
Flight Computer
EFC1
Advanced flight computer for cubesat missions
Power System
EFP1
Reliable power management for space applications
Balloon Payload
EFB1
Complete weather balloon payload system
Tracking System
EFT1
Real-time GPS tracking for balloon missions
STEM Kit
EFE1
Complete STEM education kit for schools
Lab Equipment
EFL1
Laboratory equipment for research institutions
<% } %>