<%= (config?.brand?.name || 'AutoTQ') %> logo <%= (config?.brand?.name || 'AutoTQ') %> <% const primaryNav = [ { label: 'Home', href: '/' }, { label: 'About', href: '/about-autotq' }, { label: 'Company', href: '/company' }, { label: 'Research', href: '/research' }, { label: 'Literature', href: '/literature' }, { label: 'News', href: '/news' }, { label: 'Testimonials', href: '/testimonials' } ]; %>
<% primaryNav.forEach(item => { const itemPage = item.href === '/' ? 'home' : item.href.replace(/^\//, '').toLowerCase(); const active = pageName === itemPage; %> ><%= item.label %> <% }) %> >Contact