Translations and styling improved on main page.
This commit is contained in:
@@ -1,42 +1,15 @@
|
||||
import { FormattedMessage } from 'react-intl';
|
||||
import './Menu.scss';
|
||||
|
||||
export const Menu = () => {
|
||||
return (
|
||||
<section>
|
||||
<h1>Menu</h1>
|
||||
<article>
|
||||
<h2>Starters</h2>
|
||||
|
||||
<h3>Chrumky</h3>
|
||||
<p>Very good yummy yummy. Lorem ipsum dolor sit amet.</p>
|
||||
<p>Nuts</p>
|
||||
|
||||
<h3>Halusky</h3>
|
||||
<p>Fatty fat stuff.</p>
|
||||
<p>Meat, fat</p>
|
||||
</article>
|
||||
<article>
|
||||
<h2>Main dish</h2>
|
||||
|
||||
<h3>Chrumky</h3>
|
||||
<p>Very good yummy yummy. Lorem ipsum dolor sit amet.</p>
|
||||
<p>Nuts</p>
|
||||
|
||||
<h3>Halusky</h3>
|
||||
<p>Fatty fat stuff.</p>
|
||||
<p>Meat, fat</p>
|
||||
</article>
|
||||
<article>
|
||||
<h2>Dessert</h2>
|
||||
|
||||
<h3>Chrumky</h3>
|
||||
<p>Very good yummy yummy. Lorem ipsum dolor sit amet.</p>
|
||||
<p>Nuts</p>
|
||||
|
||||
<h3>Halusky</h3>
|
||||
<p>Fatty fat stuff.</p>
|
||||
<p>Meat, fat</p>
|
||||
</article>
|
||||
<section className='Menu'>
|
||||
<h1>
|
||||
<FormattedMessage id='main.menu' />
|
||||
</h1>
|
||||
<h2>
|
||||
<FormattedMessage id='main.toBeDecided' />
|
||||
</h2>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user