I am trying to embed one page into another using the Global Page Renderer component. However, after rendering the view in Workbench, the layout does not look correct. Two panels are being displayed because we can only add components inside panels and columns.
As a result, to use the Global Page Renderer component, I need to place it inside a panel, and the page I’m importing also contains its own panels and columns. This leads to nested panels, which causes the double panel issue.
Is there another way to combine two pages into one, or how can we resolve this issue?

