How to set multiple BuilderComponent on one page

Hi Team, I need to add two BuilderComponents on one page. One for the page header and another one for the page footer. And allow me to show different contents. How can I achieve this?

client component:

fetch data SSR:

Store:

So, I want to build multiple components on the same page with different contents using SSR mode only with one store.

Hello @jarvis,

For help on using multiple BuilderComponents on one page, please refer to the below forum post

@manish-sharma I saw this, but I think it’s a different problem.