delete!!!
It’s hard to say for sure, but it’s probably an issue with the references (block.settings.ourbenefitsicon). It should be wrapped in a loop like this.
{%- for block in section.blocks -%}
// code here
{%- endfor -%}
The loop above should be inside the section wrapper. You also need the correct schema at the bottom of the file.
thank you!
No problem. Please check my answer as a solution
And if possible revert your post, it is always good to leave it for people with the same issue, even if it is something simple.
honestly i was trying to troubleshoot while sleepy and the code was so messed up that I had to fix that before anyone could help me problem-solve it. Will definitely be sure to keep the post and accept as a solution next time around. Thanks!