I need a design like this n work

I need a similar design like this.
If I click Dubai it should show Dubai related images and further click to see detailed information.

How can I achieve this in the same screen.that is

If I click Dubai it should show Dubai related images in the same screen.

You can have a choice component and then use visibility conditions. I.e if the choice is Dubai, only show images of Dubai, so you have to apply the visibility condition to images from Dubai

Any examples of how to do it?