Hi there,
1. Try adding the following to your functions.php file;
remove_action( 'woocommerce_after_shop_loop_item', 'superstore_product_loop_categories', 2 );
2. Add;
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart', 10 );
3. We have a tutorial for customising product tabs; http://docs.woothemes.com/document/editing-product-data-tabs/
4. There isn't a h1 on the homepage except the logo? Need a link here really :-)
5. There are loads of theme options for the product layout (columns, full width, sidebar on left/right etc). Have a look :-)
For support of Woo products you'd be better off posting on support.woothemes.com btw.
Thanks, Jay