import Banner from '../components/Banner'; export default function NotFound(){ const data = { title: "404 - Not found", content: "Sorry, the page you are looking for does not exist.", destination: "/", label: "Back home" } return( ) }