chore: update home

This commit is contained in:
Nicola Zambello 2023-06-23 12:46:43 +02:00
parent 7288ea834e
commit 64d3e0160d
Signed by: nzambello
GPG key ID: 56E4A92C2C1E50BA

View file

@ -159,6 +159,17 @@ export default function Index() {
management, and monthly or custom reports management, and monthly or custom reports
</Text> </Text>
<h2>
<Text
component="span"
variant="gradient"
gradient={{ from: 'blue', to: 'cyan' }}
inherit
>
Your time, your data
</Text>
</h2>
<Group className={classes.controls}> <Group className={classes.controls}>
<Button <Button
component={Link} component={Link}
@ -181,7 +192,7 @@ export default function Index() {
className={classes.control} className={classes.control}
leftIcon={<GitHub />} leftIcon={<GitHub />}
> >
GitHub View on GitHub
</Button> </Button>
</Group> </Group>
</Container> </Container>