Add CTAs to Static Banner

Hello Community!

I have an Answers client who is looking to add results to their Search Experience even when no query is entered. This post was incredibly helpful in adding results to the Universal and Vertical tabs, but the client is also interested in adding a Promo banner by default to the Links vertical.

So far, I’ve explored two options:

  1. Use a saved filter to have a particular promotion entity surfaced in the Links vertical by default

  2. Add a static banner to the hbs of the Links page

I’ve been encountering errors for Option 1, so I used the following hbs to insert a static banner in the Links vertical (Option 2):

…ultimately creating the following banner:

I am now looking to insert CTAs below the caption in the banner, rather than having particular words be clickable. What would be the hbs to insert a CTA (or, ideally, five CTAs) beneath the caption?

Thank you in advance!
Ben

As a follow-up to this post, I (with much help from @christian ) was able to use the handlebars of the links.html.hbs page to insert CTAs on the static banner.

The handlebars were as follows:


…ultimately creating the following CTAs:

This process can be replicated for static banners across other pages as well. I hope this helps!