Skip to content

Commit

Permalink
better descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
anandbaburajan committed Sep 27, 2023
1 parent 8470e03 commit 8b1338d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@
<br/>
</div>

Kukkee is a free and open source meeting poll tool to quickly find the perfect time which works for everyone without the back-and-forth texts/emails! Quickly create a meeting poll by choosing the time slots based on your availability. Copy and share the poll link with the participants to let them mark their availability. Find the most popular times and see who's free with "yes" votes - or who can be - with "if need be" votes, and book the meeting! Create a poll now at [Kukkee.com](https://kukkee.com/)!
Kukkee is a free and open source meeting poll tool. Quickly find a time which works for everyone without the back-and-forth texts/emails!

- Create a meeting poll by choosing the time slots based on your availability.
- Copy and share the poll link with the participants to let them mark their availability.
- Find the most popular times and see who's free with "yes" votes - or who can be - with "if need be" votes, and book the meeting!

Create a poll now at [Kukkee.com](https://kukkee.com/)!

## Motivation

Expand Down
2 changes: 1 addition & 1 deletion pages/how-to.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const HowTo = (): JSX.Element => {
Kukkee — free and open source meeting poll tool
</span>
<span className="how-to-features desc">
Quickly find the perfect time which works for everyone without the
Quickly find a time which works for everyone without the
back-and-forth texts/emails!
</span>
<CardGroup className="how-to-card-group">
Expand Down
6 changes: 3 additions & 3 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,22 +128,22 @@ const Home = (): JSX.Element => {
<meta name="title" content="Kukkee — Meeting poll tool" />
<meta
name="description"
content="Free and open source meeting poll tool to quickly find the perfect time which works for everyone without the back-and-forth texts/emails!"
content="Free and open source meeting poll tool. Quickly find a time which works for everyone without the back-and-forth texts/emails!"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://kukkee.com" />
<meta property="og:title" content="Kukkee — Meeting poll tool" />
<meta
property="og:description"
content="Free and open source meeting poll tool to quickly find the perfect time which works for everyone without the back-and-forth texts/emails!"
content="Free and open source meeting poll tool. Quickly find a time which works for everyone without the back-and-forth texts/emails!"
/>
<meta property="og:image" content="/banner.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://kukkee.com" />
<meta property="twitter:title" content="Kukkee — Meeting poll tool" />
<meta
property="twitter:description"
content="Free and open source meeting poll tool to quickly find the perfect time which works for everyone without the back-and-forth texts/emails!"
content="Free and open source meeting poll tool. Quickly find a time which works for everyone without the back-and-forth texts/emails!"
/>
<meta property="twitter:image" content="/banner.png" />
</Head>
Expand Down

1 comment on commit 8b1338d

@vercel
Copy link

@vercel vercel bot commented on 8b1338d Sep 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.