Hi @Rhonda,
So sorry for the trouble here!
There is indeed a way to embed the Community Events submission form into another page using a shortcode:
https://theeventscalendar.com/knowledgebase/linking-to-community-events-pages/
Looking at the site, I also see you have a duplicated header which I believe can be fixed by adding this to your theme’s style.css file or using a plugin like Simple Custom CSS:
#tribe-community-events .tribe-events-before-html {
display: none;
}
Let me know if this helps clean things up a bit. 🙂
Thanks!
Geoff