import { Button, Typography } from '@mui/material'; import { Box } from '@mui/system'; import Image from 'next/image'; const Hero = () => { return ( <> Its a {' '} Coffee Break If you drink coffee regulary you will know the difference between fresh coffee and old coffee. Our goal is to provide the freshest coffee beans in each day. profile ); }; export default Hero;