const React = require('react'); const _ = require('lodash'); const cx = require('classnames'); const Nav = require('naturalcrit/nav/nav.jsx'); const Navbar = require('../../navbar/navbar.jsx'); const NavItem = require('../../navbar/navitems.js'); const BrewInterface = require('homebrewery/brewInterface/brewInterface.jsx'); //const Actions = require('homebrewery/brew.actions.js'); const HomePage = React.createClass({ getDefaultProps: function() { return { topBrews : [] }; }, renderNavbar : function(){ return What's new {/*} New Brew */} }, render : function(){ return
{this.renderNavbar()}
hero

The Homebrewery

Effortlessly create Authnetic looking D&D homebrews with just text

New

This is some sample text

Search

This is some sample text

topBrews
} }); module.exports = HomePage;