import { ButtonCommon, ButtonIconBuy, Inputcommon, InputSearch, Layout, MenuDropdown } from 'src/components/common'; import { IconBuy, IconUser } from 'src/components/icons'; const optionMenu = [ { link: '/', name: 'Account', }, { link: '/', name: 'Logout', }, ] export default function Home() { return ( <>
This is home page

Go to pages/index.tsx to get your hand dirty!

Go to src/components to make your awesome component!

Go to src/styles to find global styles!

{/* demo */}
}>Button ) } Home.Layout = Layout