You could create your own home page by a) creating `home.php` (a special WP template recognized by BP) or by b) creating custom `Page Template` set as front page
which contain:
1. widgetized areas – see this bp-default child theme for example https://wordpress.org/extend/themes/buddypress-widget-theme
and/or
2. special BP and WP loops and/or template tagsto call in data
https://codex.buddypress.org/developer-docs/buddypress-template-tags/
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/
I think it be a cool plugin to have if we could create it.