// Thin trust strip under the hero. const NS_TB = window.AnsysDigitalDesignSystem_4543d7; function TrustBar() { const items = [ ["shield-check", "NDA on request"], ["calendar-check", "Fixed, reliable timelines"], ["life-buoy", "Post-launch support"], ["badge-check", "Shopify Partner team"], ["globe", "6+ countries served"], ]; return (
{items.map(([ic, t]) => (
{t}
))}
); } Object.assign(window, { TrustBar });