Are you adding these links manually?
The best approach to do this is to add these links through a plugin called ACF. Reference: https://www.advancedcustomfields.com/resources/getting-started-with-acf/
Then retrieve it through a GB Button Block’s dynamic settings.
Creating 3 different Query Loops for this would be inefficient. To load your site, it will communicate 3 more times with your server to retrieve the database data, as opposed to just one time. This is performance-inefficient.
The alternative would be not to use a Query Loop Block. Just add the data through Generate Blocks Dynamic Feature. The same result can still be achieved.