I would like to create a front page for a Wordpress blog that contains static information and blog posts:
[Static Information 1]
[Static Information 2]
[Static Information 3]
[Excerpt from latest Blog post from Category 1]
[Excerpt from latest Blog post from Category 2]
The static sections will contain text, links and images and should be modifiable by administrators using Wordpress' WYSIWYG editor (so not a Text Widget). A different style will be applied to the static sections, so I don't want them turning up in "the loop" with the blog posts.
What is the best way to achieve this?
Should I create a separate page for each static section. If so, how would I embed the page onto the front page and prevent it from appearing in the menu?
Would widgets be a better solution?