Site icon Hip-Hop Website Design and Development

Create a List of Widgets, where each widget holds three attributes

i have a specific wordpress page, in which I want to add expandable items.
So the item has a keyword and when I press it, it expands and more specific text will show up.
The styling and setup of such an element is not the problem, but how can I implement it that way, that I can edit the keyword and the content in the front end?

I cant use blogposts, as they are used in my blog.

One element is supposed to hold the following attributes: Keyword, more specific text, Link
And the page shall show many of those elements.
What is the best way to achieve this?

Thanks