import React from 'react'; import SignupFormContainer from './signup_form_container'; import LoginFormNavbar from './login_form_navbar'; class LandingPage extends React.Component { render() { return
Connect with renowned authors and
see what they're up to on Facenovel
See updates from friends on your News Feed.
Share what's new in your life on your Timeline.
Try it out before registering by selecting Demo!
This clone was created by Aidan Gadberry
Check out my GitHub for more projects
Connect with me on LinkedIn
; } } export default LandingPage;