I checked your link, and it seems the issue might be with how the aria-label is set up on your pagination buttons. Make sure each button has a clear, unique label like “Next page” or “Go to page 2” instead of something generic. If you’re using custom code, double-check that it’s correctly targeting the pagination elements and assigning the right labels. Also, ensure it’s not clashing with Webflow’s default setup. If it’s still not working, try running the code in your browser console to confirm it’s being applied properly. Let me know if you need more help.