Ion-tabs after ion-item on the same page? It is possible?

Hy!

How can I place on a page an ion-item, for example with an image, and after that an two tabs with ion-tabs?
My problem is that ion tabs hides the image. If I change the order, than the image hides the content of tabs.

I want to show a picture, and after that some tabs:




        <ion-tabs>
           <ion-tab ...></ion-tab>
           <ion-tab ... ></ion-tab>
        </ion-tab>

Thank you.