Skip to content

Commit

Permalink
page d'accueil producteur
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpochat committed Nov 11, 2024
1 parent ed99792 commit b5b6d44
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
16 changes: 8 additions & 8 deletions frontend/app/src/domains/commons/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ export default function Footer() {
</div>
<div className="footer-item">
Icones par&ensp;
<a href="https://www.flaticon.com/authors/freepik" title="feepik">freepik</a>
&ensp;,
<a href="https://www.flaticon.com/authors/smashicons" title="feepik">smashicons</a>
&ensp;,
<a href="https://www.flaticon.com/authors/monkik" title="feepik">monkik</a>
&ensp;,
<a href="https://www.flaticon.com/authors/kiranshastry" title="feepik">kiranshastry</a>
<a target='_blank' href="https://www.flaticon.com/authors/freepik" title="feepik">freepik</a>
,&ensp;
<a target='_blank' href="https://www.flaticon.com/authors/smashicons" title="feepik">smashicons</a>
,&ensp;
<a target='_blank' href="https://www.flaticon.com/authors/monkik" title="feepik">monkik</a>
,&ensp;
<a target='_blank' href="https://www.flaticon.com/authors/kiranshastry" title="feepik">kiranshastry</a>
&ensp;sur&ensp;
<a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>
<a target='_blank' href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a>
</div>
</div>
{displayGeneralTermsAndConditions()}
Expand Down
7 changes: 6 additions & 1 deletion frontend/app/src/layouts/producer/AnonymousLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@ export default function AnonymousLayout() {
gap: '1rem',
margin: '1rem'
}}>
<Box sx={{marginBottom: '2rem'}}>
<Box sx={{
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
marginBottom: '2rem'
}}>
<Typography variant='h3'>Simplifiez la vente directe de votre viande !</Typography>
<Typography variant='h5'>Transformez votre étable en boutique en ligne avec viandeendirect.eu</Typography>
</Box>
Expand Down

0 comments on commit b5b6d44

Please sign in to comment.