diff options
author | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-02 00:49:43 -0400 |
---|---|---|
committer | Mo Tarbin <mhed.t91@gmail.com> | 2024-07-02 00:49:43 -0400 |
commit | c5ee02d1813c8532d4e05ceb0e4459fe1b19bf91 (patch) | |
tree | 0b230501eede15524a664b2bf337677219cb0cbd | |
parent | 61b4e4b4f96b09868789880d99d43dde86062871 (diff) | |
download | donetick-frontend-c5ee02d1813c8532d4e05ceb0e4459fe1b19bf91.tar.gz donetick-frontend-c5ee02d1813c8532d4e05ceb0e4459fe1b19bf91.tar.bz2 donetick-frontend-c5ee02d1813c8532d4e05ceb0e4459fe1b19bf91.zip |
chore: Update landing page content and add features overview section
-rw-r--r-- | src/views/Landing/FeaturesSection.jsx | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/views/Landing/FeaturesSection.jsx b/src/views/Landing/FeaturesSection.jsx index a7da1f0..4133d0a 100644 --- a/src/views/Landing/FeaturesSection.jsx +++ b/src/views/Landing/FeaturesSection.jsx @@ -116,16 +116,22 @@ function FeaturesSection() { return ( <Container sx={{ textAlign: 'center' }}> <Typography level='h4' mt={2} mb={4}> - Donetick + Donetick is under development </Typography> <Container maxWidth={'lg'} sx={{ mb: 8 }}> <Typography level='body-md' color='neutral'> - Navigate personal growth with genuine insights, thoughtful privacy, - and actionable steps tailored just for you. + Donetick is beta software. and is still under development. thing may + 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> </Container> + <Typography level='h4' mt={2} mb={4}> + Features Overview + </Typography> + + <Container maxWidth={'lg'} sx={{ mb: 8 }}></Container> <div className='align-center mt-8 grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-3' data-aos-id-features2-blocks |