Tabs botton and top

I have two pages named “old” and “new”, each have two tabs inside
Is possible that in the page “old” the tabs where at the bottom and in the page “new” the tabs where on top?
Currently both are in top of page.

The position of the tabs relative to the content varies based on the mode. The tabs are placed at the bottom of the screen for iOS and Android, and at the top for Windows by default. The position can be configured using the tabsPlacement attribute on the component, or in an app’s config.

See here: Tabs - Ionic API Documentation - Ionic Framework

Solved, thanks @sujan12