LVGL Paging Implementation

What would be the best method to implement a paging system similar to the old layout of Google where different data values are shown for each page. Would overlaying a bunch of panels and toggling its visibility for each page is ideal? Having a new screen for each page also doesn’t seem like the best option, so I am open for any suggestions.
image