import React from 'react';
import { JumbotronContainer } from '../containers/jumbotron';
import { Feature, OptForm } from '../components';
import { FaqsContainer } from '../containers/faqs';
import { FooterContainer } from '../containers/footer';
import { HeaderContainer } from '../containers/header';
export default function Home(){
return (
<>
Unlimited films, TV programs and more.
Watch anywhere. Cancel at any time.
Ready to watch? Enter your email to create or restart your membership
Try it now
>
);
}