export default function Footer() { return ( <footer className="flex flex-row justify-around"> Footer </footer> ) }