Hi
What is it about this that you think doesn't lend itself to using headings? They are essential for giving semantic meeting to a page's contents, and they need to go in order in the html. You can change their order via css if needed, if that's what you mean.
Marked as helpful
@fyrfli
Posted
@grace-snow I think my issue is that some of my sections are just images, no text. Maybe it would have been better to wrap my images in divs instead of sections?
@fyrfli yes you should be using divs
Sections have no additional semantic meaning without aria-label or aria-labelledby anyway. They are just like divs.
You only need to use sections if you think a chunk of content (that has a heading as well) is important enough to need extra affordance, more than that from the heading alone