Jules Webb said
12 months ago: @blairrorani I agree with @russellallert your site is very visually appealing.
You could consider placing the three most recent blog posts on the home page.
The pros for this is that your home page gets new content updated automatically whenever new posts are published (good for SEO), and your blog will have more visibility when visitors come to your home page.
The cons are: might mess with the visual flow of your current home page layout, which is nice the way it is. The home page is suppose to funnel visitors in the direction you want to take them, which currently it does an excellent job of. You would need to ask yourself if visitors seeing blog excerpts distract them away from this or enhance the user experience?
Note: your footer is not centering under content and is presenting left justified. Add the code bit below to your css file and it’ll fix the issue.
footer.inner { margin:0 auto; width:960px; }