chore: Update landing page content and add features overview section
This commit is contained in:
parent
61b4e4b4f9
commit
c5ee02d181
1 changed files with 9 additions and 3 deletions
|
@ -116,16 +116,22 @@ function FeaturesSection() {
|
||||||
return (
|
return (
|
||||||
<Container sx={{ textAlign: 'center' }}>
|
<Container sx={{ textAlign: 'center' }}>
|
||||||
<Typography level='h4' mt={2} mb={4}>
|
<Typography level='h4' mt={2} mb={4}>
|
||||||
Donetick
|
Donetick is under development
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
<Container maxWidth={'lg'} sx={{ mb: 8 }}>
|
<Container maxWidth={'lg'} sx={{ mb: 8 }}>
|
||||||
<Typography level='body-md' color='neutral'>
|
<Typography level='body-md' color='neutral'>
|
||||||
Navigate personal growth with genuine insights, thoughtful privacy,
|
Donetick is beta software. and is still under development. thing may
|
||||||
and actionable steps tailored just for you.
|
change, break, or disappear at any time. Please use it at your own
|
||||||
|
risk and discretion. I will do my best to keep the service running
|
||||||
</Typography>
|
</Typography>
|
||||||
</Container>
|
</Container>
|
||||||
|
|
||||||
|
<Typography level='h4' mt={2} mb={4}>
|
||||||
|
Features Overview
|
||||||
|
</Typography>
|
||||||
|
|
||||||
|
<Container maxWidth={'lg'} sx={{ mb: 8 }}></Container>
|
||||||
<div
|
<div
|
||||||
className='align-center mt-8 grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-3'
|
className='align-center mt-8 grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-3'
|
||||||
data-aos-id-features2-blocks
|
data-aos-id-features2-blocks
|
||||||
|
|
Loading…
Add table
Reference in a new issue