Hi Parvaiz.
Is there a provision of adding sponsors logo into tickets?
When you say “tickets” do you mean the emails generated by eventbrite.com? If so you would need to discuss that with their own support team – so far as I know the Eventbrite API wouldn’t allow our plugin to facilitate this.
Also, we do not want to display the Ticket Information on the same event page but on other page. is that possible?
Yes probably, you could embed the tribe_get_ticket_form() function in another page template, or even work it into a shortcode.
You would however need to alter the global $post variable since that is used to determine the event ID (and of course clean up and restore $post to its original value afterwards).