Pages are non-reusable components which typically do some layout and wrap organisms. Pages are rendered by the router and don't have much logic to them.
They may interact with the data layer and router, but the data layer actions are best serviced by organisms.