Merge pull request #23 from ssddanbrown/homepage_grammar

Fixed & adjusted a range of casing/wording on the homepage
This commit is contained in:
Mohamad Tarbin
2025-05-16 22:08:53 -04:00
committed by GitHub
4 changed files with 15 additions and 15 deletions

View File

@@ -78,7 +78,7 @@ const DemoHistory = () => {
data-aos='fade-left'
>
<Typography level='h3' textAlign='center' sx={{ mt: 2, mb: 4 }}>
History with a purpose
History with a Purpose
</Typography>
<Typography level='body-lg' textAlign='center' sx={{ mb: 4 }}>
Keep track of all your chores and tasks with ease. Donetick records

View File

@@ -119,7 +119,7 @@ const DemoMyChore = () => {
data-aos='fade-left'
>
<Typography level='h3' textAlign='center' sx={{ mt: 2, mb: 4 }}>
Glance at your task and chores
Glance at Your Task and Chores
</Typography>
<Typography level='body-lg' textAlign='center' sx={{ mb: 4 }}>
Main view prioritize tasks due today, followed by overdue ones, and

View File

@@ -33,31 +33,31 @@ const CardData = [
{
title: 'Circles: Your Task Hub',
description:
'build with sharing in mind. invite other to the circle and you can assign tasks to each other. and only see the tasks the should be shared',
'Built with sharing in mind. Invite others a circle so you can assign tasks to each other, only seeing the tasks the should be shared.',
icon: GroupRounded,
},
{
title: 'Track Your Progress',
description:
'View a history of completed tasks. or use things to track simply things!',
"See a full history of completed tasks so you can keep track of what's been achieved!",
icon: HistoryRounded,
},
{
title: 'Automated Task Scheduling',
description:
'Set up Tasks to repeat daily, weekly, or monthly, or maybe specifc day in specifc months? Donetick have a flexible scheduling system',
'Set up tasks to repeat daily, weekly, monthly, or even specific days in specific months? Donetick has a flexible scheduling system.',
icon: AutoAwesomeMosaicOutlined,
},
{
title: 'Automated Task Assignment',
description:
'For shared tasks, Donetick can randomly rotate assignments or choose based on last completion or least assigned.',
'For shared tasks Donetick can randomly rotate assignments, or choose based on last completion or least assigned.',
icon: AutoAwesomeRounded,
},
{
title: 'Integrations & Webhooks',
description:
'Donetick can update things programmatically with API call. you can update things from other services like IFTTT, Homeassistant or even your own service',
'Donetick can update things programmatically with API calls. It can integrate with IFTTT, Home Assistant or even your own services.',
icon: Webhook,
},
]

View File

@@ -72,7 +72,7 @@ const GettingStarted = () => {
title: 'Donetick Web',
icon: <Cloud style={{ fontSize: '48px' }} />,
description:
'The easiest way! just create account and start using DoneTick',
'The easiest way! Just create account and start using Donetick',
button: (
<Button
size='lg'
@@ -89,7 +89,7 @@ const GettingStarted = () => {
{
title: 'Selfhosted',
icon: <Storage style={{ fontSize: '48px' }} />,
description: 'Download the binary and manage your own DoneTick instance',
description: 'Download the binary and manage your own Donetick instance',
button: (
<Button
size='lg'
@@ -110,7 +110,7 @@ const GettingStarted = () => {
title: 'Hassio Addon',
icon: <AddHome style={{ fontSize: '48px' }} />,
description:
'have Home Assistant? install DoneTick as a Home Assistant Addon with single click',
'Have Home Assistant? Install Donetick as a Home Assistant Addon with single click',
button: (
<Button
size='lg'
@@ -143,11 +143,11 @@ const GettingStarted = () => {
<Box maxWidth={'lg'} sx={{ mb: 8 }}>
<Typography level='body-md' color='neutral'>
you can start using DoneTick in multiple ways, easiest way is to use
Donetick Web and you can start in seconds, or if you are into
selfhosting you can download the binary and run it on your own server,
or if you are using Home Assistant you can install DoneTick as a Home
Assistant Addon
You can start using Donetick in multiple ways, the easiest of which is
to use Donetick Web so you can get started in seconds, or if you are
into selfhosting you can download the binary and run it on your own
server, or if you are using Home Assistant you can install Donetick as
a Home Assistant Addon
</Typography>
<div data-aos-id-getting-started-container>
<Grid container spacing={4} mt={4}>